| /minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
| H A D | InputInfo.h | 32 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 D | Driver.cpp | 1105 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 D | MipsCCState.h | 33 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 D | MipsCCState.cpp | 81 const SmallVectorImpl<ISD::InputArg> &Ins, in PreAnalyzeCallResultForF128() 121 const SmallVectorImpl<ISD::InputArg> &Ins) { in PreAnalyzeFormalArgumentsForF128()
|
| H A D | MipsISelLowering.h | 389 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, 453 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 131 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 D | MSP430ISelLowering.cpp | 274 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 D | PPCISelLowering.h | 630 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 D | TargetCallingConv.h | 129 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 D | HexagonISelLowering.h | 99 const SmallVectorImpl<ISD::InputArg> &Ins, 117 const SmallVectorImpl<ISD::InputArg> &Ins, 128 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| H A D | HexagonCallingConvLower.h | 78 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, 100 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
|
| H A D | HexagonCallingConvLower.cpp | 68 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 D | XCoreISelLowering.h | 133 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 D | SparcISelLowering.h | 96 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 D | AMDGPUISelLowering.h | 103 const SmallVectorImpl<ISD::InputArg> &Ins, 104 SmallVectorImpl<ISD::InputArg> &OrigIns) const; 106 const SmallVectorImpl<ISD::InputArg> &Ins) const;
|
| H A D | R600ISelLowering.h | 38 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| H A D | SIISelLowering.h | 92 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 69 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 D | X86ISelLowering.h | 868 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 D | AArch64ISelLowering.h | 355 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 D | CallingConvLower.h | 281 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, 308 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
|
| H A D | FastISel.h | 84 SmallVector<ISD::InputArg, 4> Ins;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 513 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 D | SystemZISelLowering.h | 237 const SmallVectorImpl<ISD::InputArg> &Ins,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 477 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG,
|