Home
last modified time | relevance | path

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

/NextBSD/contrib/one-true-awk/
HDawk.h124 #define FCOS 10 macro
HDlex.c54 { "cos", FCOS, BLTIN },
HDrun.c1506 case FCOS: in bltin()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h506 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
HDBasicTTIImpl.h626 ISD = ISD::FCOS; in getIntrinsicInstrCost()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp151 case ISD::FCOS: return "fcos"; in getOperationName()
HDLegalizeFloatTypes.cpp76 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult()
899 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
1746 case ISD::FCOS: in PromoteFloatResult()
HDLegalizeVectorOps.cpp304 case ISD::FCOS: in LegalizeOp()
HDLegalizeVectorTypes.cpp78 case ISD::FCOS: in ScalarizeVectorResult()
625 case ISD::FCOS: in SplitVectorResult()
1998 case ISD::FCOS: in WidenVectorResult()
HDLegalizeDAG.cpp2343 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3363 case ISD::FCOS: { in ExpandNode()
4323 case ISD::FCOS: in PromoteNode()
HDSelectionDAGBuilder.cpp4568 case Intrinsic::cos: Opcode = ISD::FCOS; break; in visitIntrinsicCall()
5593 if (visitUnaryFloatCall(I, ISD::FCOS)) in visitCall()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp77 setOperationAction(ISD::FCOS, MVT::f32, Custom); in SITargetLowering()
799 case ISD::FCOS: in LowerOperation()
1402 case ISD::FCOS: in LowerTrig()
HDR600ISelLowering.cpp64 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering()
589 case ISD::FCOS: in LowerOperation()
956 case ISD::FCOS: in LowerTrig()
HDAMDGPUISelLowering.cpp383 setOperationAction(ISD::FCOS, VT, Expand); in AMDGPUTargetLowering()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp1518 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering()
1523 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering()
1528 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp166 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering()
278 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering()
279 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering()
300 setOperationAction(ISD::FCOS, MVT::f16, Promote); in AArch64TargetLowering()
340 setOperationAction(ISD::FCOS, MVT::v4f16, Expand); in AArch64TargetLowering()
370 setOperationAction(ISD::FCOS, MVT::v8f16, Expand); in AArch64TargetLowering()
526 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
641 setOperationAction(ISD::FCOS, VT.getSimpleVT(), Expand); in addTypeForNEON()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1431 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1491 ISD::FCOS, ISD::FPOWI, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp464 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
482 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering()
499 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering()
624 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
877 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering()
878 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetSelectionDAG.td419 def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp360 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering()
361 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp164 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering()
170 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering()
455 setOperationAction(ISD::FCOS, VT, Expand); in PPCTargetLowering()
673 setOperationAction(ISD::FCOS , MVT::v4f64, Expand); in PPCTargetLowering()
719 setOperationAction(ISD::FCOS , MVT::v4f32, Expand); in PPCTargetLowering()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp538 setOperationAction(ISD::FCOS , MVT::f64, Expand); in X86TargetLowering()
541 setOperationAction(ISD::FCOS , MVT::f32, Expand); in X86TargetLowering()
568 setOperationAction(ISD::FCOS , MVT::f32, Expand); in X86TargetLowering()
580 setOperationAction(ISD::FCOS , MVT::f64, Expand); in X86TargetLowering()
597 setOperationAction(ISD::FCOS , MVT::f64, Expand); in X86TargetLowering()
598 setOperationAction(ISD::FCOS , MVT::f32, Expand); in X86TargetLowering()
638 setOperationAction(ISD::FCOS , MVT::f80, Expand); in X86TargetLowering()
688 setOperationAction(ISD::FCOS, VT, Expand); in X86TargetLowering()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp372 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()