Home
last modified time | relevance | path

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

123

/external/one-true-awk/
Dawk.h144 #define FCOS 10 macro
Dlex.c54 { "cos", FCOS, BLTIN },
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h524 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
DBasicTTIImpl.h748 ISDs.push_back(ISD::FCOS); in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h557 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
DBasicTTIImpl.h1019 ISDs.push_back(ISD::FCOS);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp160 case ISD::FCOS: return "fcos"; in getOperationName()
DLegalizeFloatTypes.cpp82 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult()
1022 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
1871 case ISD::FCOS: in PromoteFloatResult()
DLegalizeDAG.cpp2181 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3150 case ISD::FCOS: { in ExpandNode()
3159 if (Node->getOpcode() == ISD::FCOS) in ExpandNode()
3822 case ISD::FCOS: in ConvertNodeToLibcall()
4230 case ISD::FCOS: in PromoteNode()
DLegalizeVectorOps.cpp310 case ISD::FCOS: in LegalizeOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp185 case ISD::FCOS: return "fcos"; in getOperationName()
DLegalizeFloatTypes.cpp82 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult()
1076 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
1889 case ISD::FCOS: in PromoteFloatResult()
DLegalizeDAG.cpp2215 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3257 case ISD::FCOS: { in ExpandNode()
3266 if (Node->getOpcode() == ISD::FCOS) in ExpandNode()
4055 case ISD::FCOS: in ConvertNodeToLibcall()
4556 case ISD::FCOS: in PromoteNode()
DLegalizeVectorOps.cpp369 case ISD::FCOS: in LegalizeOp()
DLegalizeVectorTypes.cpp82 case ISD::FCOS: in ScalarizeVectorResult()
693 case ISD::FCOS: in SplitVectorResult()
2363 case ISD::FCOS: in WidenVectorResult()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp81 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOWI, ISD::FPOW, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp140 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering()
485 case ISD::FCOS: in LowerOperation()
770 case ISD::FCOS: in LowerTrig()
DSIISelLowering.cpp395 setOperationAction(ISD::FCOS, MVT::f32, Custom); in SITargetLowering()
457 setOperationAction(ISD::FCOS, MVT::f16, Promote); in SITargetLowering()
3602 case ISD::FCOS: in LowerOperation()
6110 case ISD::FCOS: in LowerTrig()
6704 case ISD::FCOS: in fp16SrcZerosHighBits()
6845 case ISD::FCOS: in isCanonicalized()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp107 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering()
624 case ISD::FCOS: in LowerOperation()
946 case ISD::FCOS: in LowerTrig()
DSIISelLowering.cpp217 setOperationAction(ISD::FCOS, MVT::f32, Custom); in SITargetLowering()
1242 case ISD::FCOS: in LowerOperation()
2373 case ISD::FCOS: in LowerTrig()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp88 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp146 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering()
254 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering()
255 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering()
276 setOperationAction(ISD::FCOS, MVT::f16, Promote); in AArch64TargetLowering()
318 setOperationAction(ISD::FCOS, MVT::v4f16, Expand); in AArch64TargetLowering()
348 setOperationAction(ISD::FCOS, MVT::v8f16, Expand); in AArch64TargetLowering()
527 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
652 setOperationAction(ISD::FCOS, VT, Expand); in addTypeForNEON()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1662 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering()
1667 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering()
1672 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1667 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering()
1672 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering()
1677 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp213 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering()
324 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering()
325 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering()
342 setOperationAction(ISD::FCOS, MVT::f16, Promote); in AArch64TargetLowering()
343 setOperationAction(ISD::FCOS, MVT::v4f16, Promote); in AArch64TargetLowering()
344 setOperationAction(ISD::FCOS, MVT::v8f16, Promote); in AArch64TargetLowering()
625 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
764 setOperationAction(ISD::FCOS, VT, Expand); in addTypeForNEON()

123