Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp146 static bool isCompressibleLoad(const MachineInstr &MI) { in isCompressibleLoad() function
178 if (isCompressibleLoad(MI) || isCompressibleStore(MI)) { in getRegImmPairPreventingCompression()
293 assert((isCompressibleLoad(MI) || isCompressibleStore(MI)) && in updateOperands()
313 assert(isCompressibleLoad(MI)); in updateOperands()