Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp155 static bool isCompressibleStore(const MachineInstr &MI) { in isCompressibleStore() function
178 if (isCompressibleLoad(MI) || isCompressibleStore(MI)) { in getRegImmPairPreventingCompression()
207 if (isCompressibleStore(MI)) { in getRegImmPairPreventingCompression()
293 assert((isCompressibleLoad(MI) || isCompressibleStore(MI)) && in updateOperands()
301 if (isCompressibleStore(MI) && OldRegImm.Imm != 0) in updateOperands()