Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DRegisterClassInfo.cpp115 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
135 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
DRegAllocGreedy.cpp800 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign()
1143 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) { in tryEvict()
1154 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit) in tryEvict()
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp103 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
122 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
DRegAllocGreedy.cpp645 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign()
887 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) { in tryEvict()
895 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit) in tryEvict()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h359 unsigned getCostPerUse(unsigned RegNo) const { in getCostPerUse() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h327 unsigned getCostPerUse(unsigned RegNo) const { in getCostPerUse() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h333 unsigned getCostPerUse(MCRegister RegNo) const { in getCostPerUse() function