Searched refs:getNextSlot (Results 1 - 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp235 deUint32 getNextSlot (void) const;
H A DvkBinaryRegistry.cpp459 index = getNextSlot();
472 deUint32 BinaryRegistryWriter::getNextSlot (void) const function in class:vk::BinaryRegistryDetail::__anon3703::BinaryRegistryWriter
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.cpp369 LI->addRange(LiveRange(Def, Def.getNextSlot(), OldVNI));
376 LI->addRange(LiveRange(Def, Def.getNextSlot(), VNI));
396 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getNextSlot(), VNI));
527 return Boundary.getNextSlot();
558 return Idx.getNextSlot();
986 getLRCalc(RegIdx).extend(LI, Idx.getNextSlot(), LIS.getSlotIndexes(),
998 if (LII->end != LII->valno->def.getNextSlot())
H A DLiveDebugVariables.cpp208 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO));
514 Start = Start.getNextSlot();
612 I.insert(Idx, Idx.getNextSlot(), LocNo);
H A DRenderMachineFunction.cpp475 for (SlotIndex i = lr->start; i != lr->end; i = i.getNextSlot()) {
801 i = i.getNextSlot()) {
H A DLiveIntervalAnalysis.cpp797 NewLI.addRange(LiveRange(VNI->def, VNI->def.getNextSlot(), VNI));
819 if (VNInfo *ExtVNI = NewLI.extendInBlock(BlockStart, Idx.getNextSlot())) {
840 NewLI.addRange(LiveRange(BlockStart, Idx.getNextSlot(), VNI));
862 if (LII->end != VNI->def.getNextSlot())
1398 return li.killedInRange(Idx.getNextSlot(), getMBBEndIdx(MBB));
H A DInlineSpiller.cpp1197 NewLI.addRange(LiveRange(Idx, Idx.getNextSlot(), VNI));
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp218 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO));
569 Start = Start.getNextSlot();
653 I.insert(Idx, Idx.getNextSlot(), LocNo);
H A DSplitKit.cpp571 return Boundary.getNextSlot();
602 return Idx.getNextSlot();
1106 getLRCalc(RegIdx).extend(*LI, Idx.getNextSlot());
H A DLiveInterval.cpp281 LR->segmentSet->upper_bound(Segment(Pos, Pos.getNextSlot(), nullptr));
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h277 SlotIndex getNextSlot() const { function in class:llvm::SlotIndex
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSlotIndexes.h258 SlotIndex getNextSlot() const { function in class:llvm::SlotIndex

Completed in 205 milliseconds