Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h339 bool hasEqualFRM(const MachineInstr &MI1, const MachineInstr &MI2);
H A DRISCVInstrInfo.cpp1893 RISCV::hasEqualFRM(Inst, Sibling); in hasReassociableSibling()
2044 return RISCV::hasEqualFRM(Root, *MI); in canCombineFPFusedMultiply()
3873 bool RISCV::hasEqualFRM(const MachineInstr &MI1, const MachineInstr &MI2) { in hasEqualFRM()
3866 bool RISCV::hasEqualFRM(const MachineInstr &MI1, const MachineInstr &MI2) { hasEqualFRM() function in RISCV