Searched defs:InputArg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A 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()
|
| H A D | TargetLowering.h | 3178 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | InputInfo.h | 33 InputArg, enumerator 39 const llvm::opt::Arg *InputArg; member
|
| H A D | Driver.cpp | 2121 Arg *InputArg = MakeInputArg(Args, *Opts, A->getValue()); in BuildInputs() local 2128 Arg *InputArg = MakeInputArg(Args, *Opts, A->getValue()); in BuildInputs() local 2919 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg, in addDeviceDependencesToHostAction() 2978 const Arg *InputArg) { in addHostDependenceToDeviceActions() 3032 const Arg *InputArg) { in appendTopLevelActions() 3197 const Arg *InputArg = I.second; in BuildActions() local
|