Searched refs:MulOpc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp69 unsigned MulOpc, unsigned AddSubOpc,
273 unsigned MulOpc, unsigned AddSubOpc,
287 const MCInstrDesc &MCID1 = TII->get(MulOpc);
360 unsigned MulOpc, AddSubOpc; local
363 MulOpc, AddSubOpc, NegAcc, HasLane) ||
367 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
272 ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, unsigned MulOpc, unsigned AddSubOpc, bool NegAcc, bool HasLane) argument
H A DARMBaseInstrInfo.h368 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
H A DARMBaseInstrInfo.cpp65 uint16_t MulOpc; // Expanded multiplication opcode member in struct:ARM_MLxEntry
72 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
101 MLxHazardOpcodes.insert(ARM_MLxTable[i].MulOpc);
4083 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, argument
4091 MulOpc = Entry.MulOpc;
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2440 unsigned MulOpc, unsigned ZeroReg) {
2447 if (!MI || MI->getParent() != &MBB || (unsigned)MI->getOpcode() != MulOpc)

Completed in 175 milliseconds