Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp196 static bool isFpMulInstruction(unsigned Opcode) { in isFpMulInstruction() function
235 return isFpMulInstruction(DefMI->getOpcode()) || hasLoopHazard(MI); in FindMLxHazard()