Searched defs:AllocationOrder (Results  1 – 10 of 10) sorted by relevance
| /external/llvm/lib/CodeGen/ | 
| D | AllocationOrder.cpp | 30 AllocationOrder::AllocationOrder(unsigned VirtReg,  in AllocationOrder()  function in AllocationOrder
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | AllocationOrder.cpp | 29 AllocationOrder::AllocationOrder(unsigned VirtReg,  in AllocationOrder()  function in AllocationOrder
  | 
| D | RegisterScavenging.cpp | 381     const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder,  in findSurvivorBackwards() 589   ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF);  in scavengeRegisterBackwards()  local
  | 
| D | RegAllocFast.cpp | 716   ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC);  in allocVirtReg()  local 763     ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC);  in allocVirtRegUndef()  local
  | 
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ | 
| D | AllocationOrder.h | 90   AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order,  in AllocationOrder()  function
  | 
| D | RegAllocEvictionAdvisor.h | 21 class AllocationOrder;  variable
  | 
| D | RegisterScavenging.cpp | 359     const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder,  in findSurvivorBackwards() 601   ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF);  in scavengeRegisterBackwards()  local
  | 
| D | RegAllocFast.cpp | 807   ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC);  in allocVirtReg()  local 862     ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC);  in allocVirtRegUndef()  local 1004       ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC);  in useVirtReg()  local
  | 
| D | RegAllocGreedy.h | 44 class AllocationOrder;  variable
  | 
| D | MLRegallocEvictAdvisor.cpp | 570     const LiveInterval &, const AllocationOrder &, unsigned, uint8_t,  in tryFindEvictionCandidatePosition()
  |