Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2099 static bool canCombineShiftIntoShXAdd(const MachineBasicBlock &MBB, in canCombineShiftIntoShXAdd() function
2143 if (canCombineShiftIntoShXAdd(MBB, AddMI->getOperand(1), ShiftAmt)) { in getSHXADDPatterns()
2147 if (canCombineShiftIntoShXAdd(MBB, AddMI->getOperand(2), ShiftAmt)) { in getSHXADDPatterns()