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

References

lib/Target/X86/X86ISelLowering.cpp
 4307   if (!mayTailCallThisCC(CalleeCC))
 4321   bool CCMatch = CallerCC == CalleeCC;
 4322   bool IsCalleeWin64 = Subtarget.isCallingConvWin64(CalleeCC);
 4325       CalleeCC == CallingConv::Tail;
 4334     if (canGuaranteeTCO(CalleeCC) && CCMatch)
 4363     CCState CCInfo(CalleeCC, isVarArg, MF, ArgLocs, C);
 4383     CCState CCInfo(CalleeCC, false, MF, RVLocs, C);
 4393   if (!CCState::resultsCompatible(CalleeCC, CallerCC, MF, C, Ins,
 4400     const uint32_t *CalleePreserved = TRI->getCallPreservedMask(MF, CalleeCC);
 4413     CCState CCInfo(CalleeCC, isVarArg, MF, ArgLocs, C);
 4477       X86::isCalleePop(CalleeCC, Subtarget.is64Bit(), isVarArg,