Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp137 static bool isCompressedReg(Register Reg) { in isCompressedReg() function
192 bool SrcDestCompressed = isCompressedReg(SrcDest); in getRegImmPairPreventingCompression()
193 bool BaseCompressed = isCompressedReg(Base); in getRegImmPairPreventingCompression()