Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def72 DAG_FUNCTION(acos, 1, 1, experimental_constrained_acos, FACOS)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h966 FACOS, enumerator
H A DBasicTTIImpl.h1986 ISD = ISD::FACOS; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp771 ISD::SPLAT_VECTOR, ISD::LRINT, ISD::LLRINT, ISD::FTAN, ISD::FACOS, 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.cpp219 case ISD::FACOS: return "facos"; in getOperationName()
H A DLegalizeFloatTypes.cpp80 case ISD::FACOS: R = SoftenFloatRes_FACOS(N); break; in SoftenFloatResult()
1410 case ISD::FACOS: ExpandFloatRes_FACOS(N, Lo, Hi); break; in ExpandFloatResult()
2598 case ISD::FACOS: in PromoteFloatResult()
3039 case ISD::FACOS: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp406 case ISD::FACOS: in LegalizeOp()
H A DLegalizeVectorTypes.cpp92 case ISD::FACOS: in ScalarizeVectorResult()
1166 case ISD::FACOS: in SplitVectorResult()
4530 case ISD::FACOS: in WidenVectorResult()
H A DLegalizeDAG.cpp4546 case ISD::FACOS: in ConvertNodeToLibcall()
5545 case ISD::FACOS: in PromoteNode()
H A DSelectionDAGBuilder.cpp6820 case Intrinsic::acos: Opcode = ISD::FACOS; break; in visitIntrinsicCall()
9287 if (visitUnaryFloatCall(I, ISD::FACOS)) in visitCall()
H A DSelectionDAG.cpp5402 case ISD::FACOS: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td529 def facos : SDNode<"ISD::FACOS" , 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()
1630 setOperationAction(ISD::FACOS, VT, Expand); in AArch64TargetLowering()
1844 setOperationAction(ISD::FACOS, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp838 setOperationAction(ISD::FACOS , MVT::f80, Expand); in X86TargetLowering()
2478 {ISD::FACOS, ISD::STRICT_FACOS, in X86TargetLowering()