Home
last modified time | relevance | path

Searched refs:VALUE (Results 1 – 25 of 198) sorted by relevance

12345678

/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dtag-versioninfo.rc14 VALUE "CompanyName", "a"
15 VALUE "FileDescription", "b" "c", "d", L"eee" "f" L"g", "a", L"hohoho"
16 VALUE "FileVersion", "c"
17 VALUE "InternalName", "d"
18 VALUE "LegalCopyright", "e" "0"
19 VALUE "LegalTrademarks1", 1 2, 3
20 VALUE "LegalTrademarks2", "g"
21 VALUE "OriginalFilename", L"h"
22 VALUE "ProductName", "a" "b", "c"
23 VALUE "ProductVersion", 0x12345678L
[all …]
H A Dparser-correct-everything.rc95 VALUE "CompanyName", "a"
96 VALUE "FileDescription", "b" "c" "d", 1 3 7L, "y", "h" "d"
97 VALUE "FileVersion", "c"
98 VALUE "InternalName", "d"
99 VALUE "LegalCopyright", "e" 0
100 VALUE "LegalTrademarks1", 1 2, 3
101 VALUE "LegalTrademarks2", "g"
102 VALUE "OriginalFilename", L"h"
103 VALUE "ProductName", "ii", 2L, 3
104 VALUE "ProductVersion", 0x12345678L
[all …]
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dnumeric-defines-diagnostics.txt5 RUN: not FileCheck -D#10VALUE=10 --input-file %s %s 2>&1 \
9 NUMERRCLINAME-NEXT:Global define #1: #10VALUE=10 (parsed as: {{\[\[#10VALUE:10\]\]}})
14 RUN: not FileCheck -D#@VALUE=10 --input-file %s %s 2>&1 \
18 NUMERRCLIPSEUDO-NEXT:Global define #1: #@VALUE=10 (parsed as: {{\[\[#@VALUE:10\]\]}})
23 RUN: not FileCheck -D#VALUE+2=10 --input-file %s %s 2>&1 \
27 NUMERRCLITRAIL-NEXT:Global define #1: #VALUE+2=10 (parsed as: {{\[\[#VALUE\+2:10\]\]}})
32 RUN: not FileCheck -D#,VALUE=10 --input-file %s %s 2>&1 \
36 NUMERRCLIFMT-NEXT:Global define #1: #,VALUE=10 (parsed as: {{\[\[#,VALUE:10\]\]}})
H A Dstring-defines-diagnostics.txt33 ERRCLINAME-NEXT:Global define #1: 10VALUE=10
38 RUN: not FileCheck -D@VALUE=10 --input-file %s %s 2>&1 \
41 ERRCLIPSEUDO:Global defines:1:19: error: invalid name in string variable definition '@VALUE'
42 ERRCLIPSEUDO-NEXT:Global define #1: @VALUE=10
47 RUN: not FileCheck -D'VALUE + 2=10' --input-file %s %s 2>&1 \
50 ERRCLITRAIL:Global defines:1:19: error: invalid name in string variable definition 'VALUE + 2'
51 ERRCLITRAIL-NEXT:Global define #1: VALUE + 2=10
H A Dstring-defines.txt14 CHECK: Value = [[VALUE]]
15 NOT-NOT: Value = [[VALUE]]
19 ERRMSG: defines.txt:1:1: note: with "VALUE" equal to "20"
24 NOT-ERRMSG: defines.txt:[[@LINE-11]]:1: note: with "VALUE" equal to "10"
30 EMPTY: Empty value = @[[VALUE]]@
/llvm-project-15.0.7/openmp/runtime/src/
H A Dlibomp.rc.var41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0"
43 VALUE "CompanyName", "LLVM\0"
44 // VALUE "LegalTrademarks", "\0" // Not used for now.
45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
47 VALUE "FileVersion", "@LIBOMP_VERSION_BUILD@\0"
48 VALUE "InternalName", "@LIBOMP_LIB_FILE@\0"
49 VALUE "OriginalFilename", "@LIBOMP_LIB_FILE@\0"
50 VALUE "Comments",
55 VALUE "PrivateBuild",
58 // VALUE "SpecialBuild", "\0" // Not used for now.
[all …]
/llvm-project-15.0.7/polly/test/DependenceInfo/
H A Dcomputeout.ll1 … opt -S %loadPolly -polly-print-dependences -disable-output < %s | FileCheck %s -check-prefix=VALUE
55 ; VALUE: RAW dependences:
56 ; VALUE-NEXT: { }
57 ; VALUE-NEXT: WAR dependences:
58 ; VALUE-NEXT: { }
59 ; VALUE-NEXT: WAW dependences:
62 ; FUNC-VALUE: RAW dependences:
63 ; FUNC-VALUE-NEXT: { }
64 ; FUNC-VALUE-NEXT: WAR dependences:
65 ; FUNC-VALUE-NEXT: { }
[all …]
H A Dreduction_dependences_not_null.ll4 … opt -S %loadPolly -polly-print-dependences -disable-output < %s | FileCheck %s -check-prefix=VALUE
27 ; VALUE: RAW dependences:
28 ; VALUE-NEXT: { }
29 ; VALUE-NEXT: WAR dependences:
30 ; VALUE-NEXT: { }
31 ; VALUE-NEXT: WAW dependences:
32 ; VALUE-NEXT: { }
33 ; VALUE-NEXT: Reduction dependences:
34 ; VALUE-NEXT: { }
H A Dgenerate_may_write_dependence_info.ll1 … opt -S %loadPolly -polly-print-dependences -disable-output < %s | FileCheck %s -check-prefix=VALUE
58 ; VALUE: RAW dependences:
59 ; VALUE-NEXT: { Stmt_compute_i_square__TO__B_write_from_A[i0] -> Stmt_B_write_from_A[i0] : 0 <= i…
60 ; VALUE-NEXT: WAR dependences:
61 ; VALUE-NEXT: { Stmt_B_write_from_A[i0] -> Stmt_A_must_write_42[i0] : 0 <= i0 <= 2999 }
62 ; VALUE-NEXT: WAW dependences:
63 ; VALUE-NEXT: { Stmt_A_must_write_20[i0] -> Stmt_compute_i_square__TO__B_write_from_A[i0] : 0 <= …
64 ; VALUE-NEXT: Reduction dependences:
65 ; VALUE-NEXT: { }
66 ; VALUE-NEXT: Transitive closure of reduction dependences:
[all …]
H A Dsequential_loops.ll6 ; VALUE-NEXT: RAW dependences:
7 ; VALUE-NEXT: { }
8 ; VALUE-NEXT: WAR dependences:
9 ; VALUE-NEXT: { }
10 ; VALUE-NEXT: WAW dependences:
23 ; VALUE-NEXT: RAW dependences:
25 ; VALUE-NEXT: WAR dependences:
26 ; VALUE-NEXT: { }
27 ; VALUE-NEXT: WAW dependences:
41 ; VALUE-NEXT: { }
[all …]
H A Ddo_pluto_matmult.ll1 …polly-dependences-analysis-type=value-based -disable-output < %s | FileCheck %s -check-prefix=VALUE
3 …-dependences-analysis-type=value-based -disable-output < %s | FileCheck %s -check-prefix=FUNC-VALUE
69 ; VALUE: RAW dependences:
70 ; VALUE-NEXT: { Stmt_do_body2[i0, i1, i2] -> Stmt_do_body2[i0, i1, 1 + i2] : 0 <= i0 <= 35 and …
71 ; VALUE-NEXT: WAR dependences:
72 ; VALUE-NEXT: { Stmt_do_body2[i0, i1, i2] -> Stmt_do_body2[i0, i1, 1 + i2] : 0 <= i0 <= 35 and 0 <=…
73 ; VALUE-NEXT: WAW dependences:
74 ; VALUE-NEXT: { Stmt_do_body2[i0, i1, i2] -> Stmt_do_body2[i0, i1, 1 + i2] : 0 <= i0 <= 35 and …
83 ; FUNC-VALUE: RAW dependences:
85 ; FUNC-VALUE-NEXT: WAR dependences:
[all …]
/llvm-project-15.0.7/llvm/resources/
H A Dwindows_version_resource.rc63 VALUE "CompanyName", RC_COMPANY_NAME
64 VALUE "FileDescription", RC_FILE_DESCRIPTION
65 VALUE "FileVersion", RC_FILE_VERSION
66 VALUE "InternalName", RC_INTERNAL_NAME
67 VALUE "OriginalFilename", RC_ORIGINAL_FILENAME
68 VALUE "ProductName", RC_PRODUCT_NAME
69 VALUE "ProductVersion", RC_PRODUCT_VERSION
73 VALUE "Comments", RC_COMMENTS
77 VALUE "LegalCopyright", RC_COPYRIGHT
87 VALUE "Translation", 0x0409, 0x04B0
/llvm-project-15.0.7/llvm/unittests/Support/
H A DLEB128Test.cpp19 #define EXPECT_SLEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument
26 encodeSLEB128(VALUE, Stream, PAD); \ in TEST()
32 unsigned Size = encodeSLEB128(VALUE, Buffer, PAD); \ in TEST()
64 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument
71 encodeULEB128(VALUE, Stream, PAD); \ in TEST()
77 unsigned Size = encodeULEB128(VALUE, Buffer, PAD); \ in TEST()
107 #define EXPECT_DECODE_ULEB128_EQ(EXPECTED, VALUE) \ in TEST() argument
110 uint64_t Actual = decodeULEB128(reinterpret_cast<const uint8_t *>(VALUE), \ in TEST()
112 EXPECT_EQ(sizeof(VALUE) - 1, ActualSize); \ in TEST()
172 #define EXPECT_DECODE_SLEB128_EQ(EXPECTED, VALUE) \ in TEST() argument
[all …]
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsymbol-stother.yaml44 # RUN: llvm-readobj --symbols %t3 | FileCheck %s --check-prefix=VALUE
46 # VALUE: Name: foo
47 # VALUE: Other [
48 # VALUE-SAME: (0x4)
50 # VALUE: Name: bar
51 # VALUE: Other [
52 # VALUE-SAME: (0x7)
54 # VALUE: Name: zed
55 # VALUE: Other [
56 # VALUE-SAME: (0xFF)
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/MIRDebugify/
H A Dlocations-and-values.mir1 # RUN: llc -run-pass=mir-debugify -o - %s | FileCheck --check-prefixes=ALL,VALUE %s
3 …un-pass=mir-debugify,mir-strip-debug,mir-debugify -o - %s | FileCheck --check-prefixes=ALL,VALUE %s
12 …; VALUE-NEXT: call{{( addrspace\([0-9]+\))?}} void @llvm.dbg.value(metadata i32 %add, metadata [[a…
15 …; VALUE-NEXT: call{{( addrspace\([0-9]+\))?}} void @llvm.dbg.value(metadata i32 %sub, metadata [[s…
25 ; VALUE: [[VAR1:![0-9]+]] = !DILocalVariable(name: "1"
26 ; VALUE: [[VAR2:![0-9]+]] = !DILocalVariable(name: "2"
42 ; VALUE: DBG_VALUE %0(s32), $noreg, [[VAR1]], !DIExpression(), debug-location [[L1]]
44 ; VALUE: DBG_VALUE %1(s32), $noreg, [[VAR2]], !DIExpression(), debug-location [[L2]]
46 ; VALUE: DBG_VALUE %2(s32), $noreg, [[VAR1]], !DIExpression(), debug-location [[L3]]
48 … ; VALUE: DBG_VALUE %3(s32), $noreg, [[VAR1]], !DIExpression(), debug-location !DILocation(line: 4
[all …]
/llvm-project-15.0.7/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-runtime-to-llvm.mlir42 // CHECK: %[[VALUE:.*]] = call @mlirAsyncRuntimeCreateValue
44 // CHECK: call @mlirAsyncRuntimeEmplaceValue(%[[VALUE]])
60 // CHECK: %[[VALUE:.*]] = call @mlirAsyncRuntimeCreateValue
78 // CHECK: %[[VALUE:.*]] = call @mlirAsyncRuntimeCreateValue
80 // CHECK: call @mlirAsyncRuntimeAwaitValue(%[[VALUE]])
114 // CHECK: %[[VALUE:.*]] = call @mlirAsyncRuntimeCreateValue
118 // CHECK-SAME: (%[[VALUE]], %[[HDL]], %[[RESUME]])
153 // CHECK: %[[VALUE:.*]] = call @mlirAsyncRuntimeCreateValue
164 // CHECK: %[[VALUE:.*]] = call @mlirAsyncRuntimeCreateValue
168 // CHECK: %[[VALUE:.*]] = llvm.load %[[P1]]
[all …]
/llvm-project-15.0.7/clang/test/Parser/
H A Drecovery.c80 #define VALUE 0
81 x = VALUE // expected-error{{expected ';' after expression}}
95 #define VALUE2 VALUE+VALUE
96 #define VALUE3 VALUE+0
/llvm-project-15.0.7/llvm/test/Transforms/Util/Debugify/
H A Dloc-only.ll1 ; RUN: opt -debugify -S < %s | FileCheck --check-prefixes=ALL,VALUE %s
8 ; VALUE-NEXT: call void @llvm.dbg.value(metadata i32 %add, metadata [[add:![0-9]+]], metadata !DIEx…
11 ; VALUE-NEXT: call void @llvm.dbg.value(metadata i32 %sub, metadata [[sub:![0-9]+]], metadata !DIEx…
16 ; VALUE: [[add]] = !DILocalVariable
17 ; VALUE: [[sub]] = !DILocalVariable
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DLongDoubleBits.h30 template <> struct Padding<4> { static constexpr unsigned VALUE = 16; };
33 template <> struct Padding<8> { static constexpr unsigned VALUE = 48; };
43 (UIntType(1) << (MantissaWidth<long double>::VALUE)) - 1;
45 (UIntType(3) << MantissaWidth<long double>::VALUE);
48 << (MantissaWidth<long double>::VALUE + 1)) |
49 (UIntType(1) << MantissaWidth<long double>::VALUE) | MAX_SUBNORMAL;
120 Padding<sizeof(uintptr_t)>::VALUE)) -
/llvm-project-15.0.7/libc/src/__support/FPUtil/generic/
H A Dsqrt.h27 static constexpr bool VALUE = false; member
32 static constexpr bool VALUE = true;
40 (8 * sizeof(mantissa) - 1 - MantissaWidth<T>::VALUE);
70 if constexpr (internal::SpecialLongDouble<T>::VALUE) {
76 constexpr UIntType ONE = UIntType(1) << MantissaWidth<T>::VALUE;
151 y = (y - ONE) | (static_cast<UIntType>(x_exp) << MantissaWidth<T>::VALUE);
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/
H A DTestDataFormatterGenericBitset.py14 VALUE = "VALUE" variable
30 if variant == VALUE:
57 self.check("empty", 0, VALUE)
58 self.check("small", 13, VALUE)
59 self.check("medium", 70, VALUE)
60 self.check("large", 1000, VALUE)
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dmatch.ll10 ; CHECK: ld.param.u32 [[VALUE:%r[0-9]+]], [match_any_sync_i32_param_1];
12 ; CHECK: match.any.sync.b32 [[V0:%r[0-9]+]], [[VALUE]], [[MASK]];
14 ; CHECK: match.any.sync.b32 [[V1:%r[0-9]+]], [[VALUE]], 1;
29 ; CHECK: ld.param.u64 [[VALUE:%rd[0-9]+]], [match_any_sync_i64_param_1];
31 ; CHECK: match.any.sync.b64 [[V0:%r[0-9]+]], [[VALUE]], [[MASK]];
33 ; CHECK: match.any.sync.b64 [[V1:%r[0-9]+]], [[VALUE]], 1;
51 ; CHECK: ld.param.u32 [[VALUE:%r[0-9]+]], [match_all_sync_i32p_param_1];
53 ; CHECK: match.all.sync.b32 {{%r[0-9]+\|%p[0-9]+}}, [[VALUE]], [[MASK]];
63 ; CHECK: match.all.sync.b32 {{%r[0-9]+\|%p[0-9]+}}, [[VALUE]], 2;
89 ; CHECK: match.all.sync.b64 {{%r[0-9]+\|%p[0-9]+}}, [[VALUE]], [[MASK]];
[all …]
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFPBits.h26 static constexpr unsigned VALUE = FloatProperties<T>::MANTISSA_WIDTH; member
30 static constexpr unsigned VALUE = FloatProperties<T>::EXPONENT_WIDTH; member
93 static constexpr int EXPONENT_BIAS = (1 << (ExponentWidth<T>::VALUE - 1)) - 1;
94 static constexpr int MAX_EXPONENT = (1 << ExponentWidth<T>::VALUE) - 1;
98 (UIntType(1) << MantissaWidth<T>::VALUE) - 1;
100 (UIntType(1) << MantissaWidth<T>::VALUE);
102 ((UIntType(MAX_EXPONENT) - 1) << MantissaWidth<T>::VALUE) | MAX_SUBNORMAL;
H A DNormalFloat.h34 static constexpr UIntType ONE = (UIntType(1) << MantissaWidth<T>::VALUE);
42 static_assert(sizeof(UIntType) * 8 >= MantissaWidth<T>::VALUE + 1,
94 constexpr int MAX_EXPONENT_VALUE = (1 << ExponentWidth<T>::VALUE) - 2; in T()
107 if (shift <= MantissaWidth<T>::VALUE + 1) { in T()
165 for (; (ONE & m) == 0 && (shift < MantissaWidth<T>::VALUE); in evaluate_normalization_shift()
212 (1 << ExponentWidth<long double>::VALUE) - 2;
223 if (shift <= MantissaWidth<long double>::VALUE + 1) {
H A DNearestIntegerOperations.h39 if (exponent >= static_cast<int>(MantissaWidth<T>::VALUE)) in trunc()
50 int trim_size = MantissaWidth<T>::VALUE - exponent; in trunc()
69 if (exponent >= static_cast<int>(MantissaWidth<T>::VALUE)) in ceil()
79 uint32_t trim_size = MantissaWidth<T>::VALUE - exponent; in ceil()
120 if (exponent >= static_cast<int>(MantissaWidth<T>::VALUE)) in round()
139 uint32_t trim_size = MantissaWidth<T>::VALUE - exponent; in round()
173 if (exponent >= static_cast<int>(MantissaWidth<T>::VALUE)) in round_using_current_rounding_mode()
194 uint32_t trim_size = MantissaWidth<T>::VALUE - exponent; in round_using_current_rounding_mode()

12345678