Searched defs:InputArg (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 195 struct InputArg { struct 211 InputArg() = default; argument 212 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() function 219 bool isOrigArg() const { in isOrigArg() 223 unsigned getOrigArgIndex() const { in getOrigArgIndex()
|
H A D | TargetLowering.h | 4490 const SmallVectorImpl<ISD::InputArg> & /*Ins*/, const SDLoc & /*dl*/, in LowerFormalArguments()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | InputInfo.h | 32 InputArg, enumerator 38 const llvm::opt::Arg *InputArg; member
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2791 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 2799 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local 3723 void recordHostAction(Action *HostAction, const Arg *InputArg) { in recordHostAction() argument 3738 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg, in addDeviceDependencesToHostAction() argument 3797 addHostDependenceToDeviceActions(Action * & HostAction,const Arg * InputArg) addHostDependenceToDeviceActions() argument 3855 appendTopLevelActions(ActionList & AL,Action * HostAction,const Arg * InputArg) appendTopLevelActions() argument 4041 const Arg *InputArg = I.second; handleArguments() local 4174 const Arg *InputArg = I.second; BuildActions() local 4315 const Arg *InputArg = I.second; BuildActions() local 4604 const Arg *InputArg = Input.second; BuildOffloadingActions() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 2512 std::string InputArg("-input=" + ArchiveOfBundles); in GetSDLFromOffloadArchive() local
|