Home
last modified time | relevance | path

Searched refs:StopIdx (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp171 SlotIndex StopIdx,
1140 SlotIndex StopIdx, MachineOperand &LocMO, in findNextInsertLocation() argument
1150 SlotIndex::isEarlierEqualInstr(StopIdx, LIS.getInstructionIndex(*I))) in findNextInsertLocation()
1161 SlotIndex StopIdx, in insertDebugValue() argument
1168 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()
1204 I = findNextInsertLocation(MBB, I, StopIdx, MO, LIS, TRI); in insertDebugValue()
DRegAllocGreedy.cpp2121 SlotIndex StopIdx = in calcGapWeights() local
2141 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
2168 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1277 SlotIndex StopIdx = in calcGapWeights() local
1296 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1657 SlotIndex StopIdx = in calcGapWeights() local
1677 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1704 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()