Home
last modified time | relevance | path

Searched refs:STRICT_FCOS (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.cpp199 case ISD::STRICT_FCOS: return "strict_fcos"; in getOperationName()
DLegalizeFloatTypes.cpp78 case ISD::STRICT_FCOS: in SoftenFloatResult()
1140 case ISD::STRICT_FCOS: in ExpandFloatResult()
DLegalizeDAG.cpp3967 case ISD::STRICT_FCOS: in ConvertNodeToLibcall()
4525 case ISD::STRICT_FCOS: in PromoteNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td501 def strict_fcos : SDNode<"ISD::STRICT_FCOS",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp706 setOperationAction(ISD::STRICT_FCOS, MVT::f128, LibCall); in X86TargetLowering()
1972 ISD::FCOS, ISD::STRICT_FCOS, in X86TargetLowering()