Searched defs:InputArg (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 130 struct InputArg { struct 146 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() argument 147 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() function 154 bool isOrigArg() const { in isOrigArg() 158 unsigned getOrigArgIndex() const { in getOrigArgIndex()
|
D | TargetLowering.h | 2302 const SmallVectorImpl<ISD::InputArg> &/*Ins*/, in LowerFormalArguments()
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 32 InputArg, enumerator 38 const llvm::opt::Arg *InputArg; member
|
D | Driver.cpp | 1241 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1248 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1287 buildCudaActions(Compilation &C, DerivedArgList &Args, const Arg *InputArg, in buildCudaActions() 1436 const Arg *InputArg = I.second; in BuildActions() local
|