HomeSort by relevance Sort by last modified time
    Searched refs:InputArg (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/clang/lib/Driver/
InputInfo.h 24 // FIXME: The distinction between filenames and inputarg here is
33 InputArg,
39 const llvm::opt::Arg *InputArg;
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
67 Data.InputArg = _InputArg;
71 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
72 Data.InputArg = _InputArg;
77 bool isInputArg() const { return Kind == InputArg; }
90 return *Data.InputArg;
  /external/llvm/lib/Target/PowerPC/
PPCCCState.cpp 28 const SmallVectorImpl<ISD::InputArg> &Ins) {
PPCCCState.h 25 PreAnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins);
  /external/llvm/lib/Target/Mips/
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,
101 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.h 52 const SmallVectorImpl<ISD::InputArg> &Ins,
72 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 130 const SmallVectorImpl<ISD::InputArg> &Ins,
137 const SmallVectorImpl<ISD::InputArg> &Ins,
144 const SmallVectorImpl<ISD::InputArg> &Ins,
151 const SmallVectorImpl<ISD::InputArg> &Ins,
159 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h 99 const SmallVectorImpl<ISD::InputArg> &Ins,
106 const SmallVectorImpl<ISD::InputArg> &Ins,
113 const SmallVectorImpl<ISD::InputArg> &Ins,
120 const SmallVectorImpl<ISD::InputArg> &Ins,
128 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 103 /// InputArg - This struct carries flags and type information about a
107 struct InputArg {
112 InputArg() : VT(MVT::Other), Used(false) {}
113 InputArg(ArgFlagsTy flags, EVT vt, bool used)
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.h 86 const SmallVectorImpl<ISD::InputArg> &Ins,
120 const SmallVectorImpl<ISD::InputArg> &Ins,
129 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.h 114 const SmallVectorImpl<ISD::InputArg> &Ins,
120 const SmallVectorImpl<ISD::InputArg> &Ins,
126 const SmallVectorImpl<ISD::InputArg> &Ins,
135 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 136 const SmallVectorImpl<ISD::InputArg> &Ins,
142 const SmallVectorImpl<ISD::InputArg> &Ins,
148 const SmallVectorImpl<ISD::InputArg> &Ins,
154 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/BPF/
BPFISelLowering.h 57 const SmallVectorImpl<ISD::InputArg> &Ins,
71 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.h 62 const SmallVectorImpl<ISD::InputArg> &Ins,
70 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.h 75 const SmallVectorImpl<ISD::InputArg> &Ins,
85 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.h 375 const SmallVectorImpl<ISD::InputArg> &Ins,
418 const SmallVectorImpl<ISD::InputArg> &Ins,
429 const SmallVectorImpl<ISD::InputArg> &Ins,
435 const SmallVectorImpl<ISD::InputArg> &Ins,
444 const SmallVectorImpl<ISD::InputArg> &Ins,
464 const SmallVectorImpl<ISD::InputArg> &Ins,
470 const SmallVectorImpl<ISD::InputArg> &Ins,
479 const SmallVectorImpl<ISD::InputArg> &Ins,
487 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 114 const SmallVectorImpl<ISD::InputArg> &Ins,
122 const SmallVectorImpl<ISD::InputArg> &Ins,
127 const SmallVectorImpl<ISD::InputArg> &Ins,
173 const SmallVectorImpl<ISD::InputArg> &Ins,
183 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 141 /// InputArg - This struct carries flags and type information about a
145 struct InputArg {
161 InputArg() : VT(MVT::Other), Used(false) {}
162 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 115 const SmallVectorImpl<ISD::InputArg> &Ins,
130 const SmallVectorImpl<ISD::InputArg> &Ins,
140 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 123 const SmallVectorImpl<ISD::InputArg> &Ins,
145 const SmallVectorImpl<ISD::InputArg> &Ins,
155 const SmallVectorImpl<ISD::InputArg> &Ins,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 133 /// InputArg - This struct carries flags and type information about a
137 struct InputArg {
153 InputArg() = default;
154 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 133 /// InputArg - This struct carries flags and type information about a
137 struct InputArg {
153 InputArg() = default;
154 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 133 /// InputArg - This struct carries flags and type information about a
137 struct InputArg {
153 InputArg() = default;
154 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 133 /// InputArg - This struct carries flags and type information about a
137 struct InputArg {
153 InputArg() = default;
154 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 133 /// InputArg - This struct carries flags and type information about a
137 struct InputArg {
153 InputArg() = default;
154 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 133 /// InputArg - This struct carries flags and type information about a
137 struct InputArg {
153 InputArg() = default;
154 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,

Completed in 2654 milliseconds

1 2 3 4 5