Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h312 bool areRVVInstsReassociable(const MachineInstr &MI1,
H A DRISCVInstrInfo.cpp1699 bool RISCVInstrInfo::areRVVInstsReassociable(const MachineInstr &Root, in areRVVInstsReassociable() function in RISCVInstrInfo
1827 Commuted = !areRVVInstsReassociable(Inst, *MI1) && in hasReassociableVectorSibling()
1828 areRVVInstsReassociable(Inst, *MI2); in hasReassociableVectorSibling()
1832 return areRVVInstsReassociable(Inst, *MI1) && in hasReassociableVectorSibling()