Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h387 SDIVFIX, enumerator
H A DTargetLowering.h1292 case ISD::SDIVFIX: in getFixedPointOperationAction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp369 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
H A DLegalizeVectorOps.cpp467 case ISD::SDIVFIX: in LegalizeOp()
1080 case ISD::SDIVFIX: in Expand()
H A DLegalizeIntegerTypes.cpp253 case ISD::SDIVFIX: in PromoteIntegerResult()
1194 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()
1226 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()
1992 case ISD::SDIVFIX: in PromoteIntegerOperand()
2919 case ISD::SDIVFIX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp1166 case ISD::SDIVFIX: in LegalizeOp()
3910 case ISD::SDIVFIX: in ExpandNode()
H A DLegalizeVectorTypes.cpp221 case ISD::SDIVFIX: in ScalarizeVectorResult()
1320 case ISD::SDIVFIX: in SplitVectorResult()
H A DSelectionDAGBuilder.cpp5888 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
6236 return ISD::SDIVFIX; 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()
/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.td463 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;