Home
last modified time | relevance | path

Searched defs:MulOpc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp270 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction()
354 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
H A DARMBaseInstrInfo.cpp87 uint16_t MulOpc; // Expanded multiplication opcode member
5006 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5957 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL()
5964 unsigned MulOpc) { in canCombineWithFMUL()
6762 unsigned IdxDupOp, unsigned MulOpc, in genIndexedMultiply()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4237 unsigned MulOpc = Signed ? AMDGPUISD::MUL_I24 : AMDGPUISD::MUL_U24; in getMul24() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2335 unsigned MulOpc = in widenScalarMulo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28697 unsigned MulOpc = IsSigned ? ISD::MULHS : ISD::MUL; in LowervXi8MulWithUNPCK() local