Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInterferenceCache.h111 MCRegister getPhysReg() const { return PhysReg; } in getPhysReg() function
HDInterferenceCache.cpp65 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) { in get()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTable.h1942 Record *getPhysReg() const { return PhysReg; } in getPhysReg() function