Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp144 static bool isCompressibleLoad(const MachineInstr &MI) { in isCompressibleLoad() function
176 if (isCompressibleLoad(MI) || isCompressibleStore(MI)) { in getRegImmPairPreventingCompression()
285 assert((isCompressibleLoad(MI) || isCompressibleStore(MI)) && in updateOperands()
305 assert(isCompressibleLoad(MI)); in updateOperands()