Searched refs:hasRegUnit (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h404 bool hasRegUnit(MCRegister Reg, unsigned RegUnit) const {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { function
1754 || hasRegUnit(NormalUnits, AdjustUnit)
1755 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1471 TRI.hasRegUnit(MO->getReg(), Reg))
H A DMachineVerifier.cpp2565 !TRI->hasRegUnit(MOI->getReg(), Reg))

Completed in 184 milliseconds