Home
last modified time | relevance | path

Searched refs:FCOS (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/one-true-awk/
H A Dawk.h152 #define FCOS 10 macro
H A Dlex.c56 { "cos", FCOS, BLTIN },
H A Drun.c2098 case FCOS: in bltin()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def76 DAG_FUNCTION(cos, 1, 1, experimental_constrained_cos, FCOS)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h963 FCOS, enumerator
H A DBasicTTIImpl.h1977 ISD = ISD::FCOS; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp95 setOperationAction({ISD::FCOS, ISD::FSIN}, MVT::f32, Custom); in R600TargetLowering()
408 case ISD::FCOS: in LowerOperation()
698 case ISD::FCOS: in LowerTrig()
H A DSIISelLowering.cpp212 ISD::FSIN, ISD::FCOS, ISD::FPOW, ISD::FPOWI, in SITargetLowering()
540 setOperationAction({ISD::FSIN, ISD::FCOS, ISD::FDIV}, MVT::f32, Custom); in SITargetLowering()
599 setOperationAction({ISD::FP_ROUND, ISD::STRICT_FP_ROUND, ISD::FCOS, in SITargetLowering()
5773 case ISD::FCOS: in LowerOperation()
11168 case ISD::FCOS: in LowerTrig()
12684 case ISD::FCOS: in isCanonicalized()
H A DAMDGPUISelDAGToDAG.cpp151 case ISD::FCOS: in fp16SrcZerosHighBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp212 case ISD::FCOS: return "fcos"; in getOperationName()
H A DLegalizeFloatTypes.cpp90 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult()
1420 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
2603 case ISD::FCOS: in PromoteFloatResult()
3044 case ISD::FCOS: in SoftPromoteHalfResult()
H A DLegalizeDAG.cpp2330 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3645 case ISD::FCOS: { in ExpandNode()
3654 if (Node->getOpcode() == ISD::FCOS) in ExpandNode()
4530 case ISD::FCOS: in ConvertNodeToLibcall()
5542 case ISD::FCOS: in PromoteNode()
H A DLegalizeVectorOps.cpp403 case ISD::FCOS: in LegalizeOp()
H A DLegalizeVectorTypes.cpp96 case ISD::FCOS: in ScalarizeVectorResult()
1171 case ISD::FCOS: in SplitVectorResult()
4534 case ISD::FCOS: in WidenVectorResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td928 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
H A DX86InstrFPStack.td659 def FCOS : I<0xD9, MRM_FF, (outs), (ins), "fcos", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1801 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering()
1806 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering()
1811 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp120 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1609 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1655 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp400 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering()
405 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering()
414 setOperationAction(ISD::FCOS , MVT::f64, Custom); in PPCTargetLowering()
420 setOperationAction(ISD::FCOS , MVT::f32, Custom); in PPCTargetLowering()
862 setOperationAction(ISD::FCOS, VT, Expand); in PPCTargetLowering()
1191 setOperationAction(ISD::FCOS, MVT::f128, Expand); in PPCTargetLowering()
11798 case ISD::FCOS: return lowerCos(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp450 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering()
451 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp378 setOperationAction(ISD::FCOS, VT, Expand); in addMVEVectorTypes()
881 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
904 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering()
922 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering()
1065 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1460 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering()
1461 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1543 setOperationAction(ISD::FCOS, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp132 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp179 setOperationAction(ISD::FCOS, MVT::f32, Expand); in LoongArchTargetLowering()
216 setOperationAction(ISD::FCOS, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp250 setOperationAction(ISD::FCOS, VT, Expand); in initSPUActions()

12