Lines Matching refs:isVarArg
221 bool isVarArg);
229 bool isVarArg);
233 unsigned &NumBytes, bool isVarArg);
1853 bool isVarArg) { in CCAssignFnForCall() argument
1858 if (Subtarget->hasVFP2() && !isVarArg) { in CCAssignFnForCall()
1870 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
1879 if (!isVarArg) in CCAssignFnForCall()
1903 bool isVarArg) { in ProcessCallArgs() argument
1905 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, ArgLocs, *Context); in ProcessCallArgs()
1907 CCAssignFnForCall(CC, false, isVarArg)); in ProcessCallArgs()
2045 unsigned &NumBytes, bool isVarArg) { in FinishCall() argument
2055 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in FinishCall()
2056 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall()
2123 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, I->getContext()); in SelectRet()
2125 F.isVarArg())); in SelectRet()
2321 bool isVarArg = FTy->isVarArg(); in SelectCall() local
2336 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in SelectCall()
2337 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in SelectCall()
2398 RegArgs, CC, NumBytes, isVarArg)) in SelectCall()
2440 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg)) in SelectCall()
3017 if (F->isVarArg()) in fastLowerArguments()