Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h381 UDIVFIX, enumerator
H A DTargetLowering.h1247 case ISD::UDIVFIX: in getFixedPointOperationAction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp348 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
H A DLegalizeVectorOps.cpp451 case ISD::UDIVFIX: in LegalizeOp()
1103 case ISD::UDIVFIX: in Expand()
H A DLegalizeIntegerTypes.cpp229 case ISD::UDIVFIX: in PromoteIntegerResult()
1849 case ISD::UDIVFIX: in PromoteIntegerOperand()
2750 case ISD::UDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1180 case ISD::UDIVFIX: in LegalizeOp()
3833 case ISD::UDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp198 case ISD::UDIVFIX: in ScalarizeVectorResult()
1210 case ISD::UDIVFIX: in SplitVectorResult()
H A DSelectionDAGBuilder.cpp5997 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
H A DTargetLowering.cpp10300 Opcode == ISD::UDIVFIX || Opcode == ISD::UDIVFIXSAT) && in expandFixedPointDiv()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp844 ISD::UDIVFIX, ISD::UDIVFIXSAT, in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td450 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;