Home
last modified time | relevance | path

Searched defs:AllocationOrder (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpiller.h27 class AllocationOrder; variable
H A DRegAllocEvictionAdvisor.h26 class AllocationOrder; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder() function
H A DRegisterScavenging.cpp129 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards()
304 ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF); in scavengeRegisterBackwards() local
H A DRegAllocFast.cpp957 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in allocVirtReg() local
1008 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in allocVirtRegUndef() local
1203 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in getErrorAssignment() local
H A DRegAllocGreedy.h43 class AllocationOrder; variable
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp658 const LiveInterval &, const AllocationOrder &, unsigned, uint8_t, in tryFindEvictionCandidatePosition()