reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3563 if (!mayTailCallThisCC(CalleeCC)) 3569 bool CCMatch = CallerCC == CalleeCC; 3591 return canGuaranteeTCO(CalleeCC) && CCMatch; 3614 assert((!isVarArg || CalleeCC == CallingConv::C) && 3626 CCState CCInfo(CalleeCC, isVarArg, MF, ArgLocs, C); 3628 CCInfo.AnalyzeCallOperands(Outs, CCAssignFnForCall(CalleeCC, true)); 3635 if (!CCState::resultsCompatible(CalleeCC, CallerCC, MF, C, Ins, 3636 CCAssignFnForCall(CalleeCC, isVarArg), 3643 const uint32_t *CalleePreserved = TRI->getCallPreservedMask(MF, CalleeCC); 3657 CCState CCInfo(CalleeCC, isVarArg, MF, ArgLocs, C); 3659 CCInfo.AnalyzeCallOperands(Outs, CCAssignFnForCall(CalleeCC, isVarArg));