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

1 2

  /external/clang/lib/Driver/
InputInfo.h 23 // FIXME: The distinction between filenames and inputarg here is
32 InputArg,
38 const Arg *InputArg;
54 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
55 Data.InputArg = _InputArg;
60 bool isInputArg() const { return Kind == InputArg; }
70 return *Data.InputArg;
Driver.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 107 /// InputArg - This struct carries flags and type information about a
111 struct InputArg {
116 InputArg() : VT(MVT::Other), Used(false) {}
117 InputArg(ArgFlagsTy flags, EVT vt, bool used)
TargetLowering.h     [all...]
  /external/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,
MSP430ISelLowering.cpp 248 const SmallVectorImpl<ISD::InputArg>
275 SmallVector<ISD::InputArg, 32> &Ins = CLI.Ins;
305 const SmallVectorImpl<ISD::InputArg>
446 const SmallVectorImpl<ISD::InputArg> &Ins,
568 const SmallVectorImpl<ISD::InputArg> &Ins,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 79 const SmallVectorImpl<ISD::InputArg> &Ins,
94 const SmallVectorImpl<ISD::InputArg> &Ins,
104 const SmallVectorImpl<ISD::InputArg> &Ins,
HexagonCallingConvLower.h 80 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
102 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
HexagonCallingConvLower.cpp 66 Hexagon_CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg>
180 Hexagon_CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
HexagonISelLowering.cpp 344 SmallVectorImpl<ISD::InputArg> &Ins,
379 SmallVector<ISD::InputArg, 32> &Ins = CLI.Ins;
805 SmallVectorImpl<ISD::InputArg> &Ins,
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 115 const SmallVectorImpl<ISD::InputArg> &Ins,
130 const SmallVectorImpl<ISD::InputArg> &Ins,
MBlazeISelLowering.cpp 690 SmallVector<ISD::InputArg, 32> &Ins = CLI.Ins;
844 bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins,
874 const SmallVectorImpl<ISD::InputArg> &Ins,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 387 const SmallVectorImpl<ISD::InputArg> &Ins,
431 const SmallVectorImpl<ISD::InputArg> &Ins,
442 const SmallVectorImpl<ISD::InputArg> &Ins,
448 const SmallVectorImpl<ISD::InputArg> &Ins,
472 const SmallVectorImpl<ISD::InputArg> &Ins,
478 const SmallVectorImpl<ISD::InputArg> &Ins,
487 const SmallVectorImpl<ISD::InputArg> &Ins,
495 const SmallVectorImpl<ISD::InputArg> &Ins,
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 114 const SmallVectorImpl<ISD::InputArg> &Ins,
122 const SmallVectorImpl<ISD::InputArg> &Ins,
127 const SmallVectorImpl<ISD::InputArg> &Ins,
172 const SmallVectorImpl<ISD::InputArg> &Ins,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 74 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 104 const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl,
NVPTXISelLowering.cpp 448 SmallVector<ISD::InputArg, 32> &Ins = CLI.Ins;
    [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
223 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 67 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
155 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 128 const SmallVectorImpl<ISD::InputArg> &Ins,
158 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 457 const SmallVectorImpl<ISD::InputArg> &Ins,
464 const SmallVectorImpl<ISD::InputArg> &Ins,
492 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 156 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 723 const SmallVectorImpl<ISD::InputArg> &Ins,
728 const SmallVectorImpl<ISD::InputArg> &ArgInfo,
749 const SmallVectorImpl<ISD::InputArg> &Ins,
    [all...]

Completed in 1212 milliseconds

1 2