Home
last modified time | relevance | path

Searched refs:glb (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-template.cpp24 int glb; variable
47 &glb,
139 NN<tmpl_impl, glb> nn;
/llvm-project-15.0.7/clang/test/Frontend/
H A Dverify-prefixes.c8 GCONST int glb = 5; variable
108glb = 6; // gconst-error1-2 {{cannot assign to variable 'glb' with const-qualified type 'const int… in foo()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dselect-safe-transforms.ll81 @glb = global i8 0
86 …%.*]], <2 x i1> [[COMP]], <2 x i1> <i1 icmp ne (i8* inttoptr (i64 1234 to i8*), i8* @glb), i1 true>
90 …%sel = select <2 x i1> %c, <2 x i1> %comp, <2 x i1> <i1 icmp eq (i8* @glb, i8* inttoptr (i64 1234 …
123 … i1> [[C:%.*]], <2 x i1> <i1 icmp ne (i8* inttoptr (i64 1234 to i8*), i8* @glb), i1 true>, <2 x i1…
127 …%sel = select <2 x i1> %c, <2 x i1> <i1 icmp eq (i8* @glb, i8* inttoptr (i64 1234 to i8*)), i1 fal…
H A Dfreeze-phi.ll181 @glb = global i8 0
190 ; CHECK-NEXT: [[PHI_FR:%.*]] = freeze i32 ptrtoint (i8* getelementptr inbounds (i8, i8* @glb, i6…
211 …%y = phi i32 [ptrtoint (i8* getelementptr inbounds (i8, i8* @glb, i64 2) to i32), %A], [32, %B], […
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dfreeze.ll30 @glb = constant i32 0
34 ; CHECK-NEXT: ret ptr @glb
36 %k = freeze ptr @glb
134 ; CHECK-NEXT: ret ptr getelementptr (i32, ptr @glb, i64 3)
136 %r = freeze ptr getelementptr (i32, ptr @glb, i64 3)
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dscalar-promote.ll640 @glb = external global i8, align 1
659 ; CHECK-NEXT: store i8 [[DIV1_LCSSA]], i8* @glb, align 1
672 store i8 %div, i8* @glb, align 1
816 ; CHECK-NEXT: store i8 [[DIV_LCSSA]], i8* @glb, align 1
826 store i8 %div, i8* @glb, align 1
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst1287 call void @f(ptr @glb, ptr @glb) ; well-defined
2966 @glb = global ptr null
2972 store ptr %a, ptr @glb ; %a is captured by this call
2997 store ptr %a, ptr* @glb
2998 …ore atomic i1 false, ptr @lock release ; %a is captured because another thread can safely read @glb
2999 store ptr null, ptr @glb
3007 @glb = global i8 0
3010 %c = icmp eq ptr %a, @glb