Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h259 bool hasEqualFRM(const MachineInstr &MI1, const MachineInstr &MI2);
DRISCVInstrInfo.cpp1348 RISCV::hasEqualFRM(Inst, Sibling); in hasReassociableSibling()
1455 return RISCV::hasEqualFRM(Root, *MI); in canCombineFPFusedMultiply()
2859 bool RISCV::hasEqualFRM(const MachineInstr &MI1, const MachineInstr &MI2) { in hasEqualFRM() function in RISCV