Lines Matching refs:isVarArg
215 bool isVarArg);
223 bool isVarArg);
227 unsigned &NumBytes, bool isVarArg);
1829 bool isVarArg) { in CCAssignFnForCall() argument
1834 if (Subtarget->hasVFP2Base() && !isVarArg) { in CCAssignFnForCall()
1846 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
1856 if (!isVarArg) in CCAssignFnForCall()
1882 bool isVarArg) { in ProcessCallArgs() argument
1884 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, ArgLocs, *Context); in ProcessCallArgs()
1886 CCAssignFnForCall(CC, false, isVarArg)); in ProcessCallArgs()
2023 unsigned &NumBytes, bool isVarArg) { in FinishCall() argument
2033 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in FinishCall()
2034 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall()
2102 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, I->getContext()); in SelectRet()
2104 F.isVarArg())); in SelectRet()
2310 bool isVarArg = FTy->isVarArg(); in SelectCall() local
2325 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in SelectCall()
2326 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in SelectCall()
2385 RegArgs, CC, NumBytes, isVarArg)) in SelectCall()
2429 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg)) in SelectCall()
3011 if (F->isVarArg()) in fastLowerArguments()