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

12345

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2028 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
2048 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
2118 CCAssignFn *AssignFn = CCAssignFnForCall(CallConv, isVarArg);
2270 bool isVarArg,
2278 return AMDGPUTargetLowering::LowerReturn(Chain, CallConv, isVarArg, Outs,
2292 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
2296 CCInfo.AnalyzeReturn(Outs, CCAssignFnForReturn(CallConv, isVarArg));
2027 LowerFormalArguments( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2269 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, SelectionDAG &DAG) const argument
H A DAMDGPUISelLowering.cpp1018 bool isVarArg,
1023 //assert(!isVarArg && Outs.empty() && OutVals.empty() &&
1016 LowerReturn( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, SelectionDAG &DAG) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2567 CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg,
2570 CCState CCInfo(CallConv, isVarArg, MF, RVLocs, Context);
2639 bool isVarArg,
2656 CCState CCInfo(CallConv, isVarArg, MF, RVLocs, *DAG.getContext());
2992 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg,
3000 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
3352 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
3369 !(isVarArg && canGuaranteeTCO(CallConv)) &&
3374 CCState CCInfo(CallConv, isVarArg, MF, ArgLocs, *DAG.getContext());
3537 if (Is64Bit && isVarArg
2566 CanLowerReturn( CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
2638 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl, SelectionDAG &DAG) const argument
2991 LowerCallResult( SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals, uint32_t *RegMask) const argument
[all...]
H A DX86FrameLowering.cpp2301 if (MF.getFunction().isVarArg())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4518 if (!FTy->isVarArg()) {
4608 if (!FTy->isVarArg()) {
5050 if (!FTy->isVarArg()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2956 if (F->isVarArg())
3848 if (F.isVarArg())
3868 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, I->getContext());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1707 CCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, *Context);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1129 CS.getFunctionType()->isVarArg());
H A DAttributor.cpp6190 if (Fn->isVarArg()) {
6288 FunctionType::get(RetTy, NewArgumentTypes, OldFnTy->isVarArg());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2464 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
2650 // if (F.isVarArg()) {
2662 bool isVarArg,
2463 LowerFormalArguments( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2661 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl, SelectionDAG &DAG) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1945 bool isVarArg = DAG.getMachineFunction().getFunction().isVarArg(); local
1949 Chain, CallConv, isVarArg, Outs, OutVals, getCurSDLoc(), DAG);
9676 FinalType, F.getCallingConv(), F.isVarArg());
9788 DAG.getRoot(), F.getCallingConv(), F.isVarArg(), Ins, dl, DAG, InVals);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2300 bool IsVarArg = F.isVarArg();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2146 (ArgVals.size() > F->arg_size() && F->getFunctionType()->isVarArg()))&&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1670 MachineFunction &MF, bool isVarArg,
1684 CCState RetCCInfo(CallConv, isVarArg, MF, RetLocs, Context);
1669 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp650 return unwrap<FunctionType>(FunctionTy)->isVarArg();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3393 if (FT->isVarArg()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1501 /*isVarArg=*/false);
1545 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1553 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1562 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1570 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1579 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1589 llvm::FunctionType::get(RetTy, TypeParams, /*isVarArg*/ false);
1596 llvm::FunctionType::get(CGM.VoidTy, llvm::None, /*isVarArg*/ false);
1605 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1614 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ fals
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2901 bool AllocateFloatsInIntReg = State.isVarArg() || ValNo > 1 ||

Completed in 629 milliseconds

12345