Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 1851) sorted by relevance

12345678910>>...75

/llvm-project/clang/test/OpenMP/
H A Datomic_read_codegen.c89 #pragma omp atomic read in main()
93 #pragma omp atomic read in main()
97 #pragma omp atomic read in main()
101 #pragma omp atomic read in main()
105 #pragma omp atomic read in main()
109 #pragma omp atomic read in main()
113 #pragma omp atomic read in main()
117 #pragma omp atomic read in main()
121 #pragma omp atomic read in main()
125 #pragma omp atomic read in main()
[all...]
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Denvreg.ll5 declare i32 @llvm.nvvm.read.ptx.sreg.envreg0()
6 declare i32 @llvm.nvvm.read.ptx.sreg.envreg1()
7 declare i32 @llvm.nvvm.read.ptx.sreg.envreg2()
8 declare i32 @llvm.nvvm.read.ptx.sreg.envreg3()
9 declare i32 @llvm.nvvm.read.ptx.sreg.envreg4()
10 declare i32 @llvm.nvvm.read.ptx.sreg.envreg5()
11 declare i32 @llvm.nvvm.read.ptx.sreg.envreg6()
12 declare i32 @llvm.nvvm.read.ptx.sreg.envreg7()
13 declare i32 @llvm.nvvm.read.ptx.sreg.envreg8()
14 declare i32 @llvm.nvvm.read
[all...]
H A Dintrinsic-old.ll10 ; RANGE: call range(i32 0, 1024) i32 @llvm.nvvm.read.ptx.sreg.tid.x()
12 %x = call i32 @llvm.nvvm.read.ptx.sreg.tid.x()
18 ; RANGE: call range(i32 0, 1024) i32 @llvm.nvvm.read.ptx.sreg.tid.y()
20 %x = call i32 @llvm.nvvm.read.ptx.sreg.tid.y()
26 ; RANGE: call range(i32 0, 64) i32 @llvm.nvvm.read.ptx.sreg.tid.z()
28 %x = call i32 @llvm.nvvm.read.ptx.sreg.tid.z()
35 %x = call i32 @llvm.nvvm.read.ptx.sreg.tid.w()
41 ; RANGE: call range(i32 1, 1025) i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
43 %x = call i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
49 ; RANGE: call range(i32 1, 1025) i32 @llvm.nvvm.read
[all...]
H A Dintr-range.ll7 ; CHECK-NEXT: [[TMP1:%.*]] = call range(i32 0, 96) i32 @llvm.nvvm.read.ptx.sreg.tid.x()
8 ; CHECK-NEXT: [[TMP3:%.*]] = call range(i32 0, 96) i32 @llvm.nvvm.read.ptx.sreg.tid.y()
9 ; CHECK-NEXT: [[TMP2:%.*]] = call range(i32 0, 64) i32 @llvm.nvvm.read.ptx.sreg.tid.z()
10 ; CHECK-NEXT: [[TMP11:%.*]] = call range(i32 1, 97) i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
11 ; CHECK-NEXT: [[TMP4:%.*]] = call range(i32 1, 97) i32 @llvm.nvvm.read.ptx.sreg.ntid.y()
12 ; CHECK-NEXT: [[TMP6:%.*]] = call range(i32 1, 65) i32 @llvm.nvvm.read.ptx.sreg.ntid.z()
20 %1 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x()
21 %2 = call i32 @llvm.nvvm.read.ptx.sreg.tid.y()
22 %3 = call i32 @llvm.nvvm.read.ptx.sreg.tid.z()
23 %4 = call i32 @llvm.nvvm.read
[all...]
H A Dintrinsics-sm90.ll45 %x = call i32 @llvm.nvvm.read.ptx.sreg.clusterid.x()
52 %x = call i32 @llvm.nvvm.read.ptx.sreg.clusterid.y()
59 %x = call i32 @llvm.nvvm.read.ptx.sreg.clusterid.z()
66 %x = call i32 @llvm.nvvm.read.ptx.sreg.clusterid.w()
74 %x = call i32 @llvm.nvvm.read.ptx.sreg.nclusterid.x()
81 %x = call i32 @llvm.nvvm.read.ptx.sreg.nclusterid.y()
88 %x = call i32 @llvm.nvvm.read.ptx.sreg.nclusterid.z()
95 %x = call i32 @llvm.nvvm.read.ptx.sreg.nclusterid.w()
103 %x = call i32 @llvm.nvvm.read.ptx.sreg.cluster.ctarank()
111 %x = call i32 @llvm.nvvm.read
[all...]
/llvm-project/llvm/test/Assembler/
H A Dmemory-attribute.ll7 ; CHECK: Function Attrs: memory(read)
9 declare void @fn_readonly() memory(read)
19 ; CHECK: Function Attrs: memory(argmem: read)
21 declare void @fn_argmem_read() memory(argmem: read)
31 ; CHECK: Function Attrs: memory(inaccessiblemem: read)
33 declare void @fn_inaccessiblemem_read() memory(inaccessiblemem: read)
43 ; CHECK: Function Attrs: memory(read, argmem: readwrite)
45 declare void @fn_read_argmem_readwrite() memory(read, argmem: readwrite)
47 ; CHECK: Function Attrs: memory(read, argmem: write)
49 declare void @fn_read_argmem_write() memory(read, argmem: write)
[all …]
/llvm-project/llvm/unittests/BinaryFormat/
H A DMsgPackReaderTest.cpp25 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
31 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
38 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
47 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
56 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
66 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
81 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
92 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
102 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
112 auto ContinueOrErr = MPReader.read(Obj); in TEST_F()
[all …]
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dwrong-transalu-pos-fix.ll9 %x.i = tail call i32 @llvm.r600.read.global.size.x() #1
10 %y.i18 = tail call i32 @llvm.r600.read.global.size.y() #1
12 %z.i17 = tail call i32 @llvm.r600.read.global.size.z() #1
14 %x.i.i = tail call i32 @llvm.r600.read.tgid.x() #1
15 %x.i12.i = tail call i32 @llvm.r600.read.local.size.x() #1
17 %x.i4.i = tail call i32 @llvm.r600.read.tidig.x() #1
20 %y.i.i = tail call i32 @llvm.r600.read.tgid.y() #1
21 %y.i14.i = tail call i32 @llvm.r600.read.local.size.y() #1
23 %y.i6.i = tail call i32 @llvm.r600.read.tidig.y() #1
27 %z.i.i = tail call i32 @llvm.r600.read.tgid.z() #1
[all …]
H A Dannotate-kernel-features.ll5 declare i32 @llvm.r600.read.tgid.x() #0
6 declare i32 @llvm.r600.read.tgid.y() #0
7 declare i32 @llvm.r600.read.tgid.z() #0
9 declare i32 @llvm.r600.read.tidig.x() #0
10 declare i32 @llvm.r600.read.tidig.y() #0
11 declare i32 @llvm.r600.read.tidig.z() #0
13 declare i32 @llvm.r600.read.local.size.x() #0
14 declare i32 @llvm.r600.read.local.size.y() #0
15 declare i32 @llvm.r600.read.local.size.z() #0
20 ; CHECK-NEXT: [[VAL:%.*]] = call i32 @llvm.r600.read
[all...]
H A Damdgpu.work-item-intrinsics.deprecated.ll9 ; Legacy intrinsics that just read implicit parameters
21 %0 = call i32 @llvm.r600.read.ngroups.x() #0
36 %0 = call i32 @llvm.r600.read.ngroups.y() #0
51 %0 = call i32 @llvm.r600.read.ngroups.z() #0
66 %0 = call i32 @llvm.r600.read.global.size.x() #0
81 %0 = call i32 @llvm.r600.read.global.size.y() #0
96 %0 = call i32 @llvm.r600.read.global.size.z() #0
111 %0 = call i32 @llvm.r600.read.local.size.x() #0
126 %0 = call i32 @llvm.r600.read.local.size.y() #0
141 %0 = call i32 @llvm.r600.read
[all...]
/llvm-project/mlir/test/Target/LLVMIR/Import/
H A Dnvvmir.ll5 ; CHECK: = nvvm.read.ptx.sreg.tid.x : i32
6 %1 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x()
7 ; CHECK: = nvvm.read.ptx.sreg.tid.y : i32
8 %2 = call i32 @llvm.nvvm.read.ptx.sreg.tid.y()
9 ; CHECK: = nvvm.read.ptx.sreg.tid.z : i32
10 %3 = call i32 @llvm.nvvm.read.ptx.sreg.tid.z()
11 ; CHECK: = nvvm.read.ptx.sreg.ntid.x : i32
12 %4 = call i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
13 ; CHECK: = nvvm.read.ptx.sreg.ntid.y : i32
14 %5 = call i32 @llvm.nvvm.read
[all...]
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c29 #pragma section(".lprfn$A", read)
30 #pragma section(".lprfn$Z", read)
33 #pragma section(".lprfd$A", read, write)
34 #pragma section(".lprfd$Z", read, write)
35 #pragma section(".lprfc$A", read, write)
36 #pragma section(".lprfc$Z", read, write)
37 #pragma section(".lprfb$A", read, write)
38 #pragma section(".lprfb$Z", read, write)
39 #pragma section(".lorderfile$A", read, write)
40 #pragma section(".lprfnd$A", read, write)
[all …]
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp1218 T read(size_t skipN = 0) { in read() function in __anon22ebf8dc1611::ByteCodeExecutor
1222 ByteCodeField read(size_t skipN = 0) { return read<ByteCodeField>(skipN); } in read() function in __anon22ebf8dc1611::ByteCodeExecutor
1228 for (unsigned i = 0, e = read(); i != e; ++i) in readList()
1229 list.push_back(read<ValueT>()); in readList()
1235 for (unsigned i = 0, e = read(); i != e; ++i) { in readList()
1236 if (read<PDLValue::Kind>() == PDLValue::Kind::Type) { in readList()
1237 list.push_back(read<Type>()); in readList()
1239 TypeRange *values = read<TypeRange *>(); in readList()
1245 for (unsigned i = 0, e = read(); i != e; ++i) { in readList()
1246 if (read<PDLValue::Kind>() == PDLValue::Kind::Value) { in readList()
[all …]
/llvm-project/lldb/test/Shell/Register/
H A Daarch64-fp-read.test2 # RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/aarch64-fp-read.cpp -o %t
6 register read d0
7 register read d1
8 register read d2
9 register read d3
10 register read s4
11 register read s5
12 register read s6
13 register read s7
H A Darm-fp-read.test2 # RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/arm-fp-read.cpp -o %t
6 register read d0
7 register read d1
8 register read d2
9 register read d3
10 register read s8
11 register read s9
12 register read s10
13 register read s11
/llvm-project/flang/unittests/Runtime/
H A DAccessTest.cpp27 bool read{false}; member
94 if (accessType.read) { in createTemporaryFile()
120 if (accessType.read) { in callAccess()
166 accessType.read = true; in TEST()
184 accessType.read = false; in TEST()
189 accessType.read = true; in TEST()
240 accessType.read = true; in TEST()
259 accessType.read = false; in TEST()
265 accessType.read = true; in TEST()
280 accessType.read in TEST()
[all...]
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dsme2-intrinsics-select-sme-tileslice.ll14 …%read = call { <vscale x 2 x i64>, <vscale x 2 x i64> } @llvm.aarch64.sme.read.vg1x2.nxv2i64(i32 %…
15 %read.ext = extractvalue { <vscale x 2 x i64>, <vscale x 2 x i64> } %read, 0
16 ret <vscale x 2 x i64> %read.ext
28 …%read = call { <vscale x 2 x i64>, <vscale x 2 x i64> } @llvm.aarch64.sme.read.vg1x2.nxv2i64(i32 %…
29 %read.ext = extractvalue { <vscale x 2 x i64>, <vscale x 2 x i64> } %read, 0
30 ret <vscale x 2 x i64> %read.ext
33 declare { <vscale x 2 x i64>, <vscale x 2 x i64> } @llvm.aarch64.sme.read.vg1x2.nxv2i64(i32)
H A Dsme2-intrinsics-extract-mova.ll17 …%res = call { <vscale x 16 x i8>, <vscale x 16 x i8> } @llvm.aarch64.sme.read.hor.vg2.nxv16i8(i32 …
19 …%res2 = call { <vscale x 16 x i8>, <vscale x 16 x i8> } @llvm.aarch64.sme.read.hor.vg2.nxv16i8(i32…
30 …%res = call { <vscale x 8 x i16>, <vscale x 8 x i16> } @llvm.aarch64.sme.read.hor.vg2.nxv8i16(i32 …
32 …%res2 = call { <vscale x 8 x i16>, <vscale x 8 x i16> } @llvm.aarch64.sme.read.hor.vg2.nxv8i16(i32…
43 …%res = call { <vscale x 8 x half>, <vscale x 8 x half> } @llvm.aarch64.sme.read.hor.vg2.nxv8f16(i3…
45 …%res2 = call { <vscale x 8 x half>, <vscale x 8 x half> } @llvm.aarch64.sme.read.hor.vg2.nxv8f16(i…
56 …%res = call { <vscale x 8 x bfloat>, <vscale x 8 x bfloat> } @llvm.aarch64.sme.read.hor.vg2.nxv8bf…
58 …%res2 = call { <vscale x 8 x bfloat>, <vscale x 8 x bfloat> } @llvm.aarch64.sme.read.hor.vg2.nxv8b…
69 …%res = call { <vscale x 4 x i32>, <vscale x 4 x i32> } @llvm.aarch64.sme.read.hor.vg2.nxv4i32(i32 …
71 …%res2 = call { <vscale x 4 x i32>, <vscale x 4 x i32> } @llvm.aarch64.sme.read.hor.vg2.nxv4i32(i32…
[all …]
/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h60 return read<uint64_t>(P); in getFunctionAddress()
65 return read<uint64_t>(P + sizeof(uint64_t)); in getStackSize()
70 return read<uint64_t>(P + (2 * sizeof(uint64_t))); in getRecordCount()
91 uint64_t getValue() const { return read<uint64_t>(P); } in getValue()
122 return read<uint16_t>(P + SizeOffset); in getSizeInBytes()
128 return read<uint16_t>(P + DwarfRegNumOffset); in getDwarfRegNum()
134 return read<uint32_t>(P + SmallConstantOffset); in getSmallConstant()
141 return read<uint32_t>(P + SmallConstantOffset); in getConstantIndex()
149 return read<int32_t>(P + SmallConstantOffset); in getOffset()
176 return read<uint16_t>(P + DwarfRegNumOffset); in getDwarfRegNum()
[all …]
/llvm-project/libc/test/src/stdio/
H A Dfscanf_test.cpp42 int read; in TEST()
60 read = LIBC_NAMESPACE::fscanf(file, in TEST()
62 EXPECT_LT(read, 0); in TEST()
70 read = LIBC_NAMESPACE::fscanf(file, "%[A-Za-z .\n]", data); in TEST()
71 ASSERT_EQ(read, 1); in TEST()
74 read = LIBC_NAMESPACE::fscanf(file, "%s", data); in TEST()
75 ASSERT_EQ(read, 1); in TEST()
81 read = LIBC_NAMESPACE::fscanf(file, " %50c", data); in TEST()
82 ASSERT_EQ(read, 1); in TEST()
44 int read; TEST() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTransfer.cpp121 // Caluclate the map of the new read by applying the inverse permutation. in matchAndRewriteMaskableOp()
415 matchAndRewriteMaskableOp(vector::TransferReadOp read, in populateVectorTransferPermutationMapLoweringPatterns()
418 if (maxTransferRank && read.getVectorType().getRank() > *maxTransferRank) {
420 read, "vector type is greater than max transfer rank");
424 return rewriter.notifyMatchFailure(read, "Masked case not supported");
429 if (!read.getPermutationMap().isMinorIdentityWithBroadcasting(
431 return rewriter.notifyMatchFailure(read, "not minor identity + bcast");
433 auto memRefType = dyn_cast<MemRefType>(read.getShapedType()); in TransferReadToVectorLoadLowering()
435 return rewriter.notifyMatchFailure(read, "not a memref source"); in TransferReadToVectorLoadLowering()
439 return rewriter.notifyMatchFailure(read, "!
[all...]
/llvm-project/clang/test/SemaObjC/
H A Derror-missing-getter.m11 if (x.setterOnly) { // expected-error {{no getter method for read from property}}
14 func(x.setterOnly + 1, x); // expected-error {{no getter method for read from property}}
15 int i = x.setterOnly + 1; // expected-error {{no getter method for read from property}}
16 return x.setterOnly + 1; // expected-error {{no getter method for read from property}}
24 if (TestClass.setterOnly) { // expected-error {{no getter method for read from property}}
27 … func(TestClass.setterOnly + 1, x); // expected-error {{no getter method for read from property}} \
29 int i = TestClass.setterOnly + 1; // expected-error {{no getter method for read from property}}
30 return TestClass.setterOnly + 1; // expected-error {{no getter method for read from property}}
38 return super.setterOnly; // expected-error {{no getter method for read from property}}
/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp156 void read() { in read() function in llvm::object::Parser
166 read(); in readAsInt()
173 read(); in expect()
182 read(); in parseOne()
188 read(); in parseOne()
229 read(); in parseExport()
231 read(); in parseExport()
248 read(); in parseExport()
252 read(); in parseExport()
262 read(); in parseExport()
[all...]
/llvm-project/libc/test/src/__support/File/
H A Dplatform_file_test.cpp33 ASSERT_EQ(file->read(data, TEXT_SIZE).value, TEXT_SIZE); in TEST()
38 ASSERT_EQ(file->read(data, TEXT_SIZE).value, size_t(0)); in TEST()
53 ASSERT_EQ(file->read(data, TEXT_SIZE).value, TEXT_SIZE); in TEST()
58 ASSERT_EQ(file->read(data, TEXT_SIZE).value, size_t(0)); in TEST()
82 ASSERT_EQ(file->read(data, READ_SIZE).value, READ_SIZE); in TEST()
87 ASSERT_EQ(file->read(data, READ_SIZE).value, size_t(0)); in TEST()
109 ASSERT_EQ(file->read(data, APPEND_TEXT_SIZE).value, APPEND_TEXT_SIZE); in TEST()
114 ASSERT_EQ(file->read(data, APPEND_TEXT_SIZE).value, size_t(0)); in TEST()
141 ASSERT_EQ(file->read(data, READ_SIZE).value, READ_SIZE); in TEST()
147 ASSERT_EQ(file->read(dat in TEST()
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cpp34 #pragma section(".SCOV$CA", read, write)
44 #pragma section(".SCOV$CZ", read, write)
48 #pragma section(".SCOV$GA", read, write)
50 #pragma section(".SCOV$GZ", read, write)
59 #pragma section(".SCOVP$A", read)
61 #pragma section(".SCOVP$Z", read)

12345678910>>...75