Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h401 STRICT_FSIN, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp199 case ISD::STRICT_FSIN: return "strict_fsin"; in getOperationName()
H A DLegalizeFloatTypes.cpp121 case ISD::STRICT_FSIN: in SoftenFloatResult()
1241 case ISD::STRICT_FSIN: in ExpandFloatResult()
H A DLegalizeDAG.cpp3949 case ISD::STRICT_FSIN: in ConvertNodeToLibcall()
4740 case ISD::STRICT_FSIN: in PromoteNode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td525 def strict_fsin : SDNode<"ISD::STRICT_FSIN",
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp751 setOperationAction(ISD::STRICT_FSIN, MVT::f128, LibCall); in X86TargetLowering()
2003 ISD::FSIN, ISD::STRICT_FSIN}) in X86TargetLowering()