Searched refs:BlockIter (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrBlockAllocator.h | 381 template <bool Forward, bool Const> class BlockIter; variable 393 inline BlockIter<true, false> blocks(); 394 inline BlockIter<true, true> blocks() const; 395 inline BlockIter<false, false> rblocks(); 396 inline BlockIter<false, true> rblocks() const; 686 class GrBlockAllocator::BlockIter { 693 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() function 707 friend BlockIter; 734 GrBlockAllocator::BlockIter<true, false> GrBlockAllocator::blocks() { in blocks() 735 return BlockIter<true, false>(this); in blocks() [all …]
|
D | GrTBlockList.h | 382 using BlockIter = typename GrBlockAllocator::BlockIter<Forward, Const>; variable 384 BlockIndexIterator(BlockIter iter) : fBlockIter(iter) {} in BlockIndexIterator() 412 using BlockItem = typename BlockIter::Item; 443 BlockIter fBlockIter;
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXPeephole.cpp | 134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local 136 while (BlockIter != MBB.end()) { in runOnMachineFunction() 137 auto &MI = *BlockIter++; in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPeephole.cpp | 134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local 136 while (BlockIter != MBB.end()) { in runOnMachineFunction() 137 auto &MI = *BlockIter++; in runOnMachineFunction()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPeephole.cpp | 135 auto BlockIter = MBB.begin(); in runOnMachineFunction() local 137 while (BlockIter != MBB.end()) { in runOnMachineFunction() 138 auto &MI = *BlockIter++; in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 509 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()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 513 auto BlockIter = MBB->begin(); in combineInstructions() local 514 decltype(BlockIter) LastUpdate; in combineInstructions() 525 while (BlockIter != MBB->end()) { in combineInstructions() 526 auto &MI = *BlockIter++; in combineInstructions() 593 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions() 594 LastUpdate = BlockIter; in combineInstructions() 623 LastUpdate = BlockIter; in combineInstructions()
|
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 359 auto BlockIter = MBB->begin(); in combineInstructions() local 363 while (BlockIter != MBB->end()) { in combineInstructions() 364 auto &MI = *BlockIter++; in combineInstructions()
|