Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp153 static bool isCompressibleStore(const MachineInstr &MI) { in isCompressibleStore() function
176 if (isCompressibleLoad(MI) || isCompressibleStore(MI)) { in getRegImmPairPreventingCompression()
205 if (isCompressibleStore(MI)) { in getRegImmPairPreventingCompression()
285 assert((isCompressibleLoad(MI) || isCompressibleStore(MI)) && in updateOperands()
293 if (isCompressibleStore(MI) && OldRegImm.Imm != 0) in updateOperands()