Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp1299 static bool isFADD(unsigned Opc) { in isFADD() function
1361 if (isFADD(Opc) || isFMUL(Opc)) in isAssociativeAndCommutative()
1463 bool IsFAdd = isFADD(Opc); in getFPFusedMultiplyPatterns()