Searched refs:isFpMLxInstruction (Results 1 – 5 of 5) sorted by relevance
218 if (TII->isFpMLxInstruction(DefMI->getOpcode())) { in FindMLxHazard()356 if (!TII->isFpMLxInstruction(MCID.getOpcode(), in ExpandFPMLxInstructions()
71 if (TII.isFpMLxInstruction(DefMI->getOpcode()) && in getHazardType()
507 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() function514 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
543 return TII->isFpMLxInstruction(Opcode); in hasNoVMLxHazardUse()
5006 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction() function in ARMBaseInstrInfo