Searched refs:AllocationOrder (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAllocationOrder.cpp1 //===-- llvm/CodeGen/AllocationOrder.cpp - Allocation Order ---------------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
17 #include "AllocationOrder.h"
30 AllocationOrder::AllocationOrder(unsigned VirtReg, function in class:AllocationOrder
H A DAllocationOrder.h1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
28 class AllocationOrder { class in namespace:llvm
34 /// Create a new AllocationOrder for VirtReg.
38 AllocationOrder(unsigned VirtReg,
H A DRegAllocGreedy.cpp16 #include "AllocationOrder.h"
281 /// Candidate info for each PhysReg in AllocationOrder.
347 unsigned tryAssign(LiveInterval&, AllocationOrder&,
349 unsigned tryEvict(LiveInterval&, AllocationOrder&,
351 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
355 AllocationOrder &Order,
364 unsigned tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order,
368 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
370 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
372 unsigned tryLocalSplit(LiveInterval&, AllocationOrder
[all...]
H A DAndroid.mk5 AllocationOrder.cpp \
H A DRegAllocBasic.cpp16 #include "AllocationOrder.h"
227 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo);

Completed in 107 milliseconds