Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DInputInfo.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()
H A DDriver.cpp1105 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local
1106 Inputs.push_back(std::make_pair(types::TY_C, InputArg)); in BuildInputs()
1112 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs() local
1113 Inputs.push_back(std::make_pair(types::TY_CXX, InputArg)); in BuildInputs()
1203 const Arg *InputArg = Inputs[i].second; in BuildActions() local
1213 InputArg->claim(); in BuildActions()
1223 << InputArg->getAsString(Args) in BuildActions()
1231 << InputArg->getAsString(Args) in BuildActions()
1236 << InputArg->getAsString(Args) in BuildActions()
1244 std::unique_ptr<Action> Current(new InputAction(*InputArg, InputType)); in BuildActions()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.h33 void PreAnalyzeCallResultForF128(const SmallVectorImpl<ISD::InputArg> &Ins,
50 PreAnalyzeFormalArgumentsForF128(const SmallVectorImpl<ISD::InputArg> &Ins);
93 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeFormalArguments()
101 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeCallResult()
H A DMipsCCState.cpp81 const SmallVectorImpl<ISD::InputArg> &Ins, in PreAnalyzeCallResultForF128()
121 const SmallVectorImpl<ISD::InputArg> &Ins) { in PreAnalyzeFormalArgumentsForF128()
H A DMipsISelLowering.h389 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl,
453 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h131 const SmallVectorImpl<ISD::InputArg> &Ins,
138 const SmallVectorImpl<ISD::InputArg> &Ins,
145 const SmallVectorImpl<ISD::InputArg> &Ins,
152 const SmallVectorImpl<ISD::InputArg> &Ins,
H A DMSP430ISelLowering.cpp274 const SmallVectorImpl<ISD::InputArg> &Ins) { in AnalyzeVarArgs()
349 const SmallVectorImpl<ISD::InputArg> &Ins) { in AnalyzeRetResult()
373 const SmallVectorImpl<ISD::InputArg> in LowerFormalArguments()
400 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; in LowerCall()
429 const SmallVectorImpl<ISD::InputArg> in LowerCCCArguments()
583 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerCCCCallTo()
718 const SmallVectorImpl<ISD::InputArg> &Ins, in LowerCallResult()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h630 const SmallVectorImpl<ISD::InputArg> &Ins,
682 const SmallVectorImpl<ISD::InputArg> &Ins,
693 const SmallVectorImpl<ISD::InputArg> &Ins,
699 const SmallVectorImpl<ISD::InputArg> &Ins,
727 const SmallVectorImpl<ISD::InputArg> &Ins,
733 const SmallVectorImpl<ISD::InputArg> &Ins,
739 const SmallVectorImpl<ISD::InputArg> &Ins,
754 const SmallVectorImpl<ISD::InputArg> &Ins,
763 const SmallVectorImpl<ISD::InputArg> &Ins,
771 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetCallingConv.h129 struct InputArg { struct
145 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() argument
146 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used, in InputArg() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h99 const SmallVectorImpl<ISD::InputArg> &Ins,
117 const SmallVectorImpl<ISD::InputArg> &Ins,
128 const SmallVectorImpl<ISD::InputArg> &Ins,
H A DHexagonCallingConvLower.h78 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
100 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
H A DHexagonCallingConvLower.cpp68 Hexagon_CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> in AnalyzeFormalArguments()
182 Hexagon_CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeCallResult()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h133 const SmallVectorImpl<ISD::InputArg> &Ins,
141 const SmallVectorImpl<ISD::InputArg> &Ins,
195 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h96 const SmallVectorImpl<ISD::InputArg> &Ins,
102 const SmallVectorImpl<ISD::InputArg> &Ins,
108 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h103 const SmallVectorImpl<ISD::InputArg> &Ins,
104 SmallVectorImpl<ISD::InputArg> &OrigIns) const;
106 const SmallVectorImpl<ISD::InputArg> &Ins) const;
H A DR600ISelLowering.h38 const SmallVectorImpl<ISD::InputArg> &Ins,
H A DSIISelLowering.h92 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp69 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeFormalArguments()
157 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, in AnalyzeCallResult()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h868 const SmallVectorImpl<ISD::InputArg> &Ins,
873 const SmallVectorImpl<ISD::InputArg> &ArgInfo,
894 const SmallVectorImpl<ISD::InputArg> &Ins,
956 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h355 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL,
364 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL,
373 const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const;
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h281 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
308 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
H A DFastISel.h84 SmallVector<ISD::InputArg, 4> Ins;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h513 const SmallVectorImpl<ISD::InputArg> &Ins,
521 const SmallVectorImpl<ISD::InputArg> &Ins,
565 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h237 const SmallVectorImpl<ISD::InputArg> &Ins,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h477 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG,

12