Searched defs:IsVarArg (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h48 bool IsVarArg; member in class:llvm::Hexagon_CCState
66 bool isVarArg() const { return IsVarArg; }
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp205 bool IsVarArg = FunTy->isVarArg(); local
226 return FunctionType::get(RetTy, ParamTys, IsVarArg);
244 return FunctionType::get(RetTy, ParamTys, IsVarArg);
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp71 bool IsVarArg = MF.getFunction()->isVarArg(); local
77 if (IsVarArg)
132 bool IsVarArg = MF.getFunction()->isVarArg(); local
158 if (IsVarArg) {
192 if (IsVarArg)
H A DSystemZISelLowering.cpp667 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, argument
681 CCState CCInfo(CallConv, IsVarArg, MF, DAG.getTarget(), ArgLocs,
743 if (IsVarArg) {
814 bool IsVarArg = CLI.IsVarArg; local
820 CCState ArgCCInfo(CallConv, IsVarArg, MF, DAG.getTarget(), ArgLocs,
943 CCState RetCCInfo(CallConv, IsVarArg, MF, DAG.getTarget(), RetLocs,
967 CallingConv::ID CallConv, bool IsVarArg,
975 CCState RetCCInfo(CallConv, IsVarArg, MF, DAG.getTarget(), RetLocs,
966 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h175 bool IsVarArg; member in class:llvm::CCState
252 bool isVarArg() const { return IsVarArg; }
/external/llvm/lib/IR/
H A DVerifier.cpp2419 bool IsVarArg = IFTy->isVarArg(); local
2433 if (IsVarArg)
2434 Assert1(!VerifyIntrinsicIsVarArg(IsVarArg, TableRef),
2437 Assert1(!VerifyIntrinsicIsVarArg(IsVarArg, TableRef),
H A DCore.cpp388 LLVMBool IsVarArg) {
390 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
386 LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef *ParamTypes, unsigned ParamCount, LLVMBool IsVarArg) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp174 bool IsVarArg);
177 unsigned &NumBytes, bool IsVarArg);
1201 bool IsVarArg) {
1203 CCState CCInfo(CC, IsVarArg, *FuncInfo.MF, TM, ArgLocs, *Context);
1310 unsigned &NumBytes, bool IsVarArg) {
1321 CCState CCInfo(CC, IsVarArg, *FuncInfo.MF, TM, RVLocs, *Context);
1390 bool IsVarArg = FTy->isVarArg(); local
1393 if (IsVarArg)
1411 CCState CCInfo(CC, IsVarArg, *FuncInfo.MF, TM, RVLocs, *Context);
1481 RegArgs, CC, NumBytes, IsVarArg))
1194 processCallArgs(SmallVectorImpl<Value*> &Args, SmallVectorImpl<unsigned> &ArgRegs, SmallVectorImpl<MVT> &ArgVTs, SmallVectorImpl<ISD::ArgFlagsTy> &ArgFlags, SmallVectorImpl<unsigned> &RegArgs, CallingConv::ID CC, unsigned &NumBytes, bool IsVarArg) argument
1308 finishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, const Instruction *I, CallingConv::ID CC, unsigned &NumBytes, bool IsVarArg) argument
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp172 CallingConv::ID CallConv, bool IsVarArg,
177 return LowerReturn_64(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG);
178 return LowerReturn_32(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG);
183 CallingConv::ID CallConv, bool IsVarArg,
193 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(),
245 CallingConv::ID CallConv, bool IsVarArg,
253 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(),
323 bool IsVarArg,
329 return LowerFormalArguments_64(Chain, CallConv, IsVarArg, Ins,
331 return LowerFormalArguments_32(Chain, CallConv, IsVarArg, In
171 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
182 LowerReturn_32(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
244 LowerReturn_64(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
321 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
541 LowerFormalArguments_64(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2399 bool IsVarArg = CLI.IsVarArg; local
2409 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(),
2416 MipsCCInfo.analyzeCallOperands(Outs, IsVarArg,
2597 return LowerCallResult(Chain, InFlag, CallConv, IsVarArg,
2605 CallingConv::ID CallConv, bool IsVarArg,
2613 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(),
2645 bool IsVarArg,
2661 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(),
2774 if (IsVarArg)
2604 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals, const SDNode *CallNode, const Type *RetTy) const argument
2643 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2792 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
2803 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, SelectionDAG &DAG) const argument
3336 analyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Args, bool IsVarArg, bool IsSoftFloat, const SDNode *CallNode, std::vector<ArgListEntry> &FuncArgs) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2579 bool isVarArg = CLI.IsVarArg;
3496 bool is64Bit, bool IsVarArg, bool TailCallOpt) {
3497 if (IsVarArg)
3495 isCalleePop(CallingConv::ID CallingConv, bool is64Bit, bool IsVarArg, bool TailCallOpt) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1630 bool IsVarArg) const {
1640 return IsVarArg ? CC_AArch64_DarwinPCS_VarArg : CC_AArch64_DarwinPCS;
1679 CCAssignFn *AssignFn = CCAssignFnForCall(CallConv, /*IsVarArg=*/false);
2122 bool IsVarArg = CLI.IsVarArg; local
2135 Callee, CallConv, IsVarArg, IsStructRet,
2152 CCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(),
2155 if (IsVarArg) {
2164 /*IsVarArg=*/ !Outs[i].IsFixed);
2190 CCAssignFn *AssignFn = CCAssignFnForCall(CallConv, /*IsVarArg
[all...]

Completed in 1037 milliseconds