Home
last modified time | relevance | path

Searched refs:UMULFIX (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.h936 case ISD::UMULFIX: in getFixedPointOperationAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp463 case ISD::UMULFIX: in LegalizeOp()
956 case ISD::UMULFIX: in Expand()
DSelectionDAGDumper.cpp312 case ISD::UMULFIX: return "umulfix"; in getOperationName()
DLegalizeIntegerTypes.cpp160 case ISD::UMULFIX: in PromoteIntegerResult()
1306 case ISD::UMULFIX: in PromoteIntegerOperand()
1913 case ISD::UMULFIX: in ExpandIntegerResult()
DLegalizeVectorTypes.cpp166 case ISD::UMULFIX: in ScalarizeVectorResult()
961 case ISD::UMULFIX: in SplitVectorResult()
2749 case ISD::UMULFIX: in WidenVectorResult()
DLegalizeDAG.cpp1131 case ISD::UMULFIX: in LegalizeOp()
3418 case ISD::UMULFIX: in ExpandNode()
DTargetLowering.cpp7175 Node->getOpcode() == ISD::UMULFIX || in expandFixedPointMul()
DSelectionDAGBuilder.cpp5765 return ISD::UMULFIX; in FixedPointIntrinsicToOpcode()
DDAGCombiner.cpp1519 case ISD::UMULFIX: in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp659 setOperationAction(ISD::UMULFIX, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td401 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;