Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp892 auto isCompressibleOpnd = [&](const MachineOperand &MO) { in getRegAllocationHints() local
908 isCompressibleOpnd(MI.getOperand(2))) in getRegAllocationHints()
911 (!NeedGPRC || isCompressibleOpnd(MI.getOperand(1)))) in getRegAllocationHints()
914 isCompressibleOpnd(MI.getOperand(2)))) { in getRegAllocationHints()
917 (!NeedGPRC || isCompressibleOpnd(MI.getOperand(1)))) { in getRegAllocationHints()