Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp64 if (TII.isFpMLxInstruction(DefMI->getOpcode()) && in getHazardType()
DMLxExpansionPass.cpp221 if (TII->isFpMLxInstruction(DefMI->getOpcode())) { in FindMLxHazard()
362 if (!TII->isFpMLxInstruction(MCID.getOpcode(), in ExpandFPMLxInstructions()
DARMBaseInstrInfo.h361 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() function
368 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
DARMBaseInstrInfo.cpp4083 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction() function in ARMBaseInstrInfo
DARMISelDAGToDAG.cpp449 return TII->isFpMLxInstruction(Opcode); in hasNoVMLxHazardUse()