Searched refs:MulOpc (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 66 unsigned MulOpc, unsigned AddSubOpc, 207 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction() argument 221 const MCInstrDesc &MCID1 = TII->get(MulOpc); in ExpandFPMLxInstruction() 292 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local 295 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 299 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 281 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
|
D | ARMBaseInstrInfo.cpp | 56 unsigned MulOpc; // Expanded multiplication opcode member 92 MLxHazardOpcodes.insert(ARM_MLxTable[i].MulOpc); in ARMBaseInstrInfo() 2754 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction() argument 2762 MulOpc = Entry.MulOpc; in isFpMLxInstruction()
|
/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 | 382 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
|
D | ARMBaseInstrInfo.cpp | 57 uint16_t MulOpc; // Expanded multiplication opcode member 93 MLxHazardOpcodes.insert(ARM_MLxTable[i].MulOpc); in ARMBaseInstrInfo() 4149 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction() argument 4157 MulOpc = Entry.MulOpc; in isFpMLxInstruction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 2880 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL() argument 2881 return canCombine(MBB, MO, MulOpc, ZeroReg, true); in canCombineWithMUL() 2887 unsigned MulOpc) { in canCombineWithFMUL() argument 2888 return canCombine(MBB, MO, MulOpc); in canCombineWithFMUL()
|