/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 137 unsigned *EndIdx = nullptr; member 181 assert(*EndIdx != EmptyIdx && "EndIdx is undefined!"); in size() 185 return *EndIdx - StartIdx + 1; in size() 188 SuffixTreeNode(unsigned StartIdx, unsigned *EndIdx, SuffixTreeNode *Link) in SuffixTreeNode() 189 : StartIdx(StartIdx), EndIdx(EndIdx), Link(Link) {} in SuffixTreeNode() 297 unsigned EndIdx, unsigned Edge) { in insertInternalNode() argument 299 assert(StartIdx <= EndIdx && "String can't start after it ends!"); in insertInternalNode() 303 unsigned *E = new (InternalEndIdxAllocator) unsigned(EndIdx); in insertInternalNode() 355 unsigned extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() argument 363 Active.Idx = EndIdx; in extend() [all …]
|
D | PostRASchedulerList.cpp | 161 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; } in setEndIndex() argument
|
D | StackColoring.cpp | 868 SlotIndex EndIdx = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals() local 870 Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI)); in calculateLiveIntervals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandImm.cpp | 158 int EndIdx = NotSet; in trySequenceOfOnes() local 168 EndIdx = Idx; in trySequenceOfOnes() 172 if (StartIdx == NotSet || EndIdx == NotSet) in trySequenceOfOnes() 183 if (StartIdx > EndIdx) { in trySequenceOfOnes() 184 std::swap(StartIdx, EndIdx); in trySequenceOfOnes() 199 if ((Idx < StartIdx || EndIdx < Idx) && Chunk != Outside) { in trySequenceOfOnes() 210 } else if (Idx > StartIdx && Idx < EndIdx && Chunk != Inside) { in trySequenceOfOnes()
|
D | AArch64InstrInfo.cpp | 1057 for (unsigned OpIdx = 0, EndIdx = Instr.getNumOperands(); OpIdx < EndIdx; in UpdateOperandRegClass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Automaton.h | 133 unsigned EndIdx = TransitionInfoIdx; in transition() local 134 while (TransitionInfo[EndIdx].ToDfaState != 0) in transition() 135 ++EndIdx; in transition() 137 EndIdx - TransitionInfoIdx); in transition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 621 auto Idx = R.begin(), EndIdx = R.end(); in findIndexesLiveAt() local 624 while (Idx != EndIdx && Seg != EndSeg) { in findIndexesLiveAt() 636 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() 637 if (NotLessStart == EndIdx) in findIndexesLiveAt() 639 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 183 for (unsigned OpIdx = 0, EndIdx = MI.getNumOperands(); OpIdx != EndIdx; in getInstrMappingImpl() local 233 for (; OpIdx != EndIdx; ++OpIdx) { in getInstrMappingImpl() 444 EndIdx = OpdMapper.getInstrMapping().getNumOperands(); in applyDefaultMapping() local 445 OpIdx != EndIdx; ++OpIdx) { in applyDefaultMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1152 unsigned StartIdx, EndIdx; member 1165 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup() 1518 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 && in collectBitGroups() 1522 BitGroups[BitGroups.size()-1].EndIdx = BitGroups[0].EndIdx; in collectBitGroups() 1575 if (BG.StartIdx <= BG.EndIdx) { in assignRepl32BitGroups() 1576 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) { in assignRepl32BitGroups() 1589 for (unsigned i = 0; i <= BG.EndIdx; ++i) { in assignRepl32BitGroups() 1615 if (BG.StartIdx < 32 && BG.EndIdx < 32) { in assignRepl32BitGroups() 1626 << BG.StartIdx << ", " << BG.EndIdx << "]\n"); in assignRepl32BitGroups() 1638 I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) { in assignRepl32BitGroups() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 797 for (size_t I = getDIEIndex(Die) + 1, EndIdx = DieArray.size(); I < EndIdx; in getSibling() local 840 for (size_t I = getDIEIndex(Die) + 1, EndIdx = DieArray.size(); I < EndIdx; in getLastChild() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1404 unsigned EndIdx = Mask.back(); in isShuffleExtractingFromLHS() local 1405 if (BegIdx > EndIdx || EndIdx >= LHSElems || EndIdx - BegIdx != MaskElems - 1) in isShuffleExtractingFromLHS()
|