Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp218 if (TII->isFpMLxInstruction(DefMI->getOpcode())) { in FindMLxHazard()
356 if (!TII->isFpMLxInstruction(MCID.getOpcode(), in ExpandFPMLxInstructions()
H A DARMHazardRecognizer.cpp71 if (TII.isFpMLxInstruction(DefMI->getOpcode()) && in getHazardType()
H A DARMBaseInstrInfo.h507 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() function
514 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
H A DARMISelDAGToDAG.cpp543 return TII->isFpMLxInstruction(Opcode); in hasNoVMLxHazardUse()
H A DARMBaseInstrInfo.cpp5006 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction() function in ARMBaseInstrInfo