Home
last modified time | relevance | path

Searched refs:UMULFIX (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-fixed-point-intrinsics.ll28 ; CHECK: [[UMULFIX:%[0-9]+]]:_(s16) = G_UMULFIX [[TRUNC]], [[TRUNC1]], 7
29 ; CHECK: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[UMULFIX]](s16)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h281 SMULFIX, UMULFIX, enumerator
DTargetLowering.h936 case ISD::UMULFIX: in getFixedPointOperationAction()
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h349 UMULFIX, enumerator
DTargetLowering.h1071 case ISD::UMULFIX: in getFixedPointOperationAction()
/external/llvm-project/llvm/test/CodeGen/X86/
Dvector-mulfix-legalize.ll4 ; We used to assert on widening the SMULFIX/UMULFIX/SMULFIXSAT node result,
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp462 case ISD::UMULFIX: in LegalizeOp()
846 case ISD::UMULFIX: in Expand()
DSelectionDAGDumper.cpp320 case ISD::UMULFIX: return "umulfix"; in getOperationName()
DLegalizeVectorTypes.cpp175 case ISD::UMULFIX: in ScalarizeVectorResult()
1028 case ISD::UMULFIX: in SplitVectorResult()
2913 case ISD::UMULFIX: in WidenVectorResult()
DLegalizeIntegerTypes.cpp167 case ISD::UMULFIX: in PromoteIntegerResult()
1508 case ISD::UMULFIX: in PromoteIntegerOperand()
2148 case ISD::UMULFIX: in ExpandIntegerResult()
DLegalizeDAG.cpp1145 case ISD::UMULFIX: in LegalizeOp()
3555 case ISD::UMULFIX: in ExpandNode()
DTargetLowering.cpp7660 Node->getOpcode() == ISD::UMULFIX || in expandFixedPointMul()
DSelectionDAGBuilder.cpp5564 return ISD::UMULFIX; in FixedPointIntrinsicToOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp312 case ISD::UMULFIX: return "umulfix"; in getOperationName()
DLegalizeVectorOps.cpp463 case ISD::UMULFIX: in LegalizeOp()
956 case ISD::UMULFIX: in Expand()
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp659 setOperationAction(ISD::UMULFIX, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp771 setOperationAction(ISD::UMULFIX, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td401 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td406 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;

12