Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h132 const char *offset2, uptr length2) { in DECLARE_REAL()
133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL()
138 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL()
139 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL()
147 offset2, length2, &stack); \ in DECLARE_REAL()
H A Dasan_report.h79 const char *offset2, uptr length2,
H A Dasan_report.cpp331 const char *offset2, uptr length2, in ReportStringFunctionMemoryRangesOverlap() argument
335 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_stride.c155 isl_aff *offset2; in set_stride() local
170 offset2 = data->offset; in set_stride()
171 offset2 = isl_aff_scale_val(offset2, a); in set_stride()
173 offset = isl_aff_add(offset, offset2); in set_stride()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Deh-return32.ll20 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
38 ; CHECK: lw $6, [[offset2]]($sp)
62 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
78 ; CHECK: lw $6, [[offset2]]($sp)
H A Deh-return64.ll21 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
39 ; CHECK: ld $6, [[offset2]]($sp)
65 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
81 ; CHECK: ld $6, [[offset2]]($sp)
H A Dstchar.ll33 ; 16_h: sh ${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}})
34 ; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Ddagcombine-reassociate-bug.ll22 %offset2 = add i64 %offset, 1025
23 %ptr2 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset2
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Druntime-loop4.ll36 %offset2 = getelementptr i32, i32* %addr2, i32 %iv2
37 store i32 %iv2, i32* %offset2, align 4
H A Dopt-levels.ll31 %offset2 = getelementptr i32, i32* %addr2, i32 %iv2
32 store i32 %iv2, i32* %offset2, align 4
/llvm-project-15.0.7/llvm/test/Analysis/Delinearization/
H A Dmultidim_ivs_and_integer_offsets_3d.ll35 %offset2 = add nsw i64 %k, 7
36 %subscript = add i64 %subscript2, %offset2
H A Dmultidim_ivs_and_parameteric_offsets_3d.ll35 %offset2 = add nsw i64 %k, %r
36 %subscript = add i64 %subscript2, %offset2
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Druntime-check.ll92 define void @test_runtime_check(float* %a, float %b, i64 %offset, i64 %offset2, i64 %n) {
101 %ind.sum2 = add i64 %iv, %offset2
119 ; void test_runtime_check2(float *a, float b, unsigned offset, unsigned offset2, unsigned n, float …
128 define void @test_runtime_check2(float* %a, float %b, i64 %offset, i64 %offset2, i64 %n, float* %c)…
137 %ind.sum2 = add i64 %iv, %offset2
H A Dinduction.ll269 define void @scalar_use(float* %a, float %b, i64 %offset, i64 %offset2, i64 %n) {
635 %ind.sum2 = add i64 %iv, %offset2
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dmultidim_nested_start_integer.ll49 %offset2 = add nsw i64 %k, 7
50 %subscript = add i64 %subscript2, %offset2
H A Dmultidim_nested_start_share_parameter.ll44 %offset2 = add nsw i64 %k, 7
45 %subscript3 = add i64 %subscript2, %offset2
H A Dmultidim_ivs_and_integer_offsets_3d.ll49 %offset2 = add nsw i64 %k, 7
50 %subscript = add i64 %subscript2, %offset2
H A Dmultidim_ivs_and_parameteric_offsets_3d.ll56 %offset2 = add nsw i64 %k, %r
57 %subscript = add i64 %subscript2, %offset2
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-gather-scatter-addr-opts.ll281 define void @scatter_f16_index_add_add([8 x half]* %base, i64 %offset, i64 %offset2, <vscale x 4 x …
292 %splat.offset2.ins = insertelement <vscale x 4 x i64> undef, i64 %offset2, i32 0
293 …%splat.offset2 = shufflevector <vscale x 4 x i64> %splat.offset2.ins, <vscale x 4 x i64> undef, <v…
296 %add2 = add <vscale x 4 x i64> %add1, %splat.offset2
304 define void @scatter_f16_index_add_add_mul([8 x half]* %base, i64 %offset, i64 %offset2, <vscale x …
315 %splat.offset2.ins = insertelement <vscale x 4 x i64> undef, i64 %offset2, i32 0
316 …%splat.offset2 = shufflevector <vscale x 4 x i64> %splat.offset2.ins, <vscale x 4 x i64> undef, <v…
319 %add2 = add <vscale x 4 x i64> %add1, %splat.offset2
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dfold-global-offsets.mir128 %offset2:_(s64) = G_CONSTANT i64 10
130 %ptr_add2:_(p0) = G_PTR_ADD %global, %offset2(s64)
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dintrinsics.ll48 %obj.x.offset2 = call i64 @llvm.experimental.gc.get.pointer.offset.p1i8(i8 addrspace(1)* %obj.x)
52 …obj.x.base, i64 %obj.x.offset, i8 addrspace(1)* %obj.x.base2, i64 %obj.x.offset2, i8 addrspace(1)*…
/llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/
H A Ddebug-loc-offset.ll87 ; CHECK-DAG: .file [[CU2]] "/llvm_cmake_gcc{{/|\\\\}}debug-loc-offset2.cc"
108 !10 = !DIFile(filename: "debug-loc-offset2.cc", directory: "/llvm_cmake_gcc")
112 !15 = !DIFile(filename: "debug-loc-offset2.cc", directory: "/llvm_cmake_gcc")
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebug-loc-offset.mir10 # debug-loc-offset2.cc
149 !4 = !DIFile(filename: "debug-loc-offset2.cc", directory: "/llvm_cmake_gcc")
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst2165 offset2[.discriminator]: number_of_samples [fn3:num fn4:num ... ]