Lines Matching refs:isVarArg
216 bool isVarArg);
224 bool isVarArg);
228 unsigned &NumBytes, bool isVarArg);
1826 bool isVarArg) { in CCAssignFnForCall() argument
1831 if (Subtarget->hasVFP2Base() && !isVarArg) { in CCAssignFnForCall()
1843 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
1853 if (!isVarArg) in CCAssignFnForCall()
1879 bool isVarArg) { in ProcessCallArgs() argument
1881 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, ArgLocs, *Context); in ProcessCallArgs()
1883 CCAssignFnForCall(CC, false, isVarArg)); in ProcessCallArgs()
2020 unsigned &NumBytes, bool isVarArg) { in FinishCall() argument
2030 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in FinishCall()
2031 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in FinishCall()
2099 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, I->getContext()); in SelectRet()
2101 F.isVarArg())); in SelectRet()
2307 bool isVarArg = FTy->isVarArg(); in SelectCall() local
2322 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, RVLocs, *Context); in SelectCall()
2323 CCInfo.AnalyzeCallResult(RetVT, CCAssignFnForCall(CC, true, isVarArg)); in SelectCall()
2382 RegArgs, CC, NumBytes, isVarArg)) in SelectCall()
2426 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg)) in SelectCall()
3006 if (F->isVarArg()) in fastLowerArguments()