/external/clang/lib/Driver/ |
InputInfo.h | 23 // FIXME: The distinction between filenames and inputarg here is 32 InputArg, 38 const llvm::opt::Arg *InputArg; 55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) { 56 Data.InputArg = _InputArg; 61 bool isInputArg() const { return Kind == InputArg; } 71 return *Data.InputArg;
|
Driver.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.h | 133 const SmallVectorImpl<ISD::InputArg> &Ins, 140 const SmallVectorImpl<ISD::InputArg> &Ins, 147 const SmallVectorImpl<ISD::InputArg> &Ins, 154 const SmallVectorImpl<ISD::InputArg> &Ins,
|
MSP430ISelLowering.cpp | 257 const SmallVectorImpl<ISD::InputArg> 284 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; 313 const SmallVectorImpl<ISD::InputArg> 467 const SmallVectorImpl<ISD::InputArg> &Ins, 604 const SmallVectorImpl<ISD::InputArg> &Ins, [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 481 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 [all...] |
/external/llvm/include/llvm/Target/ |
TargetCallingConv.h | 109 /// InputArg - This struct carries flags and type information about a 113 struct InputArg { 126 InputArg() : VT(MVT::Other), Used(false) {} 127 InputArg(ArgFlagsTy flags, EVT vt, bool used,
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.h | 92 const SmallVectorImpl<ISD::InputArg> &Ins, 110 const SmallVectorImpl<ISD::InputArg> &Ins, 121 const SmallVectorImpl<ISD::InputArg> &Ins,
|
HexagonCallingConvLower.h | 79 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, 101 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,
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.h | 80 const SmallVectorImpl<ISD::InputArg> &Ins, 86 const SmallVectorImpl<ISD::InputArg> &Ins, 92 const SmallVectorImpl<ISD::InputArg> &Ins,
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.h | 117 const SmallVectorImpl<ISD::InputArg> &Ins, 125 const SmallVectorImpl<ISD::InputArg> &Ins, 130 const SmallVectorImpl<ISD::InputArg> &Ins, 179 const SmallVectorImpl<ISD::InputArg> &Ins,
|
/external/llvm/lib/Target/R600/ |
R600ISelLowering.h | 38 const SmallVectorImpl<ISD::InputArg> &Ins,
|
SIISelLowering.h | 50 const SmallVectorImpl<ISD::InputArg> &Ins,
|
AMDGPUISelLowering.h | 47 const SmallVectorImpl<ISD::InputArg> &Ins) const;
|
SIISelLowering.cpp | 130 const SmallVectorImpl<ISD::InputArg> &Ins, 142 SmallVector<ISD::InputArg, 16> Splits; 146 const ISD::InputArg &Arg = Ins[i]; 165 ISD::InputArg NewArg = Arg; 207 const ISD::InputArg &Arg = Ins[i]; [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.h | 153 const SmallVectorImpl<ISD::InputArg> &Ins, 168 const SmallVectorImpl<ISD::InputArg> &Ins, 188 const SmallVectorImpl<ISD::InputArg> &Ins,
|
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.h | 256 void analyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, 260 void analyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, 338 const SmallVectorImpl<ISD::InputArg> &Ins, 403 const SmallVectorImpl<ISD::InputArg> &Ins,
|
/external/llvm/include/llvm/CodeGen/ |
CallingConvLower.h | 245 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, 272 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/ARM/ |
ARMISelLowering.h | 480 const SmallVectorImpl<ISD::InputArg> &Ins, 488 const SmallVectorImpl<ISD::InputArg> &Ins, 529 const SmallVectorImpl<ISD::InputArg> &Ins,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.h | 46 const SmallVectorImpl<ISD::InputArg> &Ins,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.h | 117 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG,
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 793 const SmallVectorImpl<ISD::InputArg> &Ins, 798 const SmallVectorImpl<ISD::InputArg> &ArgInfo, 820 const SmallVectorImpl<ISD::InputArg> &Ins, [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.h | 46 const SmallVectorImpl<ISD::InputArg> &Ins,
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.h | 160 const SmallVectorImpl<ISD::InputArg> &Ins,
|