/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 194 SMUL_LOHI, UMUL_LOHI, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 200 SMUL_LOHI, UMUL_LOHI, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 206 SMUL_LOHI, UMUL_LOHI, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 482 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() 546 case ISD::SMUL_LOHI: return selectMultiplication(N); in trySelect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 196 case ISD::SMUL_LOHI: in trySelect()
|
D | MipsSEISelLowering.cpp | 183 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); in MipsSETargetLowering() 194 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Custom); in MipsSETargetLowering() 225 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 272 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering() 451 case ISD::SMUL_LOHI: return lowerMulDiv(Op, MipsISD::Mult, true, true, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 230 case ISD::SMUL_LOHI: in trySelect()
|
D | MipsSEISelLowering.cpp | 114 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); in MipsSETargetLowering() 125 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Custom); in MipsSETargetLowering() 158 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering() 205 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering() 365 case ISD::SMUL_LOHI: return lowerMulDiv(Op, MipsISD::Mult, true, true, DAG); in LowerOperation() 410 if (MultOpc != ISD::SMUL_LOHI && MultOpc != ISD::UMUL_LOHI) in selectMADD() 482 if (MultOpc != ISD::SMUL_LOHI && MultOpc != ISD::UMUL_LOHI) in selectMSUB()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 241 case ISD::SMUL_LOHI: in Select()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 91 SMUL_LOHI, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 133 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MBlazeTargetLowering() 135 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in MBlazeTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3490 else if (IsAfterLegalization ? isOperationLegal(ISD::SMUL_LOHI, VT) : in BuildSDIV() 3491 isOperationLegalOrCustom(ISD::SMUL_LOHI, VT)) in BuildSDIV() 3492 Q = SDValue(DAG.getNode(ISD::SMUL_LOHI, dl, DAG.getVTList(VT, VT), in BuildSDIV() 3621 Opcode == ISD::SMUL_LOHI); in expandMUL_LOHI() 3628 isOperationLegalOrCustom(ISD::SMUL_LOHI, HiLoVT); in expandMUL_LOHI() 3648 Lo = DAG.getNode(Signed ? ISD::SMUL_LOHI : ISD::UMUL_LOHI, dl, VTs, L, R); in expandMUL_LOHI() 3760 if (!MakeMUL_LOHI(LH, RH, Lo, Hi, Opcode == ISD::SMUL_LOHI)) in expandMUL_LOHI() 3768 if (Opcode == ISD::SMUL_LOHI) { in expandMUL_LOHI()
|
D | SelectionDAGDumper.cpp | 217 case ISD::SMUL_LOHI: return "smul_lohi"; in getOperationName()
|
D | LegalizeDAG.cpp | 3375 Node->getOpcode() == ISD::MULHU ? ISD::UMUL_LOHI : ISD::SMUL_LOHI; in ExpandNode() 3385 case ISD::SMUL_LOHI: { in ExpandNode() 3425 bool HasSMUL_LOHI = TLI.isOperationLegalOrCustom(ISD::SMUL_LOHI, VT); in ExpandNode() 3431 OpToUse = ISD::SMUL_LOHI; in ExpandNode() 3435 OpToUse = ISD::SMUL_LOHI; in ExpandNode() 3535 { ISD::MULHS, ISD::SMUL_LOHI, ISD::SIGN_EXTEND }}; in ExpandNode() 4423 case ISD::SMUL_LOHI: { in PromoteNode()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 100 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); in XCoreTargetLowering() 179 case ISD::SMUL_LOHI: return LowerSMUL_LOHI(Op, DAG); in LowerOperation() 554 assert(Op.getValueType() == MVT::i32 && Op.getOpcode() == ISD::SMUL_LOHI && in LowerSMUL_LOHI()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 145 setOperationAction(ISD::SMUL_LOHI, MVT::i8, Expand); in MSP430TargetLowering() 150 setOperationAction(ISD::SMUL_LOHI, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 92 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 184 case ISD::SMUL_LOHI: return "smul_lohi"; in getOperationName()
|
D | TargetLowering.cpp | 2857 else if (IsAfterLegalization ? isOperationLegal(ISD::SMUL_LOHI, VT) : in BuildSDIV() 2858 isOperationLegalOrCustom(ISD::SMUL_LOHI, VT)) in BuildSDIV() 2859 Q = SDValue(DAG.getNode(ISD::SMUL_LOHI, dl, DAG.getVTList(VT, VT), in BuildSDIV() 2988 bool HasSMUL_LOHI = isOperationLegalOrCustom(ISD::SMUL_LOHI, HiLoVT); in expandMUL() 3031 Lo = DAG.getNode(ISD::SMUL_LOHI, dl, DAG.getVTList(HiLoVT, HiLoVT), LL, in expandMUL()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 817 case ISD::SMUL_LOHI: in MatchAddressRecursively() 1860 case ISD::SMUL_LOHI: in Select() 1865 bool isSigned = Opcode == ISD::SMUL_LOHI; in Select()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 138 setOperationAction(ISD::SMUL_LOHI, MVT::i8, Expand); in MSP430TargetLowering() 143 setOperationAction(ISD::SMUL_LOHI, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 88 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in BPFTargetLowering()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 97 {ISD::BSWAP, ISD::SMUL_LOHI, ISD::UMUL_LOHI, in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 98 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); in XCoreTargetLowering() 210 case ISD::SMUL_LOHI: return LowerSMUL_LOHI(Op, DAG); in LowerOperation() 557 assert(Op.getValueType() == MVT::i32 && Op.getOpcode() == ISD::SMUL_LOHI && in LowerSMUL_LOHI()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 101 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); in XCoreTargetLowering() 213 case ISD::SMUL_LOHI: return LowerSMUL_LOHI(Op, DAG); in LowerOperation() 567 assert(Op.getValueType() == MVT::i32 && Op.getOpcode() == ISD::SMUL_LOHI && in LowerSMUL_LOHI()
|