Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DISDOpcodes.h380 SDIVFIX, enumerator
DTargetLowering.h1150 case ISD::SDIVFIX: in getFixedPointOperationAction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp420 case ISD::SDIVFIX: in LegalizeOp()
921 case ISD::SDIVFIX: in Expand()
DSelectionDAGDumper.cpp338 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
DLegalizeIntegerTypes.cpp212 case ISD::SDIVFIX: in PromoteIntegerResult()
1014 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX()
1052 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX()
1705 case ISD::SDIVFIX: in PromoteIntegerOperand()
2545 case ISD::SDIVFIX: in ExpandIntegerResult()
DLegalizeDAG.cpp1157 case ISD::SDIVFIX: in LegalizeOp()
3460 case ISD::SDIVFIX: in ExpandNode()
DLegalizeVectorTypes.cpp188 case ISD::SDIVFIX: in ScalarizeVectorResult()
1152 case ISD::SDIVFIX: in SplitVectorResult()
DTargetLowering.cpp9802 assert((Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT || in expandFixedPointDiv()
9807 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5470 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandDivFix()
5820 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp813 ISD::SDIVFIX, ISD::SDIVFIXSAT, in initActions()
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetSelectionDAG.td439 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;