Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h387 SMULFIX, enumerator
H A DBasicTTIImpl.h2522 ISD = ISD::SMULFIX; in getTypeBasedIntrinsicInstrCost()
H A DTargetLowering.h1318 case ISD::SMULFIX: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp381 case ISD::SMULFIX: return "smulfix"; in getOperationName()
H A DLegalizeVectorOps.cpp480 case ISD::SMULFIX: in LegalizeOp()
1197 case ISD::SMULFIX: in Expand()
H A DLegalizeIntegerTypes.cpp268 case ISD::SMULFIX: in PromoteIntegerResult()
1173 N->getOpcode() == ISD::SMULFIX || N->getOpcode() == ISD::SMULFIXSAT; in PromoteIntRes_MULFIX()
2039 case ISD::SMULFIX: in PromoteIntegerOperand()
3097 case ISD::SMULFIX: in ExpandIntegerResult()
4477 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX()
H A DLegalizeVectorTypes.cpp229 case ISD::SMULFIX: in ScalarizeVectorResult()
1375 case ISD::SMULFIX: in SplitVectorResult()
4819 case ISD::SMULFIX: in WidenVectorResult()
H A DLegalizeDAG.cpp1192 case ISD::SMULFIX: in LegalizeOp()
4043 case ISD::SMULFIX: in ExpandNode()
H A DTargetLowering.cpp11132 assert((Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
11145 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul()
H A DSelectionDAGBuilder.cpp6320 return ISD::SMULFIX; in FixedPointIntrinsicToOpcode()
H A DDAGCombiner.cpp1915 case ISD::SMULFIX: in visit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp804 ISD::SMULFIX, ISD::SMULFIXSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td475 def smulfix : SDNode<"ISD::SMULFIX" , SDTIntScaledBinOp, [SDNPCommutative]>;