Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h402 STRICT_FCOS, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp201 case ISD::STRICT_FCOS: return "strict_fcos"; in getOperationName()
H A DLegalizeFloatTypes.cpp81 case ISD::STRICT_FCOS: in SoftenFloatResult()
1205 case ISD::STRICT_FCOS: in ExpandFloatResult()
H A DLegalizeDAG.cpp3955 case ISD::STRICT_FCOS: in ConvertNodeToLibcall()
4741 case ISD::STRICT_FCOS: in PromoteNode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td527 def strict_fcos : SDNode<"ISD::STRICT_FCOS",
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp753 setOperationAction(ISD::STRICT_FCOS, MVT::f128, LibCall); in X86TargetLowering()
1996 ISD::FCOS, ISD::STRICT_FCOS, in X86TargetLowering()