Searched defs:InputArg (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 129 struct InputArg { struct 143 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() argument 144 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() function
|
D | TargetLowering.h | 2101 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 | 1083 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1090 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1183 const Arg *InputArg = Inputs[i].second; in BuildActions() local
|