Home
last modified time | relevance | path

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

12

/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests3.cpp338 Tests::find_next(b, 0); in run_test_cases()
339 Tests::find_next(b, 1); in run_test_cases()
340 Tests::find_next(b, 200); in run_test_cases()
341 Tests::find_next(b, b.npos); in run_test_cases()
348 Tests::find_next(b, 0); in run_test_cases()
349 Tests::find_next(b, 1); in run_test_cases()
350 Tests::find_next(b, 200); in run_test_cases()
351 Tests::find_next(b, b.npos); in run_test_cases()
361 Tests::find_next(b, i); in run_test_cases()
363 Tests::find_next(b, b.npos); in run_test_cases()
[all …]
Dbitset_test.hpp986 static void find_next(const Bitset& b, typename Bitset::size_type prev) in find_next() function
988 BOOST_TEST(next_bit_on(b, prev) == b.find_next(prev)); in find_next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp336 U = Units.find_next(U); in makeRegRef()
344 U = Units.find_next(U); in makeRegRef()
366 for (int U = Units.find_first(); U >= 0; U = Units.find_next(U)) in print()
374 for (int U = RG.Units.find_first(); U >= 0; U = RG.Units.find_next(U)) { in rr_iterator()
DHexagonGenInsert.cpp110 unsigned find_next(unsigned Prev) const { in find_next() function
111 int Next = BitVector::find_next(v2x(Prev)); in find_next()
193 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R)) in operator <<()
958 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock()
979 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock()
989 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock()
1008 for (unsigned R = Regs[S].find_first(); R; R = Regs[S].find_next(R)) { in findRemovableRegisters()
1272 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R)) { in stats()
1299 for (unsigned R = TT.find_first(); R; R = TT.find_next(R)) in selectCandidates()
1304 for (unsigned R = AllRMs.find_first(); R; R = AllRMs.find_next(R)) { in selectCandidates()
[all …]
DHexagonFrameLowering.cpp322 for (int x = CSR.find_first(); x >= 0; x = CSR.find_next(x)) { in needsStackFrame()
1453 for (int x = Regs.find_first(); x >= 0; x = Regs.find_next(x)) { in dump_registers()
1487 for (int x = Reserved.find_first(); x >= 0; x = Reserved.find_next(x)) { in assignCalleeSavedSpillSlots()
1502 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
1507 for (int x = TmpSup.find_first(); x >= 0; x = TmpSup.find_next(x)) { in assignCalleeSavedSpillSlots()
1526 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
1560 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
1590 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots()
2497 int N = Regs.find_next(F); in shouldInlineCSR()
DHexagonRegisterInfo.cpp178 for (int x = Reserved.find_first(); x >= 0; x = Reserved.find_next(x)) in getReservedRegs()
DHexagonBitSimplify.cpp90 unsigned find_next(unsigned Prev) const { in find_next() function
91 int Next = BitVector::find_next(v2x(Prev)); in find_next()
175 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R)) in operator <<()
1546 for (unsigned R = AVs.find_first(); R; R = AVs.find_next(R)) { in findMatch()
1605 for (unsigned R = Defs.find_first(); R; R = Defs.find_next(R)) { in processBlock()
2224 for (unsigned S = AVs.find_first(); S; S = AVs.find_next(S)) { in genBitSplit()
2469 for (unsigned R = AVs.find_first(); R != 0; R = AVs.find_next(R)) { in simplifyExtractLow()
DHexagonSplitDouble.cpp233 for (int x = DoubleRegs.find_first(); x >= 0; x = DoubleRegs.find_next(x)) { in partitionRegisters()
244 for (int x = DoubleRegs.find_first(); x >= 0; x = DoubleRegs.find_next(x)) { in partitionRegisters()
283 for (int x = DoubleRegs.find_first(); x >= 0; x = DoubleRegs.find_next(x)) { in partitionRegisters()
/third_party/skia/third_party/externals/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
DIceCfgNode.cpp715 if (Live.find_next(NumGlobalVars) != -1) { in liveness()
868 i = LiveInAndOut.find_next(i)) { in livenessAddIntervals()
DIceOperand.h544 Current = V.find_next(Current);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp285 Color = UsedColors[StackID].find_next(Color); in ColorSlot()
300 NextColors[StackID] = AllColors[StackID].find_next(NextColors[StackID]); in ColorSlot()
387 NextColor = AllColors[StackID].find_next(NextColor); in ColorSlots()
DSafeStackColoring.h150 idx = V.find_next(idx);
DGlobalMerge.cpp462 for (j = i; j != -1; j = GlobalSet.find_next(j)) { in doMerge()
524 for (ssize_t k = i, idx = 0; k != j; k = GlobalSet.find_next(k), ++idx) { in doMerge()
DShrinkWrap.cpp174 Reg = SavedRegs.find_next(Reg)) in getCurrentCSRs()
DStackColoring.cpp829 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()
DPrologEpilogInserter.cpp728 FreeStart = StackBytesFree.find_next(FreeStart)) { in scavengeStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h274 int find_next(unsigned Prev) const { in find_next() function
283 return getPointer()->find_next(Prev); in find_next()
DSparseBitVector.h147 int find_next(unsigned Curr) const { in find_next() function
365 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ; in AdvanceToNextNonZero()
DBitVector.h37 Current = Parent.find_next(Current); in advance()
339 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp139 Block = FreeBlocks.find_next(Block); in allocateBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h166 int find_next(unsigned Prev) const { in find_next() function
/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp326 size_type find_next(size_type pos) const;
1308 if (find_next(ulong_width - 1) != npos) in to_ulong()
1471 dynamic_bitset<Block, Allocator>::find_next(size_type pos) const in find_next() function in boost::dynamic_bitset
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp683 int SecondScratchReg = BV.find_next(*SR1); in findScratchRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp3370 if (BV.find_next(VI) >= 0) in dumpSmallBitVector()

12