Home
last modified time | relevance | path

Searched refs:STRICT_FCOS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h436 STRICT_FCOS, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp225 case ISD::STRICT_FCOS: return "strict_fcos"; in getOperationName()
H A DLegalizeFloatTypes.cpp95 case ISD::STRICT_FCOS: in SoftenFloatResult()
1576 case ISD::STRICT_FCOS: in ExpandFloatResult()
H A DLegalizeDAG.cpp4711 case ISD::STRICT_FCOS: in ConvertNodeToLibcall()
5832 case ISD::STRICT_FCOS: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td620 def strict_fcos : SDNode<"ISD::STRICT_FCOS",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp912 setOperationAction(ISD::STRICT_FCOS, MVT::f128, LibCall); in X86TargetLowering()
2610 ISD::FCOS, ISD::STRICT_FCOS, in X86TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp757 ISD::STRICT_FPOWI, ISD::STRICT_FCOS, ISD::STRICT_FSIN, in AArch64TargetLowering()