Searched refs:MulOpc (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | MLxExpansionPass.cpp | 69 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 D | ARMBaseInstrInfo.h | 378 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
|
H A D | ARMBaseInstrInfo.cpp | 66 uint16_t MulOpc; // Expanded multiplication opcode member in struct:ARM_MLxEntry 73 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane 102 MLxHazardOpcodes.insert(ARM_MLxTable[i].MulOpc); 4114 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, argument 4122 MulOpc = Entry.MulOpc;
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 2465 unsigned MulOpc, unsigned ZeroReg) { 2472 if (!MI || MI->getParent() != &MBB || (unsigned)MI->getOpcode() != MulOpc)
|
Completed in 99 milliseconds