Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h292 SDIVFIX, UDIVFIX, enumerator
DTargetLowering.h938 case ISD::SDIVFIX: in getFixedPointOperationAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp465 case ISD::SDIVFIX: in LegalizeOp()
969 case ISD::SDIVFIX: in Expand()
DSelectionDAGDumper.cpp315 case ISD::SDIVFIX: return "sdivfix"; in getOperationName()
DLegalizeIntegerTypes.cpp163 case ISD::SDIVFIX: in PromoteIntegerResult()
788 bool Signed = N->getOpcode() == ISD::SDIVFIX; in earlyExpandDIVFIX()
819 bool Signed = N->getOpcode() == ISD::SDIVFIX; in PromoteIntRes_DIVFIX()
1308 case ISD::SDIVFIX: in PromoteIntegerOperand()
1916 case ISD::SDIVFIX: in ExpandIntegerResult()
DLegalizeDAG.cpp1133 case ISD::SDIVFIX: in LegalizeOp()
3422 case ISD::SDIVFIX: in ExpandNode()
DLegalizeVectorTypes.cpp168 case ISD::SDIVFIX: in ScalarizeVectorResult()
963 case ISD::SDIVFIX: in SplitVectorResult()
DTargetLowering.cpp7316 assert((Opcode == ISD::SDIVFIX || in expandFixedPointDiv()
7321 bool Signed = Opcode == ISD::SDIVFIX; in expandFixedPointDiv()
DSelectionDAGBuilder.cpp5468 bool Signed = Opcode == ISD::SDIVFIX; in expandDivFix()
5771 return ISD::SDIVFIX; in FixedPointIntrinsicToOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp661 setOperationAction(ISD::SDIVFIX, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td403 def sdivfix : SDNode<"ISD::SDIVFIX" , SDTIntScaledBinOp>;