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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 8270   { 734 /* calll */, X86::CALLpcrel32, Convert__AbsMem1_0, AMFBS_Not64BitMode, { MCK_AbsMem }, },
22861   { 729 /* call */, X86::CALLpcrel32, Convert__AbsMem1_0, AMFBS_Not64BitMode, { MCK_AbsMem }, },
gen/lib/Target/X86/X86GenDAGISel.inc
40317 /* 84410*/            OPC_MorphNodeTo0, TARGET_VAL(X86::CALLpcrel32), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
40333 /* 84435*/            OPC_MorphNodeTo0, TARGET_VAL(X86::CALLpcrel32), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
40344 /* 84453*/          OPC_MorphNodeTo0, TARGET_VAL(X86::CALLpcrel32), 0|OPFL_Chain|OPFL_GlueInput|OPFL_GlueOutput|OPFL_Variadic1,
lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
   55   if (MI->getOpcode() == X86::CALLpcrel32 &&
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
  777     CallOp = X86::CALLpcrel32;
  830   BuildMI(MBB, MBBI, DL, TII.get(X86::CALLpcrel32))
 2513       BuildMI(allocMBB, DL, TII.get(X86::CALLpcrel32))
 2682       CALLop = X86::CALLpcrel32;
lib/Target/X86/X86ISelLowering.cpp
30111     BuildMI(mallocMBB, DL, TII->get(X86::CALLpcrel32))
30289     return X86::CALLpcrel32;
lib/Target/X86/X86MCInstLower.cpp
  979           MCInstBuilder(X86::CALLpcrel32)
 1194       MCInstBuilder(Is64Bits ? X86::CALL64pcrel32 : X86::CALLpcrel32)
 1970         MCInstBuilder(X86::CALLpcrel32)
lib/Target/X86/X86RetpolineThunks.cpp
  255   const unsigned CallOpc = Is64Bit ? X86::CALL64pcrel32 : X86::CALLpcrel32;