Home
last modified time | relevance | path

Searched +full:clang +full:- +full:8 (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/third_party/opencl-headers/.github/workflows/
Dlinux.yml7 runs-on: ubuntu-18.04
8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
19 - C_COMPILER: gcc-7
20 CXX_COMPILER: g++-7
25 - C_COMPILER: gcc-7
26 CXX_COMPILER: g++-7
31 - C_COMPILER: gcc-7
32 CXX_COMPILER: g++-7
37 - C_COMPILER: gcc-7
38 CXX_COMPILER: g++-7
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // Test to make sure we replace 5*8.
39 // clang-format off in TEST_F()
49 "%uint_8 = OpConstant %uint 8", in TEST_F()
51 "%8 = OpLabel", in TEST_F()
55 // clang-format on in TEST_F()
81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
[all …]
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
110 // clang-format on in TEST_F()
120 // clang-format off in TEST_F()
133 // clang-format on in TEST_F()
[all …]
/third_party/spirv-tools/test/opt/
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
31 // Test to make sure we replace 5*8.
34 // clang-format off in TEST_F()
44 "%uint_8 = OpConstant %uint 8", in TEST_F()
46 "%8 = OpLabel", in TEST_F()
50 // clang-format on in TEST_F()
76 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
78 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
79 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
82 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
[all …]
Dremove_dontinline_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
37 "%8 = OpLabel", in TEST_F()
40 // clang-format on in TEST_F()
48 // clang-format off in TEST_F()
56 "%8 = OpLabel", in TEST_F()
59 // clang-format on in TEST_F()
69 // clang-format off in TEST_F()
77 "%8 = OpLabel", in TEST_F()
80 // clang-format on in TEST_F()
[all …]
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
110 // clang-format on in TEST_F()
120 // clang-format off in TEST_F()
133 // clang-format on in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // Test to make sure we replace 5*8.
39 // clang-format off in TEST_F()
49 "%uint_8 = OpConstant %uint 8", in TEST_F()
51 "%8 = OpLabel", in TEST_F()
55 // clang-format on in TEST_F()
81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
[all …]
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
110 // clang-format on in TEST_F()
120 // clang-format off in TEST_F()
133 // clang-format on in TEST_F()
[all …]
/third_party/libexif/
D.travis.yml16 - autopoint
21 - CONFIG=normal
22 - CONFIG=c90
23 - CONFIG=stackprotect
24 - CONFIG=disable-nls
26 - MAKEFLAGS='-j 2'
29 - clang
30 - gcc
33 - linux
34 - osx
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dgen_mtl_internal_shaders.py3 # Use of this source code is governed by a BSD-style license that can be
19 template_header_boilerplate = """// GENERATED FILE - DO NOT EDIT.
23 // Use of this source code is governed by a BSD-style license that can be
56 binary = 'clang-cl.exe'
58 binary = 'clang++'
60 clang = os.path.join('..', '..', '..', '..', '..', 'third_party', 'llvm-build',
63 if not os.path.isfile(clang):
64 raise Exception('Cannot find clang')
66 return clang
96 # -------- Generate shader constants -----------
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
44 for (Function& f : *context()->module()) { in Process()
49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
74 // clang-format off in TEST_F()
90 %8 = OpTypePointer Function %7 in TEST_F()
126 // clang-format on in TEST_F()
130 Module* module = context->module(); in TEST_F()
156 // clang-format off in TEST_F()
170 %8 = OpConstant %6 0 in TEST_F()
190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
65 // clang-format off in TEST_F()
79 %8 = OpTypeInt 32 1 in TEST_F()
80 %9 = OpTypePointer Function %8 in TEST_F()
81 %10 = OpConstant %8 0 in TEST_F()
82 %11 = OpConstant %8 10 in TEST_F()
90 %19 = OpConstant %8 1 in TEST_F()
98 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F()
115 %23 = OpIAdd %8 %22 %19 in TEST_F()
134 %8 = OpTypeInt 32 1 in TEST_F()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
44 for (Function& f : *context()->module()) { in Process()
49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
74 // clang-format off in TEST_F()
90 %8 = OpTypePointer Function %7 in TEST_F()
126 // clang-format on in TEST_F()
130 Module* module = context->module(); in TEST_F()
156 // clang-format off in TEST_F()
170 %8 = OpConstant %6 0 in TEST_F()
190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
65 // clang-format off in TEST_F()
79 %8 = OpTypeInt 32 1 in TEST_F()
80 %9 = OpTypePointer Function %8 in TEST_F()
81 %10 = OpConstant %8 0 in TEST_F()
82 %11 = OpConstant %8 10 in TEST_F()
90 %19 = OpConstant %8 1 in TEST_F()
98 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F()
115 %23 = OpIAdd %8 %22 %19 in TEST_F()
134 %8 = OpTypeInt 32 1 in TEST_F()
[all …]
/third_party/spirv-tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
43 for (Function& f : *context()->module()) { in Process()
48 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
73 // clang-format off in TEST_F()
89 %8 = OpTypePointer Function %7 in TEST_F()
125 // clang-format on in TEST_F()
129 Module* module = context->module(); in TEST_F()
155 // clang-format off in TEST_F()
169 %8 = OpConstant %6 0 in TEST_F()
189 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
63 // clang-format off in TEST_F()
77 %8 = OpTypeInt 32 1 in TEST_F()
78 %9 = OpTypePointer Function %8 in TEST_F()
79 %10 = OpConstant %8 0 in TEST_F()
80 %11 = OpConstant %8 10 in TEST_F()
88 %19 = OpConstant %8 1 in TEST_F()
96 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F()
113 %23 = OpIAdd %8 %22 %19 in TEST_F()
132 %8 = OpTypeInt 32 1 in TEST_F()
[all …]
/third_party/icu/
D.travis.yml7 - name: "c: docs"
14 - doxygen
16 - cd icu4c/source
17 - ./runConfigureICU Linux --disable-renaming
20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options
23- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)…
26 - name: "j"
31 - ant
32 - ant-optional
35 - cd icu4j
[all …]
/third_party/bzip2/
Dbzip2.spec2 Version: 1.0.8
4 Summary: A high-quality data compressor
8 Source0: https://sourceware.org/pub/bzip2/%{name}-%{version}.tar.gz
11 Patch0: 0001-add-compile-option.patch
12 Patch1: 0002-CVE-2019-12900.patch
13 Patch2: 0003-license-and-version-print-should-output-to-stdout-and-exit-with-code-0.patch
17 Provides: bzip2-libs
18 Obsoletes: bzip2-libs
21 bzip2 is a freely available, patent free, high-quality data compressor.
28 Requires: %{name} = %{version}-%{release}
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
21 #include "spirv-tools/libspirv.hpp"
29 return alignment * ((val + alignment - 1) / alignment); in alignUp()
87 printf("-- WARNING: Disassembly does not match assembly: ---\n\n"); in compileSpirv()
89 auto splitLines = [](const std::string &str) -> std::vector<std::string> { in compileSpirv()
109 printf("\n\n---\nExpected:\n\n%s", disassembled.c_str()); in compileSpirv()
152 ASSERT_TRUE(device->IsValid()); in test()
171 size_t magic0Offset = alignElements - 1; in test()
174 size_t magic2Offset = alignUp(magic1Offset + 1, alignElements) - 1; in test()
181 VK_ASSERT(device->AllocateMemory(buffersSize, in test()
[all …]
/third_party/FreeBSD/
DUPDATING9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld
16 13.3-RELEASE.
28 non-compliant MTAs; please see the first 8.18.1 release note in
32 Improvements to libtacplus(8) mean that tacplus.conf(5) now
51 llvm-objump is now always installed as objdump. Previously there was
60 in order to help out-of-tree consumers to deal accordingly.
63 LinuxKPI pm.h changes require an update to the latest drm-kmod version
64 before re-compiling to avoid errors.
68 net80211 changes in order to help out-of-tree consumers to deal
72 For 64-bit architectures the base system is now built with Position
[all …]
/third_party/vixl/src/
Dcompiler-intrinsics-vixl.h32 #include "globals-vixl.h"
55 // clang-format off
61 // clang-format on
65 // https://gcc.gnu.org/onlinedocs/gcc-$MAJOR.$MINOR.$PATCHLEVEL/gcc//Other-Builtins.html
67 // clang-format off
73 // clang-format on
79 // clang-format off
86 // clang-format on
93 return (value != 0) && ((value & (value - 1)) == 0); in IsPowerOf2()
111 inline int CountLeadingSignBits(V value, int width = (sizeof(V) * 8)) {
[all …]
/third_party/cmsis/CMSIS/Core/Include/a-profile/
Dcmsis_clang_a.h4 * SPDX-License-Identifier: Apache-2.0
10 * www.apache.org/licenses/LICENSE-2.0
20 * CMSIS-Core(A) Compiler LLVM/Clang Header File
26 #pragma clang system_header /* treat file as system include file */
69 #pragma clang diagnostic push
70 #pragma clang diagnostic ignored "-Wpacked"
72 #pragma clang diagnostic pop
73 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->…
76 #pragma clang diagnostic push
77 #pragma clang diagnostic ignored "-Wpacked"
[all …]
/third_party/vk-gl-cts/framework/delibs/cmake/
DDefs.cmake1 #-------------------------------------------------------------------------
3 # ----------------------------
11 # http://www.apache.org/licenses/LICENSE-2.0
19 #-------------------------------------------------------------------------
71 # Prevent mixed compile with GCC and Clang
74 elseif (NOT (CMAKE_C_COMPILER_ID MATCHES "Clang") EQUAL (CMAKE_CXX_COMPILER_ID MATCHES "Clang"))
75 message(FATAL_ERROR "CMake C and CXX compilers do not match. Both or neither must be Clang.")
84 elseif (CMAKE_C_COMPILER_ID MATCHES "Clang")
104 DE_MAKE_ENV_BOOL("DE_COMPILER" "CLANG")
117 if (DE_PTR_SIZE EQUAL 8)
[all …]
/third_party/mbedtls/library/
Daesce.c2 * Armv8-A Cryptographic Extension support functions for Aarch64
5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13 #if __ARM_ARCH >= 8
19 /* TODO: Re-consider above after https://reviews.llvm.org/D131064 merged.
21 * The intrinsic declaration are guarded by predefined ACLE macros in clang:
22 * these are normally only enabled by the -march option on the command line.
24 * requiring -march on the command line.
30 /* See: https://arm-software.github.io/acle/main/acle.html#cryptographic-extensions
53 # error "Minimum version of Clang for MBEDTLS_AESCE_C on 32-bit Arm or Thumb is 11.0."
55 # error "Minimum version of Clang for MBEDTLS_AESCE_C on aarch64 is 4.0."
[all …]
/third_party/skia/third_party/externals/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
27 - gcc-4.4
[all …]

12345678910>>...43