Searched defs:InputArg (Results 1 – 4 of 4) sorted by relevance
| /external/llvm/include/llvm/Target/ |
| 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()
|
| D | TargetLowering.h | 2213 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 | 1114 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1121 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1212 const Arg *InputArg = Inputs[i].second; in BuildActions() local
|