Home
last modified time | relevance | path

Searched refs:canAllocatePhysReg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h135 bool canAllocatePhysReg(unsigned CostPerUseLimit, MCRegister PhysReg) const;
H A DRegAllocEvictionAdvisor.cpp299 if (!canAllocatePhysReg(CostPerUseLimit, PhysReg) || in tryFindEvictionCandidate()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp712 if (!canAllocatePhysReg(CostPerUseLimit, PhysReg)) { in tryFindEvictionCandidate()
H A DRegAllocGreedy.cpp557 bool RegAllocEvictionAdvisor::canAllocatePhysReg(unsigned CostPerUseLimit, in canAllocatePhysReg() function in RegAllocEvictionAdvisor