/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | AllocationOrder.cpp | 25 AllocationOrder::AllocationOrder(unsigned VirtReg, in AllocationOrder() function in AllocationOrder 76 AllocationOrder::~AllocationOrder() { in ~AllocationOrder()
|
D | AllocationOrder.h | 25 class AllocationOrder { 39 AllocationOrder(unsigned VirtReg, 43 ~AllocationOrder();
|
D | RegAllocGreedy.cpp | 269 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 456 const AllocationOrder &Order); 459 const AllocationOrder &Order); 461 const AllocationOrder &Order, 472 unsigned getCheapestEvicteeWeight(const AllocationOrder &Order, 481 unsigned tryAssign(LiveInterval&, AllocationOrder&, 483 unsigned tryEvict(LiveInterval&, AllocationOrder&, 485 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&, 490 AllocationOrder &Order, 500 unsigned tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order, 504 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&, [all …]
|
D | AllocationOrder.cpp | 30 AllocationOrder::AllocationOrder(unsigned VirtReg, in AllocationOrder() function in AllocationOrder
|
D | AllocationOrder.h | 30 class LLVM_LIBRARY_VISIBILITY AllocationOrder { 44 AllocationOrder(unsigned VirtReg,
|
D | RegisterScavenging.cpp | 381 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards() argument 399 for (MCPhysReg Reg : AllocationOrder) { in findSurvivorBackwards() 417 for (MCPhysReg Reg : AllocationOrder) { in findSurvivorBackwards() 585 ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF); in scavengeRegisterBackwards() local 587 findSurvivorBackwards(*MRI, MBBI, To, LiveUnits, AllocationOrder, in scavengeRegisterBackwards()
|
D | CMakeLists.txt | 3 AllocationOrder.cpp
|
D | RegAllocBasic.cpp | 263 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in selectOrSplit()
|
/external/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 30 AllocationOrder::AllocationOrder(unsigned VirtReg, in AllocationOrder() function in AllocationOrder
|
D | AllocationOrder.h | 29 class LLVM_LIBRARY_VISIBILITY AllocationOrder { 39 AllocationOrder(unsigned VirtReg,
|
D | RegAllocGreedy.cpp | 366 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 …]
|
D | CMakeLists.txt | 3 AllocationOrder.cpp
|
D | RegAllocBasic.cpp | 226 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in selectOrSplit()
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 59 lib/CodeGen/AllocationOrder.cpp \
|
D | Android.bp | 124 "lib/CodeGen/AllocationOrder.cpp",
|
D | BUILD.gn | 109 "lib/CodeGen/AllocationOrder.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 336 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp 778 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 112 llvm/lib/CodeGen/AllocationOrder.cpp \
|
D | BUILD.gn | 683 "llvm/lib/CodeGen/AllocationOrder.cpp",
|