Home
last modified time | relevance | path

Searched refs:str0 (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-checkMergeStoreCandidatesForDependencies.ll11 ; t3: i64 = add nuw GlobalAddress:i64<%str0* @g0> 0, Constant:i64<8>
16 …e (s64) into %ir.sp01, align 1)> t19:1, Constant:i64<0>, GlobalAddress:i64<%str0* @g0> 0, undef:i64
35 %str0 = type { i64, i64 }
38 @g0 = external global %str0, align 1
52 %sp0 = getelementptr inbounds %str0, %str0* @g0, i32 0, i32 0
53 %sp1 = getelementptr inbounds %str0, %str0* @g0, i32 0, i32 1
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dsymbol-fragment-offset-64.s16 movl $.L_.str0, (%esp)
27 .L_.str0: # @.str0
H A Dsymbol-fragment-offset.s16 movl $L_.str0, (%esp)
27 L_.str0: # @.str0
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dnot-null-terminated-result-strlen.c70 int bad_strncmp_1(char *str0, const char *str1) { in bad_strncmp_1() argument
71 return strncmp(str0, str1, (strlen(str0) + 1)); in bad_strncmp_1()
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/
H A Dincorrect-constexpr-inst-caching.ll18 ; CHECK: llvm.mlir.addressof @str0 : !llvm.ptr<array<5 x i8>>
28 @str0 = private unnamed_addr constant [5 x i8] c"aaaa\00"
30 @g = global [2 x %my_struct] [%my_struct {i32 8, i8* getelementptr ([5 x i8], [5 x i8]* @str0, i32 …
H A Dincorrect-constant-caching.ll21 ; CHECK: llvm.mlir.addressof @str0 : !llvm.ptr<array<5 x i8>>
31 @str0 = private unnamed_addr constant [5 x i8] c"aaaa\00"
33 @g = global [2 x %my_struct] [%my_struct {i32 8, i8* getelementptr ([5 x i8], [5 x i8]* @str0, i32 …
/llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/
H A Dloop_partially_in_scop-2.ll5 define void @foo(i8* %str0) {
10 %str.1 = phi i8* [%str0, %if.end32], [%incdec.ptr58364, %lor.end], [%incdec.ptr58364, %while.cond]
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-nested.mlir5 llvm.mlir.global internal constant @str0("WG size of kernel = %d X %d\0A\00")
24 %5 = llvm.mlir.addressof @str0 : !llvm.ptr<array<29 x i8>>
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dctor-priority-coff.ll23 @str0 = private dso_local unnamed_addr constant [6 x i8] c"later\00", align 1
37 %call = tail call i32 @puts(ptr @str0)
H A Ddtor-priority-coff.ll26 @str0 = private dso_local unnamed_addr constant [6 x i8] c"later\00", align 1
42 %call = tail call i32 @puts(ptr @str0)
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Ddeduplication_remarks.ll10 …i32 34, i32 0, i32 0, i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str0, i32 0, i32 0) }, a…
11 @.str0 = private unnamed_addr constant [23 x i8] c";unknown;unknown;0;0;;\00", align 1
H A Ddeduplication.ll8 …i32 34, i32 0, i32 0, i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str0, i32 0, i32 0) }, a…
11 @.str0 = private unnamed_addr constant [23 x i8] c";unknown;unknown;0;0;;\00", align 1
16 …i32 34, i32 0, i32 0, i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str0, i32 0, i32 0) }, a…
19 ; CHECK-DAG: @.str0 = private unnamed_addr constant [23 x i8] c";unknown;unknown;0;0;;\00", align 1
H A Dhide_mem_transfer_latency.ll24 …i32 34, i32 0, i32 0, i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str0, i32 0, i32 0) }, a…
25 @.str0 = private unnamed_addr constant [23 x i8] c";unknown;unknown;0;0;;\00", align 1
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dearly-ret.ll49 @.str0 = private unnamed_addr constant [2 x i8] c"a\00"
77 [ getelementptr inbounds ([2 x i8], [2 x i8]* @.str0, i64 0, i64 0), %entry ]
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Darc-cxx11-init-list.mm3 // CHECK: @[[STR0:.*]] = private unnamed_addr constant [5 x i8] c"str0\00", section "__TEXT,__cstri…
42 return {@"str0", @"str1"};
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dnvvm-reflect-opaque.ll85 @str0 = private constant [11 x i8] c"__CUDA_FTZ\00"
90 %reflect = call i32 @__nvvm_reflect(ptr @str0)
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp234 const char *str0 = str; in TemplateMatch() local
242 if (start && spos != str0) in TemplateMatch()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/
H A Dmain.m21 NSString *str0 = [[NSNumber numberWithUnsignedLongLong:0xFF] stringValue];
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m178 NSString *str0 = [num6 stringValue];
783 Class myclass2 = [str0 class];