Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h381 UDIVFIX, enumerator
H A DTargetLowering.h1152 case ISD::UDIVFIX: in getFixedPointOperationAction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp422 case ISD::UDIVFIX: in LegalizeOp()
922 case ISD::UDIVFIX: in Expand()
H A DSelectionDAGDumper.cpp340 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
H A DLegalizeIntegerTypes.cpp214 case ISD::UDIVFIX: in PromoteIntegerResult()
1707 case ISD::UDIVFIX: in PromoteIntegerOperand()
2547 case ISD::UDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1159 case ISD::UDIVFIX: in LegalizeOp()
3462 case ISD::UDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp190 case ISD::UDIVFIX: in ScalarizeVectorResult()
1154 case ISD::UDIVFIX: in SplitVectorResult()
H A DSelectionDAGBuilder.cpp5822 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
H A DTargetLowering.cpp9803 Opcode == ISD::UDIVFIX || Opcode == ISD::UDIVFIXSAT) && in expandFixedPointDiv()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp814 ISD::UDIVFIX, ISD::UDIVFIXSAT, in initActions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td441 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;