Searched defs:MulOpc (Results 1 – 5 of 5) sorted by relevance
270 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction()354 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
84 uint16_t MulOpc; // Expanded multiplication opcode member4889 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
4533 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL()4540 unsigned MulOpc) { in canCombineWithFMUL()
3291 unsigned MulOpc = Signed ? AMDGPUISD::MUL_I24 : AMDGPUISD::MUL_U24; in getMul24() local
27636 unsigned MulOpc = IsSigned ? ISD::MULHS : ISD::MUL; in LowervXi8MulWithUNPCK() local