Searched defs:AllocationOrder (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.cpp29 AllocationOrder::AllocationOrder(unsigned VirtReg, function in class:AllocationOrder
H A DAllocationOrder.h29 class LLVM_LIBRARY_VISIBILITY AllocationOrder { class in namespace:llvm
H A DRegisterScavenging.cpp589 ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF); local
379 findSurvivorBackwards(const MachineRegisterInfo &MRI, MachineBasicBlock::iterator From, MachineBasicBlock::iterator To, const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, bool RestoreAfter) argument
H A DRegAllocFast.cpp716 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); local
763 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); local

Completed in 60 milliseconds