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

References

lib/Target/X86/X86FastISel.cpp
 3450   if (Is64Bit && IsVarArg && !IsWin64) {
 3490     unsigned CallOpc = Is64Bit ? X86::CALL64r : X86::CALL32r;
 3505                            ? (Is64Bit ? X86::CALL64m : X86::CALL32m)
 3506                            : (Is64Bit ? X86::CALL64pcrel32 : X86::CALLpcrel32);
 3510       MIB.addReg(Is64Bit ? X86::RIP : 0).addImm(1).addReg(0);
 3527   if (Is64Bit && IsVarArg && !IsWin64)
 3560         ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasSSE1())) {