HomeSort by relevance Sort by last modified time
    Searched refs:isFpMLxInstruction (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 65 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h 301 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
303 bool isFpMLxInstruction(unsigned Opcode) const {
307 /// isFpMLxInstruction - This version also returns the multiply opcode and the
310 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
MLxExpansionPass.cpp 221 if (TII->isFpMLxInstruction(DefMI->getOpcode())) {
362 if (!TII->isFpMLxInstruction(MCID.getOpcode(),
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 449 return TII->isFpMLxInstruction(Opcode);
    [all...]

Completed in 217 milliseconds