Searched refs:isVarArg (Results 76 - 100 of 118) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp944 bool isVarArg = AFI->getArgRegsSaveSize() > 0; local
1046 if (isVarArg)
H A DARMISelLowering.cpp1886 bool isVarArg) const {
1899 return isVarArg ? CallingConv::ARM_AAPCS : CallingConv::ARM_AAPCS_VFP;
1905 !isVarArg)
1912 if (Subtarget->hasVFP2Base() && !Subtarget->isThumb1Only() && !isVarArg)
1916 !Subtarget->isThumb1Only() && !isVarArg)
1924 bool isVarArg) const {
1925 return CCAssignFnForNode(CC, false, isVarArg);
1929 bool isVarArg) const {
1930 return CCAssignFnForNode(CC, true, isVarArg);
1937 bool isVarArg) cons
1960 LowerCallResult( SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals, bool isThisReturn, SDValue ThisVal) const argument
2097 bool isVarArg = CLI.IsVarArg; local
2587 IsEligibleForTailCallOptimization( SDValue Callee, CallingConv::ID CalleeCC, bool isVarArg, bool isCalleeStructRet, bool isCallerStructRet, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG, const bool isIndirect) const argument
2713 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
2756 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl, SelectionDAG &DAG) const argument
3985 LowerFormalArguments( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp400 assert(F->isVarArg() && "More params than args in non-varargs call");
525 assert(F->isVarArg() && "More params than args in non-varargs call");
H A DMergeFunctions.cpp658 if (F->isVarArg())
H A DGlobalOpt.cpp2250 if (!hasChangeableCC(CalledFn) || CalledFn->isVarArg() ||
2331 if (hasChangeableCC(F) && !F->isVarArg() && !F->hasAddressTaken()) {
2348 if (hasChangeableCC(F) && !F->isVarArg() &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2566 bool &isVarArg){
2568 isVarArg = false;
2575 isVarArg = true;
2610 isVarArg = true;
2656 bool isVarArg;
2657 if (ParseArgumentList(ArgList, isVarArg))
2673 Result = FunctionType::get(Result, ArgListTy, isVarArg);
5378 bool isVarArg;
5393 if (ParseArgumentList(ArgList, isVarArg) ||
5441 FunctionType::get(RetType, ParamTypeList, isVarArg);
[all...]
H A DLLParser.h551 bool ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &isVarArg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp587 if (FTy->isVarArg()) {
3487 if (FT->isVarArg()) {
3871 TypePrinter.print(FTy->isVarArg() ? FTy : RetTy, Out);
3885 CI->getParent()->getParent()->isVarArg())
3916 TypePrinter.print(FTy->isVarArg() ? FTy : RetTy, Out);
3956 TypePrinter.print(FTy->isVarArg() ? FTy : RetTy, Out);
H A DInstructions.cpp394 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
731 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
802 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp384 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
393 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
535 if (isVarArg) {
728 bool isVarArg = CLI.IsVarArg; local
735 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
982 CCState RVInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
383 LowerFormalArguments_32( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3331 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
3341 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
3507 if (isVarArg) {
3674 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg,
3684 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
3755 SDValue Callee, CallingConv::ID CalleeCC, bool isVarArg,
3810 assert((!isVarArg || CalleeCC == CallingConv::C) &&
3814 if (isVarArg && !Outs.empty()) {
3822 CCState CCInfo(CalleeCC, isVarArg, MF, ArgLocs, C);
3832 CCAssignFnForCall(CalleeCC, isVarArg),
3330 LowerFormalArguments( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3673 LowerCallResult( SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals, bool isThisReturn, SDValue ThisVal) const argument
3754 isEligibleForTailCallOptimization( SDValue Callee, CallingConv::ID CalleeCC, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const argument
4340 CanLowerReturn( CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
4352 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, SelectionDAG &DAG) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp579 if (AllowVarArgs && F->getFunctionType()->isVarArg()) {
816 AllowVarArgs && oldFunction->isVarArg());
H A DCloneFunction.cpp250 ArgTypes, F->getFunctionType()->isVarArg());
H A DValueMapper.cpp899 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp640 if (F->isVarArg())
750 Call->getFunctionType()->isVarArg())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp936 SI.CLI.IsVarArg = Call->getFunctionType()->isVarArg();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp544 if (!LRUsed && !MF.getFunction().isVarArg() &&
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3438 SDValue /*Chain*/, CallingConv::ID /*CallConv*/, bool /*isVarArg*/,
3528 IsVarArg = FTy->isVarArg();
3668 MachineFunction &/*MF*/, bool /*isVarArg*/,
3680 bool /*isVarArg*/,
3735 bool isVarArg) const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1323 if (F->isVarArg()) {
1705 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs,
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp573 if (!IsUnprototyped && ThunkFn->isVarArg()) {
687 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
H A DCGCall.cpp4271 if (!CalleeFT->isVarArg())
4288 if (OrigFT->isVarArg() ||
4317 assert(IRCallArgs.size() == IRFuncTy->getNumParams() || IRFuncTy->isVarArg());
4491 auto *FnType = llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1579 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
1583 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
1589 CCInfo.AnalyzeFormalArguments(Ins, CCAssignFnForCall(CallConv, isVarArg));
1578 LowerFormalArguments( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1183 if (F.isVarArg())
1195 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, I->getContext());
3063 if (F->isVarArg())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1218 return (!FTy.isVarArg() && NumParams == 3 &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp906 TypeVals.push_back(FT->isVarArg());
2779 if (FTy->isVarArg()) {
2861 if (FTy->isVarArg()) {
3025 if (FTy->isVarArg()) {

Completed in 691 milliseconds

12345