Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h375 UMULFIX, enumerator
HDTargetLowering.h1290 case ISD::UMULFIX: in getFixedPointOperationAction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp366 case ISD::UMULFIX: return "umulfix"; in getOperationName()
HDLegalizeVectorOps.cpp465 case ISD::UMULFIX: in LegalizeOp()
1067 case ISD::UMULFIX: in Expand()
HDLegalizeIntegerTypes.cpp250 case ISD::UMULFIX: in PromoteIntegerResult()
1990 case ISD::UMULFIX: in PromoteIntegerOperand()
2916 case ISD::UMULFIX: in ExpandIntegerResult()
HDLegalizeVectorTypes.cpp219 case ISD::UMULFIX: in ScalarizeVectorResult()
1318 case ISD::UMULFIX: in SplitVectorResult()
4452 case ISD::UMULFIX: in WidenVectorResult()
HDLegalizeDAG.cpp1164 case ISD::UMULFIX: in LegalizeOp()
3906 case ISD::UMULFIX: in ExpandNode()
HDSelectionDAGBuilder.cpp6230 return ISD::UMULFIX; in FixedPointIntrinsicToOpcode()
HDTargetLowering.cpp10634 Node->getOpcode() == ISD::UMULFIX || in expandFixedPointMul()
HDDAGCombiner.cpp1859 case ISD::UMULFIX: in visit()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp724 ISD::UMULFIX, ISD::UMULFIXSAT, in initActions()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td461 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;