Home
last modified time | relevance | path

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

/freebsd-src/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.cpp86 uint16_t MulOpc; // Expanded multiplication opcode global() member
5005 isFpMLxInstruction(unsigned Opcode,unsigned & MulOpc,unsigned & AddSubOpc,bool & NegAcc,bool & HasLane) const isFpMLxInstruction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5915 canCombineWithMUL(MachineBasicBlock & MBB,MachineOperand & MO,unsigned MulOpc,unsigned ZeroReg) canCombineWithMUL() argument
5922 canCombineWithFMUL(MachineBasicBlock & MBB,MachineOperand & MO,unsigned MulOpc) canCombineWithFMUL() argument
6711 genIndexedMultiply(MachineInstr & Root,SmallVectorImpl<MachineInstr * > & InsInstrs,unsigned IdxDupOp,unsigned MulOpc,const TargetRegisterClass * RC,MachineRegisterInfo & MRI) genIndexedMultiply() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4186 unsigned MulOpc = Signed ? AMDGPUISD::MUL_I24 : AMDGPUISD::MUL_U24; getMul24() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2271 unsigned MulOpc = widenScalarMulo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28456 unsigned MulOpc = IsSigned ? ISD::MULHS : ISD::MUL; LowervXi8MulWithUNPCK() local
[all...]