Home
last modified time | relevance | path

Searched refs:getCostPerUse (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp115 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
135 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
DRegAllocGreedy.cpp793 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign()
1137 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) { in tryEvict()
1146 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit) in tryEvict()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h327 unsigned getCostPerUse(unsigned RegNo) const { in getCostPerUse() function