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 | 1010 FACOS, enumerator
|
| H A D | BasicTTIImpl.h | 2268 ISD = ISD::FACOS; in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 816 ISD::FTAN, ISD::FACOS, 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 | 233 case ISD::FACOS: return "facos"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 84 case ISD::FACOS: R = SoftenFloatRes_FACOS(N); break; in SoftenFloatResult() 1565 case ISD::FACOS: ExpandFloatRes_FACOS(N, Lo, Hi); break; in ExpandFloatResult() 2832 case ISD::FACOS: in PromoteFloatResult() 3317 case ISD::FACOS: in SoftPromoteHalfResult()
|
| H A D | LegalizeVectorOps.cpp | 419 case ISD::FACOS: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 94 case ISD::FACOS: in ScalarizeVectorResult() 1214 case ISD::FACOS: in SplitVectorResult() 4900 case ISD::FACOS: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 4726 case ISD::FACOS: in ConvertNodeToLibcall() 5804 case ISD::FACOS: in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 6834 case Intrinsic::acos: Opcode = ISD::FACOS; break; in visitIntrinsicCall() 9442 if (visitUnaryFloatCall(I, ISD::FACOS)) in visitCall()
|
| H A D | SelectionDAG.cpp | 5737 case ISD::FACOS: in isKnownNeverNaN()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 559 def facos : SDNode<"ISD::FACOS" , SDTFPUnaryOp>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 751 ISD::FSINCOSPI, ISD::FMODF, ISD::FACOS, in AArch64TargetLowering() 1239 ISD::FASIN, ISD::FACOS, ISD::FATAN, in AArch64TargetLowering() 1724 setOperationAction(ISD::FACOS, VT, Expand); in AArch64TargetLowering() 2012 setOperationAction(ISD::FACOS, VT, Expand); in addTypeForNEON()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 848 setOperationAction(ISD::FACOS , MVT::f80, Expand); in X86TargetLowering() 2605 {ISD::FACOS, ISD::STRICT_FACOS, in X86TargetLowering()
|