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 59 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h 280 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
282 bool isFpMLxInstruction(unsigned Opcode) const {
286 /// isFpMLxInstruction - This version also returns the multiply opcode and the
289 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
MLxExpansionPass.cpp 161 if (TII->isFpMLxInstruction(DefMI->getOpcode())) {
294 if (!TII->isFpMLxInstruction(MCID.getOpcode(),
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 374 return TII->isFpMLxInstruction(Opcode);
    [all...]

Completed in 109 milliseconds