HomeSort by relevance Sort by last modified time
    Searched defs:EndIdx (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineOutliner.cpp 139 /// Every leaf node must have its \p EndIdx incremented at the end of every
143 unsigned *EndIdx = nullptr;
196 assert(*EndIdx != EmptyIdx && "EndIdx is undefined!");
200 return *EndIdx - StartIdx + 1;
203 SuffixTreeNode(unsigned StartIdx, unsigned *EndIdx, SuffixTreeNode *Link,
205 : StartIdx(StartIdx), EndIdx(EndIdx), Link(Link), Parent(Parent) {}
304 /// \param EndIdx The end index of this node's associated string.
309 unsigned EndIdx, unsigned Edge)
    [all...]
StackColoring.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 272 int EndIdx = NotSet;
282 EndIdx = Idx;
286 if (StartIdx == NotSet || EndIdx == NotSet)
297 if (StartIdx > EndIdx) {
298 std::swap(StartIdx, EndIdx);
313 if ((Idx < StartIdx || EndIdx < Idx) && Chunk != Outside) {
324 } else if (Idx > StartIdx && Idx < EndIdx && Chunk != Inside) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 862 unsigned StartIdx, EndIdx;
875 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 153 milliseconds