Home
last modified time | relevance | path

Searched refs:STRICT_FDIV (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h266 STRICT_FADD, STRICT_FSUB, STRICT_FMUL, STRICT_FDIV, STRICT_FREM, enumerator
DSelectionDAGNodes.h660 case ISD::STRICT_FDIV:
DTargetLowering.h800 case ISD::STRICT_FDIV: EqOpc = ISD::FDIV; break; in getStrictFPOperationAction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp300 case ISD::STRICT_FDIV: in LegalizeOp()
741 case ISD::STRICT_FDIV: in Expand()
DSelectionDAGDumper.cpp236 case ISD::STRICT_FDIV: return "strict_fdiv"; in getOperationName()
DLegalizeVectorTypes.cpp761 case ISD::STRICT_FDIV: in SplitVectorResult()
DLegalizeDAG.cpp1096 case ISD::STRICT_FDIV: in LegalizeOp()
DSelectionDAG.cpp7187 case ISD::STRICT_FDIV: NewOpc = ISD::FDIV; break; in mutateStrictFPToFP()
DSelectionDAGBuilder.cpp6270 Opcode = ISD::STRICT_FDIV; in visitConstrainedFPIntrinsic()