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

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 62 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h 373 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
375 bool isFpMLxInstruction(unsigned Opcode) const {
379 /// isFpMLxInstruction - This version also returns the multiply opcode and the
382 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 457 return TII->isFpMLxInstruction(Opcode);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 62 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h 404 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
406 bool isFpMLxInstruction(unsigned Opcode) const {
410 /// isFpMLxInstruction - This version also returns the multiply opcode and the
413 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
MLxExpansionPass.cpp 221 if (TII->isFpMLxInstruction(DefMI->getOpcode())) {
359 if (!TII->isFpMLxInstruction(MCID.getOpcode(),
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 433 return TII->isFpMLxInstruction(Opcode);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 62 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h 272 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
274 bool isFpMLxInstruction(unsigned Opcode) const {
278 /// isFpMLxInstruction - This version also returns the multiply opcode and the
281 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 373 return TII->isFpMLxInstruction(Opcode);
    [all...]

Completed in 1827 milliseconds