Searched defs:MulOpc (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 207 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction() 292 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
|
D | ARMBaseInstrInfo.cpp | 56 unsigned MulOpc; // Expanded multiplication opcode member 2754 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 273 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction() 360 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
|
D | ARMBaseInstrInfo.cpp | 57 uint16_t MulOpc; // Expanded multiplication opcode member 4149 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 273 unsigned MulOpc, unsigned AddSubOpc, in ExpandFPMLxInstruction() 357 unsigned MulOpc, AddSubOpc; in ExpandFPMLxInstructions() local
|
D | ARMBaseInstrInfo.cpp | 81 uint16_t MulOpc; // Expanded multiplication opcode member 4543 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, in isFpMLxInstruction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 2880 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL() 2887 unsigned MulOpc) { in canCombineWithFMUL()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 3589 unsigned MulOpc, unsigned ZeroReg) { in canCombineWithMUL() 3596 unsigned MulOpc) { in canCombineWithFMUL()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 3119 unsigned MulOpc = Signed ? AMDGPUISD::MUL_I24 : AMDGPUISD::MUL_U24; in getMul24() local 3127 unsigned MulOpc = Signed ? AMDGPUISD::MUL_LOHI_I24 : AMDGPUISD::MUL_LOHI_U24; in getMul24() local
|