Home
last modified time | relevance | path

Searched refs:test7a (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-misc.c82 void (^test7a)(); variable
84 return test7a == p;
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dipsccp-basic.ll175 define internal %T @test7a(i32 %A) {
180 ; CHECK-LABEL: @test7a(
185 %X = call %T @test7a(i32 17)
190 ; CHECK-NEXT: call %T @test7a(i32 17)
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcall.ll108 define void @test7a() {
109 ; CHECK-LABEL: @test7a(
116 ; CHECK: call void @test7a()
118 call void bitcast (void ()* @test7a to void (i32)*)( i32 5 )
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp120 namespace test7a { namespace
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dimplicit-it-generation.s88 .section test7a
89 @ CHECK-LABEL: test7a
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstack-protector.ll956 ; test7a: PtrToInt Cast
959 define void @test7a() {
961 ; LINUX-I386-LABEL: test7a:
965 ; LINUX-X64-LABEL: test7a:
969 ; LINUX-KERNEL-X64-LABEL: test7a:
973 ; DARWIN-X64-LABEL: test7a:
977 ; MSVC-I386-LABEL: test7a:
981 ; MINGW-X64-LABEL: test7a:
H A Davx512-calling-conv.ll268 define <8 x i1> @test7a(<8 x i32>%a, <8 x i32>%b) {
269 ; KNL-LABEL: test7a:
281 ; SKX-LABEL: test7a:
293 ; KNL_X32-LABEL: test7a:
305 ; FASTISEL-LABEL: test7a:
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dnontrivial-unswitch-freeze.ll119 define i32 @test7a(i1* %ptr, i1* %cond.ptr, i32* %a.ptr, i32* %b.ptr) {
120 ; CHECK-LABEL: @test7a(
250 ; Same pattern as @test7a but here the original loop becomes a non-loop that
H A Dnontrivial-unswitch.ll793 define i32 @test7a(i1* %ptr, i1* %cond.ptr, i32* %a.ptr, i32* %b.ptr) {
794 ; CHECK-LABEL: @test7a(
945 ; Same pattern as @test7a but here the original loop becomes a non-loop that