reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 8274   { 740 /* callq */, X86::CALL64pcrel32, Convert__AbsMem1_0, AMFBS_In64BitMode, { MCK_AbsMem }, },
22860   { 729 /* call */, X86::CALL64pcrel32, Convert__AbsMem1_0, AMFBS_In64BitMode, { MCK_AbsMem }, },
gen/lib/Target/X86/X86GenDAGISel.inc
40310 /* 84400*/            OPC_MorphNodeTo0, TARGET_VAL(X86::CALL64pcrel32), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
40326 /* 84425*/            OPC_MorphNodeTo0, TARGET_VAL(X86::CALL64pcrel32), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  285   if ((Opcode != X86::CALL64pcrel32 && Opcode != X86::JMP_4) ||
lib/Target/X86/X86CallLowering.cpp
  401                          : (Is64Bit ? X86::CALL64pcrel32 : X86::CALLpcrel32);
lib/Target/X86/X86FastISel.cpp
 3506                            : (Is64Bit ? X86::CALL64pcrel32 : X86::CALLpcrel32);
lib/Target/X86/X86FrameLowering.cpp
  775     CallOp = IsLargeCodeModel ? X86::CALL64r : X86::CALL64pcrel32;
 2510       BuildMI(allocMBB, DL, TII.get(X86::CALL64pcrel32))
 2676       CALLop = X86::CALL64pcrel32;
lib/Target/X86/X86ISelLowering.cpp
30094     BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32))
30102     BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32))
30291     return X86::CALL64pcrel32;
lib/Target/X86/X86InstrInfo.cpp
 8132                   BuildMI(MF, DebugLoc(), get(X86::CALL64pcrel32))
lib/Target/X86/X86MCInstLower.cpp
  718   case X86::CALL64pcrel32:
  944           MCInstBuilder(X86::CALL64pcrel32)
 1115       CallOpcode = X86::CALL64pcrel32;
 1123       CallOpcode = X86::CALL64pcrel32;
 1194       MCInstBuilder(Is64Bits ? X86::CALL64pcrel32 : X86::CALLpcrel32)
 1380   EmitAndCountInstruction(MCInstBuilder(X86::CALL64pcrel32)
 1481   EmitAndCountInstruction(MCInstBuilder(X86::CALL64pcrel32)
lib/Target/X86/X86RetpolineThunks.cpp
  255   const unsigned CallOpc = Is64Bit ? X86::CALL64pcrel32 : X86::CALLpcrel32;