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.h965 FASIN, enumerator
H A DBasicTTIImpl.h1983 ISD = ISD::FASIN; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp772 ISD::FASIN, ISD::FATAN, ISD::FCOSH, ISD::FSINH, ISD::FTANH}, in initActions()
831 ISD::FROUNDEVEN, ISD::FTAN, ISD::FACOS, ISD::FASIN, in initActions()
835 setOperationAction({ISD::FTAN, ISD::FACOS, ISD::FASIN, ISD::FATAN, ISD::FCOSH, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp217 case ISD::FASIN: return "fasin"; in getOperationName()
H A DLegalizeFloatTypes.cpp82 case ISD::FASIN: R = SoftenFloatRes_FASIN(N); break; in SoftenFloatResult()
1412 case ISD::FASIN: ExpandFloatRes_FASIN(N, Lo, Hi); break; in ExpandFloatResult()
2599 case ISD::FASIN: in PromoteFloatResult()
3040 case ISD::FASIN: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp405 case ISD::FASIN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp93 case ISD::FASIN: in ScalarizeVectorResult()
1167 case ISD::FASIN: in SplitVectorResult()
4531 case ISD::FASIN: in WidenVectorResult()
H A DLegalizeDAG.cpp4541 case ISD::FASIN: in ConvertNodeToLibcall()
5544 case ISD::FASIN: in PromoteNode()
H A DSelectionDAGBuilder.cpp6819 case Intrinsic::asin: Opcode = ISD::FASIN; break; in visitIntrinsicCall()
9281 if (visitUnaryFloatCall(I, ISD::FASIN)) in visitCall()
H A DSelectionDAG.cpp5401 case ISD::FASIN: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td528 def fasin : SDNode<"ISD::FASIN" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp737 ISD::FACOS, ISD::FASIN, ISD::FATAN, in AArch64TargetLowering()
1189 ISD::FASIN, ISD::FACOS, ISD::FATAN, in AArch64TargetLowering()
1631 setOperationAction(ISD::FASIN, VT, Expand); in AArch64TargetLowering()
1843 setOperationAction(ISD::FASIN, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp837 setOperationAction(ISD::FASIN , MVT::f80, Expand); in X86TargetLowering()
2479 ISD::FASIN, ISD::STRICT_FASIN, in X86TargetLowering()