Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h145 bool hasPreferredPhys(Register VirtReg) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp251 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg()); in canEvictInterferenceBasedOnCost()
H A DVirtRegMap.cpp109 bool VirtRegMap::hasPreferredPhys(Register VirtReg) const { in hasPreferredPhys() function in VirtRegMap
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp885 NrBrokenHints += VRM->hasPreferredPhys(LI.reg()); in extractFeatures()