Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A 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)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h380 SDIVFIX, enumerator
H A DTargetLowering.h1130 case ISD::SDIVFIX: in getFixedPointOperationAction()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp419 case ISD::SDIVFIX: in LegalizeOp()
874 case ISD::SDIVFIX: in Expand()
H A DSelectionDAGDumper.cpp333 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
H A DLegalizeIntegerTypes.cpp205 case ISD::SDIVFIX: in PromoteIntegerResult()
1007 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()
1045 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()
1697 case ISD::SDIVFIX: in PromoteIntegerOperand()
2533 case ISD::SDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1153 case ISD::SDIVFIX: in LegalizeOp()
3431 case ISD::SDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp186 case ISD::SDIVFIX: in ScalarizeVectorResult()
1129 case ISD::SDIVFIX: in SplitVectorResult()
H A DTargetLowering.cpp9128 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
9133 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
H A DSelectionDAGBuilder.cpp5405 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
5752 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp807 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td433 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;