Home
last modified time | relevance | path

Searched refs:getZeroIndex (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h180 SlotIndex getZeroIndex() const { in getZeroIndex() function
181 return indexes_->getZeroIndex(); in getZeroIndex()
DSlotIndexes.h457 SlotIndex getZeroIndex() {
469 return getZeroIndex();
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h405 SlotIndex getZeroIndex() {
/external/llvm/lib/CodeGen/
DStackColoring.cpp1026 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
DRegAllocGreedy.cpp581 Prio = Indexes->getZeroIndex().getInstrDistance(LI->endIndex()); in enqueue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.cpp800 for (SlotIndex i = sis->getZeroIndex(); i != sis->getLastIndex(); in renderCodeTablePlusPI()