HomeSort by: relevance | last modified time | path
    Searched refs:isFpMLxInstruction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 218 if (TII->isFpMLxInstruction(DefMI->getOpcode())) {
356 if (!TII->isFpMLxInstruction(MCID.getOpcode(),
ARMHazardRecognizer.cpp 69 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h 496 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
498 bool isFpMLxInstruction(unsigned Opcode) const {
502 /// isFpMLxInstruction - This version also returns the multiply opcode and the
505 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
ARMBaseInstrInfo.cpp 4889 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
ARMISelDAGToDAG.cpp 520 return TII->isFpMLxInstruction(Opcode);

Completed in 68 milliseconds