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

References

lib/Target/X86/X86ISelLowering.cpp
 3240         else if (Is64Bit && RegVT == MVT::i64)
 3347       (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
 3359   if (Is64Bit && isVarArg && MFI.hasVAStart()) {
 3447         (Is64Bit || (CallConv == CallingConv::X86_VectorCall ||
 3457     MVT IntVT = Is64Bit ? MVT::i64 : MVT::i32;
 3468     if (Is64Bit && !CCInfo.isAllocated(X86::AL)) {
 3483   if (X86::isCalleePop(CallConv, Is64Bit, isVarArg,
 3489     FuncInfo->setBytesToPopOnReturn(Is64Bit ? 16 : 4);
 3493     if (!Is64Bit && !canGuaranteeTCO(CallConv) &&
 3499   if (!Is64Bit) {
 3513       assert(Is64Bit);