reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3186 bool IsWin64 = Subtarget->isCallingConvWin64(CC); 3209 switch (CC) { 3231 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || 3232 CC == CallingConv::Tail) 3300 CCState CCInfo(CC, IsVarArg, *FuncInfo.MF, ArgLocs, CLI.RetTy->getContext()); 3521 MIB.addRegMask(TRI.getCallPreservedMask(*FuncInfo.MF, CC)); 3536 X86::isCalleePop(CC, Subtarget->is64Bit(), IsVarArg, 3539 : computeBytesPoppedByCalleeForSRet(Subtarget, CC, CLI.CS); 3546 CCState CCRetInfo(CC, IsVarArg, *FuncInfo.MF, RVLocs,