Lines Matching refs:isVarArg
196 bool isVarArg);
204 bool isVarArg);
208 unsigned &NumBytes, bool isVarArg);
1837 bool isVarArg) { in CCAssignFnForCall() argument
1842 if (Subtarget->hasVFP2() && !isVarArg) { in CCAssignFnForCall()
1853 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
1861 if (!isVarArg) in CCAssignFnForCall()
1884 bool isVarArg) { in ProcessCallArgs() argument
1886 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, ArgLocs, *Context); in ProcessCallArgs()
1888 CCAssignFnForCall(CC, false, isVarArg)); in ProcessCallArgs()
2025 unsigned &NumBytes, bool isVarArg) { in FinishCall() argument
2035 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in FinishCall()
2036 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall()
2096 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, I->getContext()); in SelectRet()
2098 F.isVarArg())); in SelectRet()
2297 bool isVarArg = FTy->isVarArg(); in SelectCall() local
2312 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in SelectCall()
2313 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in SelectCall()
2372 RegArgs, CC, NumBytes, isVarArg)) in SelectCall()
2421 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg)) in SelectCall()
2994 if (F->isVarArg()) in fastLowerArguments()