Home
last modified time | relevance | path

Searched refs:InputArg (Results 1 – 25 of 38) sorted by relevance

12

/trueos/contrib/llvm/tools/clang/lib/Driver/
HDInputInfo.h32 InputArg, enumerator
38 const llvm::opt::Arg *InputArg; member
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
56 Data.InputArg = _InputArg; in InputInfo()
61 bool isInputArg() const { return Kind == InputArg; } in isInputArg()
71 return *Data.InputArg; in getInputArg()
HDDriver.cpp1084 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local
1085 Inputs.push_back(std::make_pair(types::TY_C, InputArg)); in BuildInputs()
1091 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local
1092 Inputs.push_back(std::make_pair(types::TY_CXX, InputArg)); in BuildInputs()
1184 const Arg *InputArg = Inputs[i].second; in BuildActions() local
1194 InputArg->claim(); in BuildActions()
1204 << InputArg->getAsString(Args) in BuildActions()
1212 << InputArg->getAsString(Args) in BuildActions()
1217 << InputArg->getAsString(Args) in BuildActions()
1225 OwningPtr<Action> Current(new InputAction(*InputArg, InputType)); in BuildActions()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h481 const SmallVectorImpl<ISD::InputArg> &Ins,
527 const SmallVectorImpl<ISD::InputArg> &Ins,
538 const SmallVectorImpl<ISD::InputArg> &Ins,
544 const SmallVectorImpl<ISD::InputArg> &Ins,
577 const SmallVectorImpl<ISD::InputArg> &Ins,
583 const SmallVectorImpl<ISD::InputArg> &Ins,
589 const SmallVectorImpl<ISD::InputArg> &Ins,
604 const SmallVectorImpl<ISD::InputArg> &Ins,
613 const SmallVectorImpl<ISD::InputArg> &Ins,
621 const SmallVectorImpl<ISD::InputArg> &Ins,
/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.h133 const SmallVectorImpl<ISD::InputArg> &Ins,
140 const SmallVectorImpl<ISD::InputArg> &Ins,
147 const SmallVectorImpl<ISD::InputArg> &Ins,
154 const SmallVectorImpl<ISD::InputArg> &Ins,
HDMSP430ISelLowering.cpp275 const SmallVectorImpl<ISD::InputArg> &Ins) { in AnalyzeVarArgs()
350 const SmallVectorImpl<ISD::InputArg> &Ins) { in AnalyzeRetResult()
374 const SmallVectorImpl<ISD::InputArg> in LowerFormalArguments()
401 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; in LowerCall()
430 const SmallVectorImpl<ISD::InputArg> in LowerCCCArguments()
584 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerCCCCallTo()
720 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerCallResult()
/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.h124 const SmallVectorImpl<ISD::InputArg> &Ins,
132 const SmallVectorImpl<ISD::InputArg> &Ins,
137 const SmallVectorImpl<ISD::InputArg> &Ins,
187 const SmallVectorImpl<ISD::InputArg> &Ins,
HDXCoreISelLowering.cpp883 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; in LowerCall()
915 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerCCCCallTo()
1038 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerCallResult()
1073 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerFormalArguments()
1097 const SmallVectorImpl<ISD::InputArg> in LowerCCCArguments()
/trueos/contrib/llvm/include/llvm/Target/
HDTargetCallingConv.h113 struct InputArg { struct
127 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() function
128 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() argument
/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h92 const SmallVectorImpl<ISD::InputArg> &Ins,
110 const SmallVectorImpl<ISD::InputArg> &Ins,
121 const SmallVectorImpl<ISD::InputArg> &Ins,
HDHexagonCallingConvLower.h79 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
101 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
HDHexagonCallingConvLower.cpp66 Hexagon_CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> in AnalyzeFormalArguments()
180 Hexagon_CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeCallResult()
/trueos/contrib/llvm/lib/Target/R600/
HDAMDGPUISelLowering.h69 const SmallVectorImpl<ISD::InputArg> &Ins,
70 SmallVectorImpl<ISD::InputArg> &OrigIns) const;
72 const SmallVectorImpl<ISD::InputArg> &Ins) const;
HDR600ISelLowering.h38 const SmallVectorImpl<ISD::InputArg> &Ins,
HDSIISelLowering.h57 const SmallVectorImpl<ISD::InputArg> &Ins,
HDAMDGPUISelLowering.cpp235 const SmallVectorImpl<ISD::InputArg> &Ins) const { in AnalyzeFormalArguments()
738 const SmallVectorImpl<ISD::InputArg> &Ins, in getOriginalFunctionArgs()
739 SmallVectorImpl<ISD::InputArg> &OrigIns) const { in getOriginalFunctionArgs()
761 ISD::InputArg Arg(Ins[i].Flags, VT, VT, Ins[i].Used, in getOriginalFunctionArgs()
HDSIISelLowering.cpp186 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerFormalArguments()
198 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments()
202 const ISD::InputArg &Arg = Ins[i]; in LowerFormalArguments()
222 ISD::InputArg NewArg = Arg; in LowerFormalArguments()
269 const ISD::InputArg &Arg = Ins[i]; in LowerFormalArguments()
/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcISelLowering.h96 const SmallVectorImpl<ISD::InputArg> &Ins,
102 const SmallVectorImpl<ISD::InputArg> &Ins,
108 const SmallVectorImpl<ISD::InputArg> &Ins,
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h217 const SmallVectorImpl<ISD::InputArg> &Ins,
232 const SmallVectorImpl<ISD::InputArg> &Ins,
256 const SmallVectorImpl<ISD::InputArg> &Ins,
/trueos/contrib/llvm/lib/CodeGen/
HDCallingConvLower.cpp67 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeFormalArguments()
155 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeCallResult()
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.h354 void analyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
358 void analyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
458 const SmallVectorImpl<ISD::InputArg> &Ins,
521 const SmallVectorImpl<ISD::InputArg> &Ins,
/trueos/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.h815 const SmallVectorImpl<ISD::InputArg> &Ins,
820 const SmallVectorImpl<ISD::InputArg> &ArgInfo,
842 const SmallVectorImpl<ISD::InputArg> &Ins,
903 const SmallVectorImpl<ISD::InputArg> &Ins,
/trueos/contrib/llvm/include/llvm/CodeGen/
HDCallingConvLower.h245 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
272 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
/trueos/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.h475 const SmallVectorImpl<ISD::InputArg> &Ins,
483 const SmallVectorImpl<ISD::InputArg> &Ins,
524 const SmallVectorImpl<ISD::InputArg> &Ins,
/trueos/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.h118 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG,
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h234 const SmallVectorImpl<ISD::InputArg> &Ins,

12