Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-fixed-point-intrinsics.ll76 ; CHECK: [[SDIVFIX:%[0-9]+]]:_(s16) = G_SDIVFIX [[TRUNC]], [[TRUNC1]], 7
77 ; CHECK: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SDIVFIX]](s16)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h292 SDIVFIX, UDIVFIX, enumerator
DTargetLowering.h938 case ISD::SDIVFIX: in getFixedPointOperationAction()
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h361 SDIVFIX, enumerator
DTargetLowering.h1073 case ISD::SDIVFIX: in getFixedPointOperationAction()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp464 case ISD::SDIVFIX: in LegalizeOp()
859 case ISD::SDIVFIX: in Expand()
DSelectionDAGDumper.cpp323 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
DLegalizeIntegerTypes.cpp170 case ISD::SDIVFIX: in PromoteIntegerResult()
885 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()
923 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()
1510 case ISD::SDIVFIX: in PromoteIntegerOperand()
2151 case ISD::SDIVFIX: in ExpandIntegerResult()
DLegalizeDAG.cpp1147 case ISD::SDIVFIX: in LegalizeOp()
3559 case ISD::SDIVFIX: in ExpandNode()
DLegalizeVectorTypes.cpp177 case ISD::SDIVFIX: in ScalarizeVectorResult()
1030 case ISD::SDIVFIX: in SplitVectorResult()
DTargetLowering.cpp7801 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
7806 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5256 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
5570 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp315 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
DLegalizeVectorOps.cpp465 case ISD::SDIVFIX: in LegalizeOp()
969 case ISD::SDIVFIX: in Expand()
DLegalizeIntegerTypes.cpp163 case ISD::SDIVFIX: in PromoteIntegerResult()
788 bool Signed = N->getOpcode() == ISD::SDIVFIX; in earlyExpandDIVFIX()
819 bool Signed = N->getOpcode() == ISD::SDIVFIX; in PromoteIntRes_DIVFIX()
1308 case ISD::SDIVFIX: in PromoteIntegerOperand()
1916 case ISD::SDIVFIX: in ExpandIntegerResult()
DLegalizeDAG.cpp1133 case ISD::SDIVFIX: in LegalizeOp()
3422 case ISD::SDIVFIX: in ExpandNode()
DLegalizeVectorTypes.cpp168 case ISD::SDIVFIX: in ScalarizeVectorResult()
963 case ISD::SDIVFIX: in SplitVectorResult()
DTargetLowering.cpp7316 assert((Opcode == ISD::SDIVFIX || in expandFixedPointDiv()
7321 bool Signed = Opcode == ISD::SDIVFIX; in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5468 bool Signed = Opcode == ISD::SDIVFIX; in expandDivFix()
5771 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp661 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp773 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td403 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td408 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;