Searched refs:UMULFIX (Results 1 – 25 of 26) sorted by relevance
12
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-fixed-point-intrinsics.ll | 28 ; 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/ |
D | ISDOpcodes.h | 281 SMULFIX, UMULFIX, enumerator
|
D | TargetLowering.h | 936 case ISD::UMULFIX: in getFixedPointOperationAction()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 349 UMULFIX, enumerator
|
D | TargetLowering.h | 1071 case ISD::UMULFIX: in getFixedPointOperationAction()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vector-mulfix-legalize.ll | 4 ; We used to assert on widening the SMULFIX/UMULFIX/SMULFIXSAT node result,
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 462 case ISD::UMULFIX: in LegalizeOp() 846 case ISD::UMULFIX: in Expand()
|
D | SelectionDAGDumper.cpp | 320 case ISD::UMULFIX: return "umulfix"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 175 case ISD::UMULFIX: in ScalarizeVectorResult() 1028 case ISD::UMULFIX: in SplitVectorResult() 2913 case ISD::UMULFIX: in WidenVectorResult()
|
D | LegalizeIntegerTypes.cpp | 167 case ISD::UMULFIX: in PromoteIntegerResult() 1508 case ISD::UMULFIX: in PromoteIntegerOperand() 2148 case ISD::UMULFIX: in ExpandIntegerResult()
|
D | LegalizeDAG.cpp | 1145 case ISD::UMULFIX: in LegalizeOp() 3555 case ISD::UMULFIX: in ExpandNode()
|
D | TargetLowering.cpp | 7660 Node->getOpcode() == ISD::UMULFIX || in expandFixedPointMul()
|
D | SelectionDAGBuilder.cpp | 5564 return ISD::UMULFIX; in FixedPointIntrinsicToOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 312 case ISD::UMULFIX: return "umulfix"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 463 case ISD::UMULFIX: in LegalizeOp() 956 case ISD::UMULFIX: in Expand()
|
D | LegalizeIntegerTypes.cpp | 160 case ISD::UMULFIX: in PromoteIntegerResult() 1306 case ISD::UMULFIX: in PromoteIntegerOperand() 1913 case ISD::UMULFIX: in ExpandIntegerResult()
|
D | LegalizeVectorTypes.cpp | 166 case ISD::UMULFIX: in ScalarizeVectorResult() 961 case ISD::UMULFIX: in SplitVectorResult() 2749 case ISD::UMULFIX: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 1131 case ISD::UMULFIX: in LegalizeOp() 3418 case ISD::UMULFIX: in ExpandNode()
|
D | TargetLowering.cpp | 7175 Node->getOpcode() == ISD::UMULFIX || in expandFixedPointMul()
|
D | SelectionDAGBuilder.cpp | 5765 return ISD::UMULFIX; in FixedPointIntrinsicToOpcode()
|
D | DAGCombiner.cpp | 1519 case ISD::UMULFIX: in visit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 659 setOperationAction(ISD::UMULFIX, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 771 setOperationAction(ISD::UMULFIX, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 401 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 406 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;
|
12