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/ |
D | ISDOpcodes.h | 640 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/ |
D | SelectionDAGDumper.cpp | 195 case ISD::FCBRT: return "fcbrt"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 74 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()
|
D | LegalizeDAG.cpp | 3955 case ISD::FCBRT: in ConvertNodeToLibcall()
|
D | DAGCombiner.cpp | 12954 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/ |
D | TargetLoweringBase.cpp | 744 setOperationAction(ISD::FCBRT, VT, Expand); in initActions()
|