Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp273 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction()
360 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
DARMBaseInstrInfo.cpp57 uint16_t MulOpc; // Expanded multiplication opcode member
4149 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp270 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction()
354 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
DARMBaseInstrInfo.cpp80 uint16_t MulOpc; // Expanded multiplication opcode member
4797 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2880 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL()
2887 unsigned MulOpc) { in canCombineWithFMUL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3698 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL()
3705 unsigned MulOpc) { in canCombineWithFMUL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3289 unsigned MulOpc = Signed ? AMDGPUISD::MUL_I24 : AMDGPUISD::MUL_U24; in getMul24() local
3297 unsigned MulOpc = Signed ? AMDGPUISD::MUL_LOHI_I24 : AMDGPUISD::MUL_LOHI_U24; in getMul24() local