/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 145 struct InputArg { struct 161 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() function 162 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() argument 169 bool isOrigArg() const { in isOrigArg() 173 unsigned getOrigArgIndex() const { in getOrigArgIndex()
|
D | TargetLowering.h | 2456 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 157 struct InputArg { struct 173 InputArg() = default; argument 174 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() argument 181 bool isOrigArg() const { in isOrigArg() 185 unsigned getOrigArgIndex() const { in getOrigArgIndex()
|
D | TargetLowering.h | 3439 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 203 struct InputArg { struct 219 InputArg() = default; argument 220 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() argument 227 bool isOrigArg() const { in isOrigArg() 231 unsigned getOrigArgIndex() const { in getOrigArgIndex()
|
D | TargetLowering.h | 3675 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 33 InputArg, enumerator 39 const llvm::opt::Arg *InputArg; member
|
D | Driver.cpp | 1323 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1330 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 1369 const Arg *InputArg, Action *HostAction, in buildCudaActions() 1589 const Arg *InputArg = I.second; in BuildActions() local
|
/external/llvm-project/clang/lib/Driver/ |
D | InputInfo.h | 32 InputArg, enumerator 38 const llvm::opt::Arg *InputArg; member
|
D | Driver.cpp | 2261 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 2269 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 3185 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg, in addDeviceDependencesToHostAction() 3244 const Arg *InputArg) { in addHostDependenceToDeviceActions() 3298 const Arg *InputArg) { in appendTopLevelActions() 3437 const Arg *InputArg = I.second; in handleArguments() local 3567 const Arg *InputArg = I.second; in BuildActions() local 3681 const Arg *InputArg = I.second; in BuildActions() local
|