Home
last modified time | relevance | path

Searched refs:FCOS (Results 1 – 25 of 37) 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.c2100 case FCOS: in bltin()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def77 DAG_FUNCTION(cos, 1, 1, experimental_constrained_cos, FCOS)
H A DRuntimeLibcalls.td2221 def zos___FCOS_B : RuntimeLibcallImpl<COS_F32, "@@FCOS@B">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1007 FCOS, enumerator
H A DBasicTTIImpl.h2250 ISD = ISD::FCOS; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp94 setOperationAction({ISD::FCOS, ISD::FSIN}, MVT::f32, Custom); in R600TargetLowering()
412 case ISD::FCOS: in LowerOperation()
702 case ISD::FCOS: in LowerTrig()
H A DSIISelLowering.cpp219 ISD::FSIN, ISD::FCOS, ISD::FPOW, ISD::FPOWI, in SITargetLowering()
556 setOperationAction({ISD::FSIN, ISD::FCOS, ISD::FDIV}, MVT::f32, Custom); in SITargetLowering()
615 setOperationAction({ISD::FP_ROUND, ISD::STRICT_FP_ROUND, ISD::FCOS, in SITargetLowering()
6123 case ISD::FCOS: in LowerOperation()
11860 case ISD::FCOS: in LowerTrig()
13448 case ISD::FCOS: in isCanonicalized()
H A DAMDGPUISelDAGToDAG.cpp147 case ISD::FCOS: in fp16SrcZerosHighBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp224 case ISD::FCOS: return "fcos"; in getOperationName()
H A DLegalizeDAG.cpp2422 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3773 case ISD::FCOS: { in ExpandNode()
3782 if (Node->getOpcode() == ISD::FCOS) in ExpandNode()
3825 Tmp2 = DAG.getNode(ISD::FCOS, dl, VT, Op, Flags); in ExpandNode()
4710 case ISD::FCOS: in ConvertNodeToLibcall()
5801 case ISD::FCOS: in PromoteNode()
H A DLegalizeFloatTypes.cpp96 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult()
1577 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
2837 case ISD::FCOS: in PromoteFloatResult()
3322 case ISD::FCOS: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp416 case ISD::FCOS: in LegalizeOp()
H A DLegalizeVectorTypes.cpp98 case ISD::FCOS: in ScalarizeVectorResult()
1219 case ISD::FCOS: in SplitVectorResult()
4904 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.cpp1795 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering()
1800 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering()
1806 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/Xtensa/
H A DXtensaISelLowering.cpp218 setOperationAction(ISD::FCOS, VT, Expand); in XtensaTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1677 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1724 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp458 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering()
459 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp408 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering()
413 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering()
422 setOperationAction(ISD::FCOS , MVT::f64, Custom); in PPCTargetLowering()
428 setOperationAction(ISD::FCOS , MVT::f32, Custom); in PPCTargetLowering()
871 setOperationAction(ISD::FCOS, VT, Expand); in PPCTargetLowering()
1208 setOperationAction(ISD::FCOS, MVT::f128, Expand); in PPCTargetLowering()
12545 case ISD::FCOS: return lowerCos(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp388 setOperationAction(ISD::FCOS, VT, Expand); in addMVEVectorTypes()
871 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
894 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering()
913 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering()
1063 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1417 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering()
1418 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1502 setOperationAction(ISD::FCOS, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp250 setOperationAction(ISD::FCOS, VT, Expand); in initSPUActions()

12