Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-fixed-point-intrinsics.ll92 ; CHECK: [[UDIVFIX:%[0-9]+]]:_(s16) = G_UDIVFIX [[TRUNC]], [[TRUNC1]], 7
93 ; CHECK: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[UDIVFIX]](s16)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h381 UDIVFIX, enumerator
H A DTargetLowering.h1132 case ISD::UDIVFIX: in getFixedPointOperationAction()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp421 case ISD::UDIVFIX: in LegalizeOp()
875 case ISD::UDIVFIX: in Expand()
H A DSelectionDAGDumper.cpp335 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
H A DLegalizeIntegerTypes.cpp207 case ISD::UDIVFIX: in PromoteIntegerResult()
1699 case ISD::UDIVFIX: in PromoteIntegerOperand()
2535 case ISD::UDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1155 case ISD::UDIVFIX: in LegalizeOp()
3433 case ISD::UDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp188 case ISD::UDIVFIX: in ScalarizeVectorResult()
1131 case ISD::UDIVFIX: in SplitVectorResult()
H A DTargetLowering.cpp9129 Opcode == ISD::UDIVFIX || Opcode == ISD::UDIVFIXSAT) && in expandFixedPointDiv()
H A DSelectionDAGBuilder.cpp5754 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp808 ISD::UDIVFIX, ISD::UDIVFIXSAT, in initActions()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td435 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;