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.h401 UDIVFIX, enumerator
H A DTargetLowering.h1324 case ISD::UDIVFIX: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp388 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
H A DLegalizeVectorOps.cpp486 case ISD::UDIVFIX: in LegalizeOp()
1212 case ISD::UDIVFIX: in Expand()
H A DLegalizeIntegerTypes.cpp275 case ISD::UDIVFIX: in PromoteIntegerResult()
2045 case ISD::UDIVFIX: in PromoteIntegerOperand()
3104 case ISD::UDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1198 case ISD::UDIVFIX: in LegalizeOp()
4051 case ISD::UDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp235 case ISD::UDIVFIX: in ScalarizeVectorResult()
1381 case ISD::UDIVFIX: in SplitVectorResult()
H A DSelectionDAGBuilder.cpp6330 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
H A DTargetLowering.cpp11292 Opcode == ISD::UDIVFIX || Opcode == ISD::UDIVFIXSAT) && in expandFixedPointDiv()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp807 ISD::UDIVFIX, ISD::UDIVFIXSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td481 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;