Home
last modified time | relevance | path

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

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