Home
last modified time | relevance | path

Searched refs:BlockIter (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkBlockAllocator.h388 template <bool Forward, bool Const> class BlockIter; variable
400 inline BlockIter<true, false> blocks();
401 inline BlockIter<true, true> blocks() const;
402 inline BlockIter<false, false> rblocks();
403 inline BlockIter<false, true> rblocks() const;
692 class SkBlockAllocator::BlockIter {
699 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() function
713 friend BlockIter;
740 SkBlockAllocator::BlockIter<true, false> SkBlockAllocator::blocks() { in blocks()
741 return BlockIter<true, false>(this); in blocks()
[all …]
DSkTBlockList.h378 using BlockIter = typename SkBlockAllocator::BlockIter<Forward, Const>; variable
380 BlockIndexIterator(BlockIter iter) : fBlockIter(iter) {} in BlockIndexIterator()
408 using BlockItem = typename BlockIter::Item;
439 BlockIter fBlockIter;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
136 while (BlockIter != MBB.end()) { in runOnMachineFunction()
137 auto &MI = *BlockIter++; in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp509 auto BlockIter = MBB->begin(); in combineInstructions() local
510 decltype(BlockIter) LastUpdate; in combineInstructions()
521 while (BlockIter != MBB->end()) { in combineInstructions()
522 auto &MI = *BlockIter++; in combineInstructions()
589 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
590 LastUpdate = BlockIter; in combineInstructions()
619 LastUpdate = BlockIter; in combineInstructions()
/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp209 template <typename BlockIter>
210 void init_from_block_range(BlockIter first, BlockIter last) in init_from_block_range()