Home
last modified time | relevance | path

Searched refs:SMULFIX (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h374 SMULFIX, enumerator
H A DTargetLowering.h1288 case ISD::SMULFIX: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp364 case ISD::SMULFIX: return "smulfix"; in getOperationName()
H A DLegalizeVectorOps.cpp463 case ISD::SMULFIX: in LegalizeOp()
1066 case ISD::SMULFIX: in Expand()
H A DLegalizeIntegerTypes.cpp248 case ISD::SMULFIX: in PromoteIntegerResult()
1128 N->getOpcode() == ISD::SMULFIX || N->getOpcode() == ISD::SMULFIXSAT; in PromoteIntRes_MULFIX()
1988 case ISD::SMULFIX: in PromoteIntegerOperand()
2914 case ISD::SMULFIX: in ExpandIntegerResult()
4253 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX()
H A DLegalizeVectorTypes.cpp217 case ISD::SMULFIX: in ScalarizeVectorResult()
1316 case ISD::SMULFIX: in SplitVectorResult()
4450 case ISD::SMULFIX: in WidenVectorResult()
H A DLegalizeDAG.cpp1162 case ISD::SMULFIX: in LegalizeOp()
3904 case ISD::SMULFIX: in ExpandNode()
H A DTargetLowering.cpp10633 assert((Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
10646 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
H A DSelectionDAGBuilder.cpp6228 return ISD::SMULFIX; in FixedPointIntrinsicToOpcode()
H A DDAGCombiner.cpp1857 case ISD::SMULFIX: in visit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp723 ISD::SMULFIX, ISD::SMULFIXSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td459 def smulfix : SDNode<"ISD::SMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;