/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 90 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 …]
|
D | HexagonFrameLowering.cpp | 1231 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/ |
D | IceBitVector.h | 101 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/swiftshader/third_party/LLVM/unittests/ADT/ |
D | SmallBitVectorTest.cpp | 64 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()
|
D | BitVectorTest.cpp | 67 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()
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 245 Color = UsedColors.find_next(Color); in ColorSlot() 255 NextColor = AllColors.find_next(NextColor); in ColorSlot() 339 NextColor = AllColors.find_next(NextColor); in ColorSlots()
|
D | SpillPlacement.cpp | 313 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()
|
D | SafeStackColoring.h | 135 idx = V.find_next(idx);
|
D | GlobalMerge.cpp | 437 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()
|
D | StackColoring.cpp | 711 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals() 715 pos = MBBLiveness.LiveOut.find_next(pos)) { in calculateLiveIntervals()
|
D | ShrinkWrap.cpp | 146 Reg = SavedRegs.find_next(Reg)) in getCurrentCSRs()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SpillPlacement.cpp | 284 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()
|
D | StackSlotColoring.cpp | 338 Color = UsedColors.find_next(Color); in ColorSlot() 348 NextColor = AllColors.find_next(NextColor); in ColorSlot() 438 NextColor = AllColors.find_next(NextColor); in ColorSlots()
|
D | MachineRegisterInfo.cpp | 247 i = UsedPhysRegs.find_next(i)) in closePhysRegsUsed()
|
D | RegisterScavenging.cpp | 75 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) in initRegState()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallBitVector.h | 222 int find_next(unsigned Prev) const { in find_next() function 235 return getPointer()->find_next(Prev); in find_next()
|
D | SparseBitVector.h | 152 int find_next(unsigned Curr) const { 371 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
|
D | BitVector.h | 159 int find_next(unsigned Prev) const { in find_next() function
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2986 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/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 144 C = UsedColors.find_next(C)) { in runOnMachineFunction()
|
/external/llvm/unittests/ADT/ |
D | BitVectorTest.cpp | 77 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/include/llvm/ADT/ |
D | SmallBitVector.h | 221 int find_next(unsigned Prev) const { in find_next() function 230 return getPointer()->find_next(Prev); in find_next()
|
D | SparseBitVector.h | 140 int find_next(unsigned Curr) const { 356 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 205 I = ChangingRegs.find_next(I)) { in calculateDbgValueHistory()
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 140 def find_next(): function 161 b = find_next()
|