Searched defs:InputArg (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetCallingConv.h | 129 struct InputArg { struct 145 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() argument 146 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() function 153 bool isOrigArg() const { in isOrigArg() 157 unsigned getOrigArgIndex() const { in getOrigArgIndex()
|
H A D | TargetLowering.h | 2262 const SmallVectorImpl<ISD::InputArg> &/*Ins*/, in LowerFormalArguments()
|
/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | InputInfo.h | 32 InputArg, enumerator 38 const llvm::opt::Arg *InputArg; member
|
H A D | Driver.cpp | 1105 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1112 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1203 const Arg *InputArg = Inputs[i].second; in BuildActions() local
|