Searched refs:tryLocalSplit (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 277 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&, 1320 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryLocalSplit() function in RAGreedy 1518 return tryLocalSplit(VirtReg, Order, NewVRegs); in trySplit()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 391 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&, 1725 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryLocalSplit() function in RAGreedy 1962 unsigned PhysReg = tryLocalSplit(VirtReg, Order, NewVRegs); in trySplit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 508 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&, 2189 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryLocalSplit() function in RAGreedy 2427 unsigned PhysReg = tryLocalSplit(VirtReg, Order, NewVRegs); in trySplit()
|