Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h145 bool hasPreferredPhys(Register VirtReg) const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp250 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.cpp864 NrBrokenHints += VRM->hasPreferredPhys(LI.reg()); in extractFeatures()