Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h416 STRICT_FCOS, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp207 case ISD::STRICT_FCOS: return "strict_fcos"; in getOperationName()
H A DLegalizeFloatTypes.cpp82 case ISD::STRICT_FCOS: in SoftenFloatResult()
1311 case ISD::STRICT_FCOS: in ExpandFloatResult()
H A DLegalizeDAG.cpp4431 case ISD::STRICT_FCOS: in ConvertNodeToLibcall()
5388 case ISD::STRICT_FCOS: in PromoteNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td561 def strict_fcos : SDNode<"ISD::STRICT_FCOS",
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp841 setOperationAction(ISD::STRICT_FCOS, MVT::f128, LibCall); in X86TargetLowering()
2420 ISD::FCOS, ISD::STRICT_FCOS, in X86TargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp687 ISD::STRICT_FPOW, ISD::STRICT_FPOWI, ISD::STRICT_FCOS, in AArch64TargetLowering()