Searched refs:isVarArg (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h129 CallingConv::ID CallConv, bool isVarArg,
139 bool isVarArg,
146 CallingConv::ID CallConv, bool isVarArg,
153 CallingConv::ID CallConv, bool isVarArg,
163 CallingConv::ID CallConv, bool isVarArg,
H A DMSP430ISelLowering.cpp292 if (State.isVarArg()) {
373 bool isVarArg,
386 return LowerCCCArguments(Chain, CallConv, isVarArg, Ins, dl, DAG, InVals);
406 bool isVarArg = CLI.IsVarArg; local
416 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall,
429 bool isVarArg,
443 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
448 if (isVarArg) {
526 CallingConv::ID CallConv, bool isVarArg,
539 CCState CCInfo(CallConv, isVarArg, DA
371 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
427 LowerCCCArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
525 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc dl, SelectionDAG &DAG) const argument
578 LowerCCCCallTo(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
718 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h123 bool isVarArg,
128 CallingConv::ID CallConv, bool isVarArg,
136 CallingConv::ID CallConv, bool isVarArg,
186 bool isVarArg,
197 CallingConv::ID CallConv, bool isVarArg,
204 bool isVarArg,
H A DXCoreISelLowering.cpp888 bool isVarArg = CLI.IsVarArg; local
900 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall,
911 CallingConv::ID CallConv, bool isVarArg,
921 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
1029 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
1037 CallingConv::ID CallConv, bool isVarArg,
1044 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
1072 bool isVarArg,
1084 return LowerCCCArguments(Chain, CallConv, isVarArg,
1096 bool isVarArg,
910 LowerCCCCallTo(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1036 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1070 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1094 LowerCCCArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1261 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
1271 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc dl, SelectionDAG &DAG) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h145 bool isVarArg; member in struct:llvm::FunctionTypeKeyInfo::KeyTy
147 ReturnType(R), Params(P), isVarArg(V) {}
151 isVarArg(FT->isVarArg()) {}
155 if (isVarArg != that.isVarArg)
175 Key.isVarArg);
H A DType.cpp183 return cast<FunctionType>(this)->isVarArg();
362 ArrayRef<Type*> Params, bool isVarArg) {
364 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
373 new (FT) FunctionType(ReturnType, Params, isVarArg);
382 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { argument
383 return get(Result, None, isVarArg);
361 get(Type *ReturnType, ArrayRef<Type*> Params, bool isVarArg) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h480 bool isVarArg,
526 CallingConv::ID CallConv, bool isVarArg,
531 bool isVarArg,
543 CallingConv::ID CallConv, bool isVarArg,
554 bool isVarArg,
560 CallingConv::ID CallConv, bool isVarArg,
576 CallingConv::ID CallConv, bool isVarArg,
582 CallingConv::ID CallConv, bool isVarArg,
588 CallingConv::ID CallConv, bool isVarArg,
601 bool isVarArg, boo
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.h70 unsigned LdrOpc, bool isVarArg, bool NoGap,
H A DARMISelLowering.h424 bool isVarArg) const;
474 CallingConv::ID CallConv, bool isVarArg,
482 CallingConv::ID CallConv, bool isVarArg,
519 bool isVarArg,
528 MachineFunction &MF, bool isVarArg,
534 CallingConv::ID CallConv, bool isVarArg,
H A DARMFastISel.cpp208 bool isVarArg);
216 bool isVarArg);
220 unsigned &NumBytes, bool isVarArg);
1917 bool isVarArg) {
1922 if (Subtarget->hasVFP2() && !isVarArg) {
1933 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg)
1940 if (!isVarArg)
1963 bool isVarArg) {
1965 CCState CCInfo(CC, isVarArg, *FuncInfo.MF, TM, ArgLocs, *Context);
1967 CCAssignFnForCall(CC, false, isVarArg));
1915 CCAssignFnForCall(CallingConv::ID CC, bool Return, bool isVarArg) argument
1956 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
2097 FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, const Instruction *I, CallingConv::ID CC, unsigned &NumBytes, bool isVarArg) argument
2369 bool isVarArg = FTy->isVarArg(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h86 bool isVarArg,
109 CallingConv::ID CallConv, bool isVarArg,
120 CallingConv::ID CallConv, bool isVarArg,
133 CallingConv::ID CallConv, bool isVarArg,
H A DHexagonCallingConvLower.h57 Hexagon_CCState(CallingConv::ID CC, bool isVarArg, const TargetMachine &TM,
67 bool isVarArg() const { return IsVarArg; } function in class:llvm::Hexagon_CCState
H A DHexagonCallingConvLower.cpp26 Hexagon_CCState::Hexagon_CCState(CallingConv::ID CC, bool isVarArg, argument
30 : CallingConv(CC), IsVarArg(isVarArg), TM(tm), Locs(locs), Context(c) {
H A DHexagonISelLowering.cpp51 HexagonCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, argument
54 : CCState(CC, isVarArg, MF, TM, locs, C),
314 CallingConv::ID CallConv, bool isVarArg,
323 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
363 CallingConv::ID CallConv, bool isVarArg,
374 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
405 bool isVarArg = CLI.IsVarArg; local
420 if (CalleeFn->isVarArg() &&
429 HexagonCCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
443 isVarArg, IsStructRe
313 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc dl, SelectionDAG &DAG) const argument
362 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals, const SmallVectorImpl<SDValue> &OutVals, SDValue Callee) const argument
824 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1682 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 argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h95 bool isVarArg,
101 bool isVarArg,
107 bool isVarArg,
122 CallingConv::ID CallConv, bool isVarArg,
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h117 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
130 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.h37 bool isVarArg,
H A DSIISelLowering.h56 bool isVarArg,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h814 CallingConv::ID CallConv, bool isVarArg,
836 bool isVarArg,
844 bool IsCalleePop(bool isVarArg, CallingConv::ID CallConv) const;
902 CallingConv::ID CallConv, bool isVarArg,
912 CallingConv::ID CallConv, bool isVarArg,
926 bool isVarArg,
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h106 ArrayRef<Type*> Params, bool isVarArg);
110 static FunctionType *get(Type *Result, bool isVarArg);
120 bool isVarArg() const { return getSubclassData()!=0; } function in class:llvm::FunctionType
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DMangler.cpp138 (!FT->isVarArg() || FT->getNumParams() == 0 ||
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h221 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
233 bool isVarArg() const { return IsVarArg; } function in class:llvm::CCState
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DCallingConvLower.cpp26 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, argument
29 : CallingConv(CC), IsVarArg(isVarArg), MF(mf), TM(tm),
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h457 CallingConv::ID CallConv, bool isVarArg,
520 CallingConv::ID CallConv, bool isVarArg,
535 bool isVarArg,
541 CallingConv::ID CallConv, bool isVarArg,
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h216 CallingConv::ID CallConv, bool isVarArg,
222 CallingConv::ID CallConv, bool isVarArg,

Completed in 233 milliseconds

1234