Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h349 UMULFIX, enumerator
H A DTargetLowering.h1075 case ISD::UMULFIX: in getFixedPointOperationAction()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp464 case ISD::UMULFIX: in LegalizeOp()
856 case ISD::UMULFIX: in Expand()
H A DSelectionDAGDumper.cpp324 case ISD::UMULFIX: return "umulfix"; in getOperationName()
H A DLegalizeIntegerTypes.cpp176 case ISD::UMULFIX: in PromoteIntegerResult()
1541 case ISD::UMULFIX: in PromoteIntegerOperand()
2190 case ISD::UMULFIX: in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp180 case ISD::UMULFIX: in ScalarizeVectorResult()
1075 case ISD::UMULFIX: in SplitVectorResult()
3052 case ISD::UMULFIX: in WidenVectorResult()
H A DLegalizeDAG.cpp1146 case ISD::UMULFIX: in LegalizeOp()
3383 case ISD::UMULFIX: in ExpandNode()
H A DTargetLowering.cpp8078 Node->getOpcode() == ISD::UMULFIX || in expandFixedPointMul()
H A DSelectionDAGBuilder.cpp5712 return ISD::UMULFIX; in FixedPointIntrinsicToOpcode()
H A DDAGCombiner.cpp1629 case ISD::UMULFIX: in visit()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp764 setOperationAction(ISD::UMULFIX, VT, Expand); in initActions()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td419 def umulfix : SDNode<"ISD::UMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;