Searched defs:MulOpc (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MLxExpansionPass.cpp | 270 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction() 354 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
|
H A D | ARMBaseInstrInfo.cpp | 86 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 D | AArch64InstrInfo.cpp | 5915 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 D | AMDGPUISelLowering.cpp | 4186 unsigned MulOpc = Signed ? AMDGPUISD::MUL_I24 : AMDGPUISD::MUL_U24; getMul24() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2271 unsigned MulOpc = widenScalarMulo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 28456 unsigned MulOpc = IsSigned ? ISD::MULHS : ISD::MUL; LowervXi8MulWithUNPCK() local [all...] |