Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp199 static bool isFpMulInstruction(unsigned Opcode) { in isFpMulInstruction() function
238 return isFpMulInstruction(DefMI->getOpcode()) || hasLoopHazard(MI); in FindMLxHazard()