Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h109 bool isProperSubClass(const TargetRegisterClass *RC) const { in isProperSubClass() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1710 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in splitAroundRegion()
2031 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in tryBlockSplit()
2097 if (!RegClassInfo.isProperSubClass(CurRC)) in tryInstructionSplit()
H A DRegisterCoalescer.cpp2056 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC())) in joinCopy()