Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 member
5007 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4935 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL()
4942 unsigned MulOpc) { in canCombineWithFMUL()
5655 unsigned IdxDupOp, unsigned MulOpc, in genIndexedMultiply()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3409 unsigned MulOpc = Signed ? AMDGPUISD::MUL_I24 : AMDGPUISD::MUL_U24; in getMul24() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29798 unsigned MulOpc = IsSigned ? ISD::MULHS : ISD::MUL; in LowervXi8MulWithUNPCK() local