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

/external/llvm/lib/CodeGen/
H A DAllocationOrder.h1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
25 class AllocationOrder { class in namespace:llvm
34 /// AllocationOrder - Create a new AllocationOrder for VirtReg.
38 AllocationOrder(unsigned VirtReg,
42 ~AllocationOrder();
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"
25 AllocationOrder::AllocationOrder(unsigned VirtReg, function in class:AllocationOrder
76 AllocationOrder::~AllocationOrder() {
H A DRegAllocGreedy.cpp16 #include "AllocationOrder.h"
216 /// Candidate info for for each PhysReg in AllocationOrder.
267 unsigned tryAssign(LiveInterval&, AllocationOrder&,
269 unsigned tryEvict(LiveInterval&, AllocationOrder&,
271 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
273 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
275 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
277 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
279 unsigned trySplit(LiveInterval&, AllocationOrder&,
439 AllocationOrder
[all...]
H A DAndroid.mk5 AllocationOrder.cpp \
H A DRegAllocBasic.cpp16 #include "AllocationOrder.h"
229 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo);

Completed in 164 milliseconds