Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
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)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h292 SDIVFIX, UDIVFIX, enumerator
DTargetLowering.h939 case ISD::UDIVFIX: in getFixedPointOperationAction()
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h362 UDIVFIX, enumerator
DTargetLowering.h1075 case ISD::UDIVFIX: in getFixedPointOperationAction()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp466 case ISD::UDIVFIX: in LegalizeOp()
860 case ISD::UDIVFIX: in Expand()
DSelectionDAGDumper.cpp325 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
DLegalizeIntegerTypes.cpp172 case ISD::UDIVFIX: in PromoteIntegerResult()
1512 case ISD::UDIVFIX: in PromoteIntegerOperand()
2153 case ISD::UDIVFIX: in ExpandIntegerResult()
DLegalizeDAG.cpp1149 case ISD::UDIVFIX: in LegalizeOp()
3561 case ISD::UDIVFIX: in ExpandNode()
DLegalizeVectorTypes.cpp179 case ISD::UDIVFIX: in ScalarizeVectorResult()
1032 case ISD::UDIVFIX: in SplitVectorResult()
DTargetLowering.cpp7802 Opcode == ISD::UDIVFIX || Opcode == ISD::UDIVFIXSAT) && in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5572 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp316 case ISD::UDIVFIX: return "udivfix"; in getOperationName()
DLegalizeVectorOps.cpp466 case ISD::UDIVFIX: { in LegalizeOp()
970 case ISD::UDIVFIX: in Expand()
DLegalizeIntegerTypes.cpp164 case ISD::UDIVFIX: Res = PromoteIntRes_DIVFIX(N); break; in PromoteIntegerResult()
1309 case ISD::UDIVFIX: Res = PromoteIntOp_FIX(N); break; in PromoteIntegerOperand()
1917 case ISD::UDIVFIX: ExpandIntRes_DIVFIX(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp1134 case ISD::UDIVFIX: { in LegalizeOp()
3423 case ISD::UDIVFIX: in ExpandNode()
DLegalizeVectorTypes.cpp169 case ISD::UDIVFIX: in ScalarizeVectorResult()
964 case ISD::UDIVFIX: in SplitVectorResult()
DTargetLowering.cpp7317 Opcode == ISD::UDIVFIX) && in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5773 return ISD::UDIVFIX; in FixedPointIntrinsicToOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp662 setOperationAction(ISD::UDIVFIX, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp775 setOperationAction(ISD::UDIVFIX, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td404 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td410 def udivfix : SDNode<"ISD::UDIVFIX" , SDTIntScaledBinOp>;