/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 304 MULHU, MULHS, enumerator
|
D | SelectionDAG.h | 896 case ISD::MULHS:
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 321 MULHU, MULHS, enumerator
|
D | SelectionDAG.h | 1174 case ISD::MULHS:
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 170 case ISD::MULHS: { in Select()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 245 case ISD::MULHS: in trySelect()
|
D | MipsSEISelLowering.cpp | 116 setOperationAction(ISD::MULHS, MVT::i32, Custom); in MipsSETargetLowering() 127 setOperationAction(ISD::MULHS, MVT::i64, Custom); in MipsSETargetLowering() 161 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering() 208 setOperationAction(ISD::MULHS, MVT::i64, Legal); in MipsSETargetLowering() 367 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG); in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 273 case ISD::MULHS: in Select()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 367 case ISD::MULHS: { in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 113 setOperationAction(ISD::MULHS, MVT::i32, Expand); in MBlazeTargetLowering() 114 setOperationAction(ISD::MULHS, MVT::i64, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 293 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0), 1185 X86_INTRINSIC_DATA(avx512_mask_pmulh_w_128, INTR_TYPE_2OP_MASK, ISD::MULHS, 0), 1186 X86_INTRINSIC_DATA(avx512_mask_pmulh_w_256, INTR_TYPE_2OP_MASK, ISD::MULHS, 0), 1187 X86_INTRINSIC_DATA(avx512_mask_pmulh_w_512, INTR_TYPE_2OP_MASK, ISD::MULHS, 0), 1899 X86_INTRINSIC_DATA(sse2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 143 setOperationAction(ISD::MULHS, MVT::i8, Expand); in MSP430TargetLowering() 148 setOperationAction(ISD::MULHS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 95 setOperationAction(ISD::MULHS, MVT::i32, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 179 case ISD::MULHS: return "mulhs"; in getOperationName()
|
D | TargetLowering.cpp | 2853 if (IsAfterLegalization ? isOperationLegal(ISD::MULHS, VT) : in BuildSDIV() 2854 isOperationLegalOrCustom(ISD::MULHS, VT)) in BuildSDIV() 2855 Q = DAG.getNode(ISD::MULHS, dl, VT, N->getOperand(0), in BuildSDIV() 2986 bool HasMULHS = isOperationLegalOrCustom(ISD::MULHS, HiLoVT); in expandMUL() 3039 Hi = DAG.getNode(ISD::MULHS, dl, HiLoVT, LL, RL); in expandMUL()
|
D | LegalizeDAG.cpp | 3265 case ISD::MULHS: { in ExpandNode() 3287 bool HasMULHS = TLI.isOperationLegalOrCustom(ISD::MULHS, VT); in ExpandNode() 3385 { ISD::MULHS, ISD::SMUL_LOHI, ISD::SIGN_EXTEND }}; in ExpandNode()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 136 setOperationAction(ISD::MULHS, MVT::i8, Expand); in MSP430TargetLowering() 141 setOperationAction(ISD::MULHS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 86 setOperationAction(ISD::MULHS, MVT::i64, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 263 setOperationAction(ISD::MULHS, MVT::i8, Expand); in SPUTargetLowering() 267 setOperationAction(ISD::MULHS, MVT::i16, Expand); in SPUTargetLowering() 271 setOperationAction(ISD::MULHS, MVT::i32, Expand); in SPUTargetLowering() 275 setOperationAction(ISD::MULHS, MVT::i64, Expand); in SPUTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 130 setOperationAction(ISD::MULHS, MVT::i64, Expand); in SystemZTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3500 case ISD::MULHS: { in ExpandNode() 3527 bool HasMULHS = TLI.isOperationLegalOrCustom(ISD::MULHS, VT); in ExpandNode() 3608 { ISD::MULHS, ISD::SMUL_LOHI, ISD::SIGN_EXTEND }}; in ExpandNode()
|
D | TargetLowering.cpp | 3261 if (isOperationLegalOrCustom(ISD::MULHS, VT)) in BuildSDIV() 3262 Q = DAG.getNode(ISD::MULHS, dl, VT, N->getOperand(0), in BuildSDIV()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 101 setOperationAction(ISD::MULHS, MVT::i32, Expand); in LanaiTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 102 setOperationAction(ISD::MULHS, MVT::i32, Expand); in XCoreTargetLowering()
|