Home
last modified time | relevance | path

Searched refs:LastUseIdx (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrItineraries.h209 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle; in hasPipelineForwarding() local
210 if ((FirstUseIdx + UseIdx) >= LastUseIdx) in hasPipelineForwarding()
/external/llvm/include/llvm/MC/
DMCInstrItineraries.h196 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle; in hasPipelineForwarding() local
197 if ((FirstUseIdx + UseIdx) >= LastUseIdx) in hasPipelineForwarding()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp2036 SlotIndex LastUseIdx = LR->end.getBaseIndex(); in addIntervalsForSpills() local
2037 MachineInstr *LastUse = getInstructionFromIndex(LastUseIdx); in addIntervalsForSpills()
2042 vrm.addKillPoint(LI->reg, LastUseIdx); in addIntervalsForSpills()