Searched defs:InputArg (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/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() argument 219 isOrigArgInputArg isOrigArg() argument 223 getOrigArgIndexInputArg getOrigArgIndex() argument
|
H A D | TargetLowering.h | 4356 LowerFormalArguments(SDValue,CallingConv::ID,bool,const SmallVectorImpl<ISD::InputArg> &,const SDLoc &,SelectionDAG &,SmallVectorImpl<SDValue> &) LowerFormalArguments() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | InputInfo.h | 32 InputArg, enumerator 38 const llvm::opt::Arg *InputArg; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2754 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); BuildInputs() local 2762 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); BuildInputs() local 3682 recordHostAction(Action * HostAction,const Arg * InputArg) recordHostAction() argument 3697 addDeviceDependencesToHostAction(Action * HostAction,const Arg * InputArg,phases::ID CurPhase,phases::ID FinalPhase,DeviceActionBuilder::PhasesTy & Phases) addDeviceDependencesToHostAction() argument 3756 addHostDependenceToDeviceActions(Action * & HostAction,const Arg * InputArg) addHostDependenceToDeviceActions() argument 3814 appendTopLevelActions(ActionList & AL,Action * HostAction,const Arg * InputArg) appendTopLevelActions() argument 4000 const Arg *InputArg = I.second; handleArguments() local 4133 const Arg *InputArg = I.second; BuildActions() local 4274 const Arg *InputArg = I.second; BuildActions() local 4554 const Arg *InputArg = Input.second; BuildOffloadingActions() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 2508 std::string InputArg("-input=" + ArchiveOfBundles); GetSDLFromOffloadArchive() local
|