Searched refs:FASIN (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 73 DAG_FUNCTION(asin, 1, 1, experimental_constrained_asin, FASIN)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1009 FASIN, enumerator
|
| H A D | BasicTTIImpl.h | 2265 ISD = ISD::FASIN; in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 817 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 D | SelectionDAGDumper.cpp | 231 case ISD::FASIN: return "fasin"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 86 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 D | LegalizeVectorOps.cpp | 418 case ISD::FASIN: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 95 case ISD::FASIN: in ScalarizeVectorResult() 1215 case ISD::FASIN: in SplitVectorResult() 4901 case ISD::FASIN: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 4721 case ISD::FASIN: in ConvertNodeToLibcall() 5803 case ISD::FASIN: in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 6833 case Intrinsic::asin: Opcode = ISD::FASIN; break; in visitIntrinsicCall() 9436 if (visitUnaryFloatCall(I, ISD::FASIN)) in visitCall()
|
| H A D | SelectionDAG.cpp | 5736 case ISD::FASIN: in isKnownNeverNaN()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 558 def fasin : SDNode<"ISD::FASIN" , SDTFPUnaryOp>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 752 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 D | X86ISelLowering.cpp | 847 setOperationAction(ISD::FASIN , MVT::f80, Expand); in X86TargetLowering() 2606 ISD::FASIN, ISD::STRICT_FASIN, in X86TargetLowering()
|