Home
last modified time | relevance | path

Searched refs:UDIVFIX (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h388 UDIVFIX, enumerator
H A DTargetLowering.h1294 case ISD::UDIVFIX: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp371 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
H A DLegalizeVectorOps.cpp469 case ISD::UDIVFIX: in LegalizeOp()
1081 case ISD::UDIVFIX: in Expand()
H A DLegalizeIntegerTypes.cpp255 case ISD::UDIVFIX: in PromoteIntegerResult()
1994 case ISD::UDIVFIX: in PromoteIntegerOperand()
2921 case ISD::UDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1168 case ISD::UDIVFIX: in LegalizeOp()
3912 case ISD::UDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp223 case ISD::UDIVFIX: in ScalarizeVectorResult()
1322 case ISD::UDIVFIX: in SplitVectorResult()
H A DSelectionDAGBuilder.cpp6238 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
H A DTargetLowering.cpp10790 Opcode == ISD::UDIVFIX || Opcode == ISD::UDIVFIXSAT) && in expandFixedPointDiv()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp726 ISD::UDIVFIX, ISD::UDIVFIXSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td465 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;