Searched refs:FCOS (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h445 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
449 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator in enum:llvm::ISD::NodeType
/freebsd-10.1-release/contrib/one-true-awk/
H A Dawk.h124 #define FCOS 10 macro
H A Dlex.c54 { "cos", FCOS, BLTIN },
H A Drun.c1506 case FCOS:
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp450 case Intrinsic::cos: ISD = ISD::FCOS; break;
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp138 case ISD::FCOS: return "fcos";
H A DLegalizeVectorOps.cpp234 case ISD::FCOS:
H A DLegalizeFloatTypes.cpp72 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break;
817 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break;
H A DLegalizeVectorTypes.cpp73 case ISD::FCOS:
533 case ISD::FCOS:
1565 case ISD::FCOS:
H A DLegalizeDAG.cpp2165 ? ISD::FCOS : ISD::FSIN;
3230 case ISD::FCOS: {
H A DSelectionDAGBuilder.cpp5016 case Intrinsic::cos: Opcode = ISD::FCOS; break;
5907 if (visitUnaryFloatCall(I, ISD::FCOS))
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp60 setOperationAction(ISD::FCOS, MVT::f32, Custom);
513 case ISD::FCOS:
796 case ISD::FCOS:
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1386 setOperationAction(ISD::FCOS , MVT::f64, Expand);
1389 setOperationAction(ISD::FCOS , MVT::f32, Expand);
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp190 setOperationAction(ISD::FCOS, MVT::f32, Expand);
191 setOperationAction(ISD::FCOS, MVT::f64, Expand);
228 setOperationAction(ISD::FCOS, MVT::f128, Expand);
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1513 setOperationAction(ISD::FCOS , MVT::f128, Expand);
1518 setOperationAction(ISD::FCOS , MVT::f64, Expand);
1523 setOperationAction(ISD::FCOS , MVT::f32, Expand);
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp318 setOperationAction(ISD::FCOS, MVT::f32, Expand);
319 setOperationAction(ISD::FCOS, MVT::f64, Expand);
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp496 setOperationAction(ISD::FCOS, MVT::v2f64, Expand);
514 setOperationAction(ISD::FCOS, MVT::v4f32, Expand);
531 setOperationAction(ISD::FCOS, MVT::v2f32, Expand);
838 setOperationAction(ISD::FCOS, MVT::f32, Expand);
839 setOperationAction(ISD::FCOS, MVT::f64, Expand);
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp127 setOperationAction(ISD::FCOS , MVT::f64, Expand);
133 setOperationAction(ISD::FCOS , MVT::f32, Expand);
405 setOperationAction(ISD::FCOS, VT, Expand);
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp671 setOperationAction(ISD::FCOS , MVT::f64, Expand);
674 setOperationAction(ISD::FCOS , MVT::f32, Expand);
701 setOperationAction(ISD::FCOS , MVT::f32, Expand);
713 setOperationAction(ISD::FCOS , MVT::f64, Expand);
730 setOperationAction(ISD::FCOS , MVT::f64, Expand);
731 setOperationAction(ISD::FCOS , MVT::f32, Expand);
771 setOperationAction(ISD::FCOS , MVT::f80, Expand);
821 setOperationAction(ISD::FCOS, VT, Expand);
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp238 setOperationAction(ISD::FCOS, VT, Expand);

Completed in 583 milliseconds