Searched refs:FACOS (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 72 DAG_FUNCTION(acos, 1, 1, experimental_constrained_acos, FACOS)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 966 FACOS, enumerator
|
H A D | BasicTTIImpl.h | 1986 ISD = ISD::FACOS; in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 771 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 D | SelectionDAGDumper.cpp | 219 case ISD::FACOS: return "facos"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 80 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 D | LegalizeVectorOps.cpp | 406 case ISD::FACOS: in LegalizeOp()
|
H A D | LegalizeVectorTypes.cpp | 92 case ISD::FACOS: in ScalarizeVectorResult() 1166 case ISD::FACOS: in SplitVectorResult() 4530 case ISD::FACOS: in WidenVectorResult()
|
H A D | LegalizeDAG.cpp | 4546 case ISD::FACOS: in ConvertNodeToLibcall() 5545 case ISD::FACOS: in PromoteNode()
|
H A D | SelectionDAGBuilder.cpp | 6820 case Intrinsic::acos: Opcode = ISD::FACOS; break; in visitIntrinsicCall() 9287 if (visitUnaryFloatCall(I, ISD::FACOS)) in visitCall()
|
H A D | SelectionDAG.cpp | 5402 case ISD::FACOS: in isKnownNeverNaN()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 529 def facos : SDNode<"ISD::FACOS" , SDTFPUnaryOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 737 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 D | X86ISelLowering.cpp | 838 setOperationAction(ISD::FACOS , MVT::f80, Expand); in X86TargetLowering() 2478 {ISD::FACOS, ISD::STRICT_FACOS, in X86TargetLowering()
|