Home
last modified time | relevance | path

Searched refs:STRICT_FPOW (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.h308 STRICT_FSQRT, STRICT_FPOW, STRICT_FPOWI, STRICT_FSIN, STRICT_FCOS, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp265 case ISD::STRICT_FPOW: return "strict_fpow"; in getOperationName()
DLegalizeFloatTypes.cpp106 case ISD::STRICT_FPOW: in SoftenFloatResult()
1165 case ISD::STRICT_FPOW: in ExpandFloatResult()
DLegalizeDAG.cpp4068 case ISD::STRICT_FPOW: in ConvertNodeToLibcall()
4462 case ISD::STRICT_FPOW: in PromoteNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td505 def strict_fpow : SDNode<"ISD::STRICT_FPOW",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1978 ISD::FPOW, ISD::STRICT_FPOW, in X86TargetLowering()