Searched defs:InputArg (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 137 struct InputArg { struct 153 InputArg() = default; argument 154 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() function 161 bool isOrigArg() const { in isOrigArg() 165 unsigned getOrigArgIndex() const { in getOrigArgIndex()
|
D | TargetLowering.h | 3025 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 145 struct InputArg { struct 161 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() argument 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/include/llvm/Target/ |
D | TargetCallingConv.h | 107 struct InputArg { struct 112 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() function 113 InputArg(ArgFlagsTy flags, EVT vt, bool used) in InputArg() function
|
D | TargetLowering.h | 1196 const SmallVectorImpl<ISD::InputArg> &/*Ins*/, in LowerFormalArguments() 1242 const SmallVectorImpl<ISD::InputArg> &/*Ins*/, in LowerCall()
|
/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
|