Searched refs:MulOpc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 69 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()
|
D | ARMBaseInstrInfo.h | 368 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
|
D | ARMBaseInstrInfo.cpp | 65 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/ |
D | AArch64InstrInfo.cpp | 2440 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL() argument 2447 if (!MI || MI->getParent() != &MBB || (unsigned)MI->getOpcode() != MulOpc) in canCombineWithMUL()
|