Home
last modified time | relevance | path

Searched refs:find_next (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp90 unsigned find_next(unsigned Prev) const { in find_next() function
91 int Next = BitVector::find_next(v2x(Prev)); in find_next()
170 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R)) in operator <<()
917 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock()
935 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock()
948 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock()
968 for (unsigned R = Regs[S].find_first(); R; R = Regs[S].find_next(R)) { in findRemovableRegisters()
1234 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R)) { in stats()
1262 for (unsigned R = TT.find_first(); R; R = TT.find_next(R)) in selectCandidates()
1267 for (unsigned R = AllRMs.find_first(); R; R = AllRMs.find_next(R)) { in selectCandidates()
[all …]
DHexagonFrameLowering.cpp1231 for (int x = Regs.find_first(); x >= 0; x = Regs.find_next(x)) { in dump_registers()
1266 for (int x = Reserved.find_first(); x >= 0; x = Reserved.find_next(x)) { in assignCalleeSavedSpillSlots()
1279 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
1284 for (int x = TmpSup.find_first(); x >= 0; x = TmpSup.find_next(x)) { in assignCalleeSavedSpillSlots()
1301 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
1333 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
1362 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
2295 int N = Regs.find_next(F); in shouldInlineCSR()
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h101 int find_next(unsigned Prev) const { return find_next<0>(Prev); } in find_next() function
210 find_next(unsigned) const { in find_next() function
216 Pos<BitsElements, int>::type find_next(unsigned Prev) const {
226 return find_next<Pos + 1>(Prev);
397 int find_next(unsigned Prev) const { in find_next() function
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp245 Color = UsedColors.find_next(Color); in ColorSlot()
255 NextColor = AllColors.find_next(NextColor); in ColorSlot()
339 NextColor = AllColors.find_next(NextColor); in ColorSlots()
DSpillPlacement.cpp313 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) { in scanActiveBundles()
368 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) in finish()
DSafeStackColoring.h135 idx = V.find_next(idx);
DGlobalMerge.cpp437 for (j = i; j != -1; j = GlobalSet.find_next(j)) { in doMerge()
454 for (ssize_t k = i, idx = 0; k != j; k = GlobalSet.find_next(k), ++idx) { in doMerge()
DStackColoring.cpp711 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()
715 pos = MBBLiveness.LiveOut.find_next(pos)) { in calculateLiveIntervals()
DShrinkWrap.cpp146 Reg = SavedRegs.find_next(Reg)) in getCurrentCSRs()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DBitVectorTest.cpp67 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST()
97 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST()
DSmallBitVectorTest.cpp64 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST()
94 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.cpp284 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) { in scanActiveBundles()
362 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) in finish()
DStackSlotColoring.cpp338 Color = UsedColors.find_next(Color); in ColorSlot()
348 NextColor = AllColors.find_next(NextColor); in ColorSlot()
438 NextColor = AllColors.find_next(NextColor); in ColorSlots()
DMachineRegisterInfo.cpp247 i = UsedPhysRegs.find_next(i)) in closePhysRegsUsed()
DRegAllocGreedy.cpp208 i = LiveBundles.find_next(i)) in getBundles()
866 i = Cand.LiveBundles.find_next(i)) in calcCompactRegion()
1159 i = Cand.LiveBundles.find_next(i)) in tryRegionSplit()
DRegisterScavenging.cpp75 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) in initRegState()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2986 for (int LI = Loops.find_first(); LI >= 0; LI = Loops.find_next(LI)) { in propagate()
3268 for (int VI = BV.find_first(); VI >= 0; VI = BV.find_next(VI)) { in dumpSmallBitVector()
3270 if (BV.find_next(VI) >= 0) in dumpSmallBitVector()
3508 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) { in depends()
3547 for (int SI = Coupled.find_first(); SI >= 0; SI = Coupled.find_next(SI)) { in depends()
3554 for (int SJ = Group.find_first(); SJ >= 0; SJ = Group.find_next(SJ)) { in depends()
3566 for (int SJ = Sivs.find_first(); SJ >= 0; SJ = Sivs.find_next(SJ)) { in depends()
3590 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) { in depends()
3624 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) { in depends()
3637 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) { in depends()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallBitVector.h222 int find_next(unsigned Prev) const { in find_next() function
235 return getPointer()->find_next(Prev); in find_next()
DSparseBitVector.h152 int find_next(unsigned Curr) const {
371 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
/external/llvm/include/llvm/ADT/
DSmallBitVector.h221 int find_next(unsigned Prev) const { in find_next() function
230 return getPointer()->find_next(Prev); in find_next()
DSparseBitVector.h140 int find_next(unsigned Curr) const {
356 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
/external/llvm/unittests/ADT/
DBitVectorTest.cpp77 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TYPED_TEST()
107 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TYPED_TEST()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp144 C = UsedColors.find_next(C)) { in runOnMachineFunction()
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp205 I = ChangingRegs.find_next(I)) { in calculateDbgValueHistory()
/external/python/cpython2/Lib/compiler/
Dpyassem.py140 def find_next(): function
161 b = find_next()

123