Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h362 UDIVFIX, enumerator
H A DTargetLowering.h1079 case ISD::UDIVFIX: in getFixedPointOperationAction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp468 case ISD::UDIVFIX: in LegalizeOp()
870 case ISD::UDIVFIX: in Expand()
H A DSelectionDAGDumper.cpp329 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
H A DLegalizeIntegerTypes.cpp181 case ISD::UDIVFIX: in PromoteIntegerResult()
1545 case ISD::UDIVFIX: in PromoteIntegerOperand()
2195 case ISD::UDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1150 case ISD::UDIVFIX: in LegalizeOp()
3389 case ISD::UDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp184 case ISD::UDIVFIX: in ScalarizeVectorResult()
1079 case ISD::UDIVFIX: in SplitVectorResult()
H A DTargetLowering.cpp8220 Opcode == ISD::UDIVFIX || Opcode == ISD::UDIVFIXSAT) && in expandFixedPointDiv()
H A DSelectionDAGBuilder.cpp5720 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp768 setOperationAction(ISD::UDIVFIX, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td423 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;