Home
last modified time | relevance | path

Searched defs:InputArg (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h137 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()
DTargetLowering.h3025 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
/external/llvm/include/llvm/Target/
DTargetCallingConv.h145 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()
DTargetLowering.h2456 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h107 struct InputArg { struct
112 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() function
113 InputArg(ArgFlagsTy flags, EVT vt, bool used) in InputArg() function
DTargetLowering.h1196 const SmallVectorImpl<ISD::InputArg> &/*Ins*/, in LowerFormalArguments()
1242 const SmallVectorImpl<ISD::InputArg> &/*Ins*/, in LowerCall()
/external/clang/lib/Driver/
DInputInfo.h33 InputArg, enumerator
39 const llvm::opt::Arg *InputArg; member
DDriver.cpp1323 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