Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h393 SDIVFIXSAT, enumerator
H A DTargetLowering.h1293 case ISD::SDIVFIXSAT: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp370 case ISD::SDIVFIXSAT: return "sdivfixsat"; in getOperationName()
H A DLegalizeIntegerTypes.cpp254 case ISD::SDIVFIXSAT: in PromoteIntegerResult()
1195 N->getOpcode() == ISD::SDIVFIXSAT; in earlyExpandDIVFIX()
1196 bool Saturating = N->getOpcode() == ISD::SDIVFIXSAT || in earlyExpandDIVFIX()
1227 N->getOpcode() == ISD::SDIVFIXSAT; in PromoteIntRes_DIVFIX()
1228 bool Saturating = N->getOpcode() == ISD::SDIVFIXSAT || in PromoteIntRes_DIVFIX()
1993 case ISD::SDIVFIXSAT: in PromoteIntegerOperand()
2920 case ISD::SDIVFIXSAT: in ExpandIntegerResult()
H A DLegalizeVectorOps.cpp468 case ISD::SDIVFIXSAT: in LegalizeOp()
1084 case ISD::SDIVFIXSAT: in Expand()
H A DLegalizeDAG.cpp1167 case ISD::SDIVFIXSAT: in LegalizeOp()
3911 case ISD::SDIVFIXSAT: in ExpandNode()
H A DSelectionDAGBuilder.cpp5888 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
5889 bool Saturating = Opcode == ISD::SDIVFIXSAT || Opcode == ISD::UDIVFIXSAT; in expandDivFix()
6240 return ISD::SDIVFIXSAT; in FixedPointIntrinsicToOpcode()
H A DTargetLowering.cpp10789 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
10794 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
10795 bool Saturating = Opcode == ISD::SDIVFIXSAT || Opcode == ISD::UDIVFIXSAT; in expandFixedPointDiv()
H A DLegalizeVectorTypes.cpp222 case ISD::SDIVFIXSAT: in ScalarizeVectorResult()
1321 case ISD::SDIVFIXSAT: in SplitVectorResult()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp725 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td464 def sdivfixsat : SDNode<"ISD::SDIVFIXSAT", SDTIntScaledBinOp>;