Home
last modified time | relevance | path

Searched refs:SMULFIX (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.h281 SMULFIX, UMULFIX, enumerator
DTargetLowering.h934 case ISD::SMULFIX: in getFixedPointOperationAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp461 case ISD::SMULFIX: in LegalizeOp()
955 case ISD::SMULFIX: in Expand()
DSelectionDAGDumper.cpp310 case ISD::SMULFIX: return "smulfix"; in getOperationName()
DLegalizeIntegerTypes.cpp158 case ISD::SMULFIX: in PromoteIntegerResult()
751 N->getOpcode() == ISD::SMULFIX || N->getOpcode() == ISD::SMULFIXSAT; in PromoteIntRes_MULFIX()
1304 case ISD::SMULFIX: in PromoteIntegerOperand()
1911 case ISD::SMULFIX: in ExpandIntegerResult()
3030 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX()
DLegalizeVectorTypes.cpp164 case ISD::SMULFIX: in ScalarizeVectorResult()
959 case ISD::SMULFIX: in SplitVectorResult()
2747 case ISD::SMULFIX: in WidenVectorResult()
DLegalizeDAG.cpp1129 case ISD::SMULFIX: in LegalizeOp()
3416 case ISD::SMULFIX: in ExpandNode()
DTargetLowering.cpp7174 assert((Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
7187 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
DSelectionDAGBuilder.cpp5763 return ISD::SMULFIX; in FixedPointIntrinsicToOpcode()
DDAGCombiner.cpp1517 case ISD::SMULFIX: in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp657 setOperationAction(ISD::SMULFIX, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td399 def smulfix : SDNode<"ISD::SMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;