Home
last modified time | relevance | path

Searched refs:SMULFIXSAT (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h286 SMULFIXSAT, UMULFIXSAT, enumerator
DTargetLowering.h935 case ISD::SMULFIXSAT: in getFixedPointOperationAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp159 case ISD::SMULFIXSAT: in PromoteIntegerResult()
751 N->getOpcode() == ISD::SMULFIX || N->getOpcode() == ISD::SMULFIXSAT; in PromoteIntRes_MULFIX()
753 N->getOpcode() == ISD::SMULFIXSAT || N->getOpcode() == ISD::UMULFIXSAT; in PromoteIntRes_MULFIX()
1305 case ISD::SMULFIXSAT: in PromoteIntegerOperand()
1912 case ISD::SMULFIXSAT: in ExpandIntegerResult()
3028 bool Saturating = (N->getOpcode() == ISD::SMULFIXSAT || in ExpandIntRes_MULFIX()
3031 N->getOpcode() == ISD::SMULFIXSAT); in ExpandIntRes_MULFIX()
DLegalizeVectorOps.cpp462 case ISD::SMULFIXSAT: in LegalizeOp()
962 case ISD::SMULFIXSAT: in Expand()
DSelectionDAGDumper.cpp311 case ISD::SMULFIXSAT: return "smulfixsat"; in getOperationName()
DLegalizeVectorTypes.cpp165 case ISD::SMULFIXSAT: in ScalarizeVectorResult()
960 case ISD::SMULFIXSAT: in SplitVectorResult()
2748 case ISD::SMULFIXSAT: in WidenVectorResult()
DTargetLowering.cpp7176 Node->getOpcode() == ISD::SMULFIXSAT || in expandFixedPointMul()
7185 bool Saturating = (Node->getOpcode() == ISD::SMULFIXSAT || in expandFixedPointMul()
7188 Node->getOpcode() == ISD::SMULFIXSAT); in expandFixedPointMul()
DLegalizeDAG.cpp1130 case ISD::SMULFIXSAT: in LegalizeOp()
3417 case ISD::SMULFIXSAT: in ExpandNode()
DSelectionDAGBuilder.cpp5767 return ISD::SMULFIXSAT; in FixedPointIntrinsicToOpcode()
DDAGCombiner.cpp1518 case ISD::SMULFIXSAT: in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp658 setOperationAction(ISD::SMULFIXSAT, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td400 def smulfixsat : SDNode<"ISD::SMULFIXSAT", SDTIntScaledBinOp, [SDNPCommutative]>;