Home
last modified time | relevance | path

Searched refs:FASIN (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def73 DAG_FUNCTION(asin, 1, 1, experimental_constrained_asin, FASIN)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1009 FASIN, enumerator
H A DBasicTTIImpl.h2265 ISD = ISD::FASIN; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp817 ISD::FASIN, ISD::FATAN, in initActions()
934 setOperationAction({ISD::FTAN, ISD::FACOS, ISD::FASIN, ISD::FATAN, ISD::FCOSH, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp231 case ISD::FASIN: return "fasin"; in getOperationName()
H A DLegalizeFloatTypes.cpp86 case ISD::FASIN: R = SoftenFloatRes_FASIN(N); break; in SoftenFloatResult()
1567 case ISD::FASIN: ExpandFloatRes_FASIN(N, Lo, Hi); break; in ExpandFloatResult()
2833 case ISD::FASIN: in PromoteFloatResult()
3318 case ISD::FASIN: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp418 case ISD::FASIN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp95 case ISD::FASIN: in ScalarizeVectorResult()
1215 case ISD::FASIN: in SplitVectorResult()
4901 case ISD::FASIN: in WidenVectorResult()
H A DLegalizeDAG.cpp4721 case ISD::FASIN: in ConvertNodeToLibcall()
5803 case ISD::FASIN: in PromoteNode()
H A DSelectionDAGBuilder.cpp6833 case Intrinsic::asin: Opcode = ISD::FASIN; break; in visitIntrinsicCall()
9436 if (visitUnaryFloatCall(I, ISD::FASIN)) in visitCall()
H A DSelectionDAG.cpp5736 case ISD::FASIN: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td558 def fasin : SDNode<"ISD::FASIN" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp752 ISD::FASIN, ISD::FATAN, ISD::FATAN2, in AArch64TargetLowering()
1239 ISD::FASIN, ISD::FACOS, ISD::FATAN, in AArch64TargetLowering()
1725 setOperationAction(ISD::FASIN, VT, Expand); in AArch64TargetLowering()
2011 setOperationAction(ISD::FASIN, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp847 setOperationAction(ISD::FASIN , MVT::f80, Expand); in X86TargetLowering()
2606 ISD::FASIN, ISD::STRICT_FASIN, in X86TargetLowering()