Lines Matching refs:isVarArg
198 bool isVarArg);
206 bool isVarArg);
210 unsigned &NumBytes, bool isVarArg);
1840 bool isVarArg) { in CCAssignFnForCall() argument
1845 if (Subtarget->hasVFP2() && !isVarArg) { in CCAssignFnForCall()
1856 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
1863 if (!isVarArg) in CCAssignFnForCall()
1886 bool isVarArg) { in ProcessCallArgs() argument
1888 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, ArgLocs, *Context); in ProcessCallArgs()
1890 CCAssignFnForCall(CC, false, isVarArg)); in ProcessCallArgs()
2027 unsigned &NumBytes, bool isVarArg) { in FinishCall() argument
2037 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in FinishCall()
2038 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall()
2098 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, I->getContext()); in SelectRet()
2100 F.isVarArg())); in SelectRet()
2299 bool isVarArg = FTy->isVarArg(); in SelectCall() local
2314 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in SelectCall()
2315 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in SelectCall()
2374 RegArgs, CC, NumBytes, isVarArg)) in SelectCall()
2423 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg)) in SelectCall()
2993 if (F->isVarArg()) in fastLowerArguments()