Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DISDOpcodes.h386 SDIVFIXSAT, enumerator
DTargetLowering.h1151 case ISD::SDIVFIXSAT: in getFixedPointOperationAction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp421 case ISD::SDIVFIXSAT: in LegalizeOp()
925 case ISD::SDIVFIXSAT: in Expand()
DSelectionDAGDumper.cpp339 case ISD::SDIVFIXSAT: return "sdivfixsat"; in getOperationName()
DLegalizeIntegerTypes.cpp213 case ISD::SDIVFIXSAT: in PromoteIntegerResult()
1015 N->getOpcode() == ISD::SDIVFIXSAT; in earlyExpandDIVFIX()
1016 bool Saturating = N->getOpcode() == ISD::SDIVFIXSAT || in earlyExpandDIVFIX()
1053 N->getOpcode() == ISD::SDIVFIXSAT; in PromoteIntRes_DIVFIX()
1054 bool Saturating = N->getOpcode() == ISD::SDIVFIXSAT || in PromoteIntRes_DIVFIX()
1706 case ISD::SDIVFIXSAT: in PromoteIntegerOperand()
2546 case ISD::SDIVFIXSAT: in ExpandIntegerResult()
DLegalizeDAG.cpp1158 case ISD::SDIVFIXSAT: in LegalizeOp()
3461 case ISD::SDIVFIXSAT: in ExpandNode()
DTargetLowering.cpp9802 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
9807 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
9808 bool Saturating = Opcode == ISD::SDIVFIXSAT || Opcode == ISD::UDIVFIXSAT; in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5470 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
5471 bool Saturating = Opcode == ISD::SDIVFIXSAT || Opcode == ISD::UDIVFIXSAT; in expandDivFix()
5824 return ISD::SDIVFIXSAT; in FixedPointIntrinsicToOpcode()
DLegalizeVectorTypes.cpp189 case ISD::SDIVFIXSAT: in ScalarizeVectorResult()
1153 case ISD::SDIVFIXSAT: in SplitVectorResult()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp813 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetSelectionDAG.td440 def sdivfixsat : SDNode<"ISD::SDIVFIXSAT", SDTIntScaledBinOp>;