Searched refs:AllocationOrder (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 30 AllocationOrder::AllocationOrder(unsigned VirtReg, in AllocationOrder() function in AllocationOrder
|
D | AllocationOrder.h | 28 class AllocationOrder { 38 AllocationOrder(unsigned VirtReg,
|
D | RegAllocGreedy.cpp | 351 unsigned tryAssign(LiveInterval&, AllocationOrder&, 353 unsigned tryEvict(LiveInterval&, AllocationOrder&, 355 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&, 359 AllocationOrder &Order, 368 unsigned tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order, 372 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&, 374 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&, 376 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&, 378 unsigned trySplit(LiveInterval&, AllocationOrder&, 380 unsigned tryLastChanceRecoloring(LiveInterval &, AllocationOrder &, [all …]
|
D | CMakeLists.txt | 3 AllocationOrder.cpp
|
D | Android.mk | 5 AllocationOrder.cpp \
|
D | RegAllocBasic.cpp | 226 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo); in selectOrSplit()
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 586 + AllocationOrder.cpp \
|