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

1 2 3 4 5 6 7 8

  /external/llvm/lib/Target/PowerPC/
PPCCCState.cpp 28 const SmallVectorImpl<ISD::InputArg> &Ins) {
29 for (const auto &I : 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,
95 PreAnalyzeFormalArgumentsForF128(Ins);
96 CCState::AnalyzeFormalArguments(Ins, Fn);
101 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
104 PreAnalyzeCallResultForF128(Ins, CLI);
105 CCState::AnalyzeCallResult(Ins, Fn);
MipsCCState.cpp 75 const SmallVectorImpl<ISD::InputArg> &Ins,
77 for (unsigned i = 0; i < Ins.size(); ++i) {
115 const SmallVectorImpl<ISD::InputArg> &Ins) {
117 for (unsigned i = 0; i < Ins.size(); ++i) {
123 if (Ins[i].Flags.isSRet()) {
129 assert(Ins[i].getOrigArgIndex() < MF.getFunction()->arg_size());
130 std::advance(FuncArg, Ins[i].getOrigArgIndex());
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 93 Stride(nullptr), Ins(nullptr), Basis(nullptr) {}
96 : CandidateKind(CT), Base(B), Index(Idx), Stride(S), Ins(I),
119 Instruction *Ins;
226 return (Basis.Ins != C.Ins && // skip the same instruction
229 Basis.Ins->getType() == C.Ins->getType() &&
231 DT->dominates(Basis.Ins->getParent(), C.Ins->getParent()) &&
261 return isGEPFoldable(cast<GetElementPtrInst>(C.Ins), TTI)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 45 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
49 for (unsigned i = 0; i < Ins.size(); ++i)
53 for (unsigned i = 0; i < Ins.size(); ++i)
54 ArgIsShortVector.push_back(IsShortVectorType(Ins[i].ArgVT));
56 CCState::AnalyzeFormalArguments(Ins, Fn);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.cpp 194 const SmallVectorImpl<ISD::InputArg> &Ins,
222 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
223 assert((!MFI->isKernel() || Ins[i].VT != MVT::i1) &&
226 unsigned ParamSize = Ins[i].VT.getStoreSizeInBits();
231 SDValue ArgValue = DAG.getNode(PTXISD::LOAD_PARAM, dl, Ins[i].VT, Chain,
237 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
238 EVT RegVT = Ins[i].VT;
350 const SmallVectorImpl<ISD::InputArg> &Ins,
362 // The layout of the ops will be [Chain, #Ins, Ins, Callee, #Outs, Outs
    [all...]
PTXISelLowering.h 52 const SmallVectorImpl<ISD::InputArg> &Ins,
72 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 70 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
72 unsigned NumArgs = Ins.size();
75 MVT ArgVT = Ins[i].VT;
76 ISD::ArgFlagsTy ArgFlags = Ins[i].Flags;
157 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
159 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
160 MVT VT = Ins[i].VT;
161 ISD::ArgFlagsTy Flags = Ins[i].Flags;
256 const SmallVectorImpl<ISD::InputArg> &Ins,
262 CCInfo1.AnalyzeCallResult(Ins, CalleeFn)
    [all...]
  /external/llvm/include/llvm/Transforms/
InstrProfiling.h 67 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
70 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CallingConvLower.cpp 69 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
71 unsigned NumArgs = Ins.size();
74 MVT ArgVT = Ins[i].VT;
75 ISD::ArgFlagsTy ArgFlags = Ins[i].Flags;
157 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
159 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
160 MVT VT = Ins[i].VT;
161 ISD::ArgFlagsTy Flags = Ins[i].Flags;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 82 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
85 void lowerValueProfileInst(InstrProfValueProfileInst *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/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/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 89 Ins
123 const SmallVectorImpl<ISD::InputArg> &Ins,
145 const SmallVectorImpl<ISD::InputArg> &Ins,
155 const SmallVectorImpl<ISD::InputArg> &Ins,

Completed in 595 milliseconds

1 2 3 4 5 6 7 8