Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h375 UMULFIX, enumerator
H A DTargetLowering.h1290 case ISD::UMULFIX: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp366 case ISD::UMULFIX: return "umulfix"; in getOperationName()
H A DLegalizeVectorOps.cpp465 case ISD::UMULFIX: in LegalizeOp()
1067 case ISD::UMULFIX: in Expand()
H A DLegalizeIntegerTypes.cpp250 case ISD::UMULFIX: in PromoteIntegerResult()
1990 case ISD::UMULFIX: in PromoteIntegerOperand()
2916 case ISD::UMULFIX: in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp219 case ISD::UMULFIX: in ScalarizeVectorResult()
1318 case ISD::UMULFIX: in SplitVectorResult()
4452 case ISD::UMULFIX: in WidenVectorResult()
H A DLegalizeDAG.cpp1164 case ISD::UMULFIX: in LegalizeOp()
3906 case ISD::UMULFIX: in ExpandNode()
H A DSelectionDAGBuilder.cpp6230 return ISD::UMULFIX; in FixedPointIntrinsicToOpcode()
H A DTargetLowering.cpp10634 Node->getOpcode() == ISD::UMULFIX || in expandFixedPointMul()
H A DDAGCombiner.cpp1859 case ISD::UMULFIX: in visit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp724 ISD::UMULFIX, ISD::UMULFIXSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td461 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;