Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h373 SDIVFIXSAT, enumerator
DTargetLowering.h1083 case ISD::SDIVFIXSAT: in getFixedPointOperationAction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp468 case ISD::SDIVFIXSAT: in LegalizeOp()
874 case ISD::SDIVFIXSAT: in Expand()
DLegalizeIntegerTypes.cpp183 case ISD::SDIVFIXSAT: in PromoteIntegerResult()
923 N->getOpcode() == ISD::SDIVFIXSAT; in earlyExpandDIVFIX()
924 bool Saturating = N->getOpcode() == ISD::SDIVFIXSAT || in earlyExpandDIVFIX()
961 N->getOpcode() == ISD::SDIVFIXSAT; in PromoteIntRes_DIVFIX()
962 bool Saturating = N->getOpcode() == ISD::SDIVFIXSAT || in PromoteIntRes_DIVFIX()
1548 case ISD::SDIVFIXSAT: in PromoteIntegerOperand()
2227 case ISD::SDIVFIXSAT: in ExpandIntegerResult()
DSelectionDAGDumper.cpp330 case ISD::SDIVFIXSAT: return "sdivfixsat"; in getOperationName()
DLegalizeDAG.cpp1151 case ISD::SDIVFIXSAT: in LegalizeOp()
3375 case ISD::SDIVFIXSAT: in ExpandNode()
DLegalizeVectorTypes.cpp184 case ISD::SDIVFIXSAT: in ScalarizeVectorResult()
1080 case ISD::SDIVFIXSAT: in SplitVectorResult()
DTargetLowering.cpp8269 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
8274 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
8275 bool Saturating = Opcode == ISD::SDIVFIXSAT || Opcode == ISD::UDIVFIXSAT; in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5404 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
5405 bool Saturating = Opcode == ISD::SDIVFIXSAT || Opcode == ISD::UDIVFIXSAT; in expandDivFix()
5753 return ISD::SDIVFIXSAT; in FixedPointIntrinsicToOpcode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp789 setOperationAction(ISD::SDIVFIXSAT, VT, Expand); in initActions()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td424 def sdivfixsat : SDNode<"ISD::SDIVFIXSAT", SDTIntScaledBinOp>;