/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-fixed-point-intrinsics.ll | 12 ; CHECK: [[SMULFIX:%[0-9]+]]:_(s16) = G_SMULFIX [[TRUNC]], [[TRUNC1]], 7 13 ; CHECK: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SMULFIX]](s16)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 281 SMULFIX, UMULFIX, enumerator
|
D | TargetLowering.h | 934 case ISD::SMULFIX: in getFixedPointOperationAction()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 348 SMULFIX, enumerator
|
D | TargetLowering.h | 1069 case ISD::SMULFIX: 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 | 460 case ISD::SMULFIX: in LegalizeOp() 845 case ISD::SMULFIX: in Expand()
|
D | SelectionDAGDumper.cpp | 318 case ISD::SMULFIX: return "smulfix"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 165 case ISD::SMULFIX: in PromoteIntegerResult() 819 N->getOpcode() == ISD::SMULFIX || N->getOpcode() == ISD::SMULFIXSAT; in PromoteIntRes_MULFIX() 1506 case ISD::SMULFIX: in PromoteIntegerOperand() 2146 case ISD::SMULFIX: in ExpandIntegerResult() 3362 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX()
|
D | LegalizeVectorTypes.cpp | 173 case ISD::SMULFIX: in ScalarizeVectorResult() 1026 case ISD::SMULFIX: in SplitVectorResult() 2911 case ISD::SMULFIX: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 1143 case ISD::SMULFIX: in LegalizeOp() 3553 case ISD::SMULFIX: in ExpandNode()
|
D | TargetLowering.cpp | 7659 assert((Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul() 7672 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
|
D | SelectionDAGBuilder.cpp | 5562 return ISD::SMULFIX; in FixedPointIntrinsicToOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 310 case ISD::SMULFIX: return "smulfix"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 461 case ISD::SMULFIX: in LegalizeOp() 955 case ISD::SMULFIX: in Expand()
|
D | LegalizeIntegerTypes.cpp | 158 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()
|
D | LegalizeVectorTypes.cpp | 164 case ISD::SMULFIX: in ScalarizeVectorResult() 959 case ISD::SMULFIX: in SplitVectorResult() 2747 case ISD::SMULFIX: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 1129 case ISD::SMULFIX: in LegalizeOp() 3416 case ISD::SMULFIX: in ExpandNode()
|
D | TargetLowering.cpp | 7174 assert((Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul() 7187 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
|
D | SelectionDAGBuilder.cpp | 5763 return ISD::SMULFIX; in FixedPointIntrinsicToOpcode()
|
D | DAGCombiner.cpp | 1517 case ISD::SMULFIX: in visit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 657 setOperationAction(ISD::SMULFIX, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 769 setOperationAction(ISD::SMULFIX, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 399 def smulfix : SDNode<"ISD::SMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 404 def smulfix : SDNode<"ISD::SMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;
|