Home
last modified time | relevance | path

Searched refs:FCBRT (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h640 FNEG, FABS, FSQRT, FCBRT, FSIN, FCOS, FPOWI, FPOW, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp195 case ISD::FCBRT: return "fcbrt"; in getOperationName()
DLegalizeFloatTypes.cpp74 case ISD::FCBRT: R = SoftenFloatRes_FCBRT(N); break; in SoftenFloatResult()
1136 case ISD::FCBRT: ExpandFloatRes_FCBRT(N, Lo, Hi); break; in ExpandFloatResult()
2107 case ISD::FCBRT: in PromoteFloatResult()
DLegalizeDAG.cpp3955 case ISD::FCBRT: in ConvertNodeToLibcall()
DDAGCombiner.cpp12954 DAG.getTargetLoweringInfo().isOperationExpand(ISD::FCBRT, VT))) in visitFPOW()
12957 return DAG.getNode(ISD::FCBRT, SDLoc(N), VT, N->getOperand(0), Flags); in visitFPOW()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp744 setOperationAction(ISD::FCBRT, VT, Expand); in initActions()