Home
last modified time | relevance | path

Searched refs:AllocationOrder (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.cpp25 AllocationOrder::AllocationOrder(unsigned VirtReg, in AllocationOrder() function in AllocationOrder
76 AllocationOrder::~AllocationOrder() { in ~AllocationOrder()
DAllocationOrder.h25 class AllocationOrder {
39 AllocationOrder(unsigned VirtReg,
43 ~AllocationOrder();
DRegAllocGreedy.cpp269 unsigned tryAssign(LiveInterval&, AllocationOrder&,
271 unsigned tryEvict(LiveInterval&, AllocationOrder&,
273 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
275 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
277 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
279 unsigned trySplit(LiveInterval&, AllocationOrder&,
445 AllocationOrder &Order, in tryAssign()
614 AllocationOrder &Order, in tryEvict()
1085 unsigned RAGreedy::tryRegionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryRegionSplit()
1218 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryBlockSplit()
[all …]
/external/llvm/lib/CodeGen/
DAllocationOrder.cpp30 AllocationOrder::AllocationOrder(unsigned VirtReg, in AllocationOrder() function in AllocationOrder
DAllocationOrder.h29 class LLVM_LIBRARY_VISIBILITY AllocationOrder {
39 AllocationOrder(unsigned VirtReg,
DRegAllocGreedy.cpp366 unsigned tryAssign(LiveInterval&, AllocationOrder&,
368 unsigned tryEvict(LiveInterval&, AllocationOrder&,
370 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
374 AllocationOrder &Order,
383 unsigned tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order,
387 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
389 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
391 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
393 unsigned trySplit(LiveInterval&, AllocationOrder&,
395 unsigned tryLastChanceRecoloring(LiveInterval &, AllocationOrder &,
[all …]
DCMakeLists.txt3 AllocationOrder.cpp
DRegAllocBasic.cpp226 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in selectOrSplit()
/external/swiftshader/third_party/LLVM/
DAndroid.mk59 lib/CodeGen/AllocationOrder.cpp \
DBUILD.gn105 "lib/CodeGen/AllocationOrder.cpp",
/external/swiftshader/
DCMakeLists.txt233 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp