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

/freebsd-10-stable/contrib/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.
18 #include "AllocationOrder.h"
29 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.cpp17 #include "AllocationOrder.h"
220 /// Candidate info for for each PhysReg in AllocationOrder.
272 unsigned tryAssign(LiveInterval&, AllocationOrder&,
274 unsigned tryEvict(LiveInterval&, AllocationOrder&,
276 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
278 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
280 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
282 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
284 unsigned trySplit(LiveInterval&, AllocationOrder&,
457 AllocationOrder
[all...]
H A DRegAllocBasic.cpp17 #include "AllocationOrder.h"
228 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo);
/freebsd-10-stable/lib/clang/libllvmcodegen/
H A DMakefile9 AllocationOrder.cpp \

Completed in 104 milliseconds