Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp115 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
134 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute()
H A DRegAllocGreedy.cpp789 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign()
1124 if (TRI->getCostPerUse(Order.getOrder().back()) >= CostPerUseLimit) { in tryEvict()
1133 if (TRI->getCostPerUse(PhysReg) >= CostPerUseLimit) in tryEvict()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h370 unsigned getCostPerUse(unsigned RegNo) const { in getCostPerUse() function