Home
last modified time | relevance | path

Searched refs:RawPRegOrder (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp613 ArrayRef<MCPhysReg> RawPRegOrder = TRC->getRawAllocationOrder(MF); in initializeGraph() local
614 for (unsigned I = 0; I != RawPRegOrder.size(); ++I) { in initializeGraph()
615 unsigned PReg = RawPRegOrder[I]; in initializeGraph()
758 const ArrayRef<MCPhysReg> RawPRegOrder = RC.getRawAllocationOrder(MF); in finalizeAlloc() local
759 for (unsigned CandidateReg : RawPRegOrder) { in finalizeAlloc()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp585 ArrayRef<MCPhysReg> RawPRegOrder = TRC->getRawAllocationOrder(MF); in initializeGraph() local
586 for (unsigned I = 0; I != RawPRegOrder.size(); ++I) { in initializeGraph()
587 unsigned PReg = RawPRegOrder[I]; in initializeGraph()