Home | History | Annotate | Download | only in CodeGen

Lines Matching full:tbaa

2 // RUN: %clang_cc1 -Werror -triple i386-unknown-unknown -emit-llvm -O1 -struct-path-tbaa -disable-llvm-optzns -o - %s | FileCheck %s -check-prefix=PATH
11 // CHECK: store i32 0, i32* %{{.*}}, !tbaa [[TAG_CHAR:!.*]]
12 // PATH: store i32 0, i32* %{{.*}}, !tbaa [[TAG_CHAR:!.*]]
14 // CHECK: store i32 1, i32* %{{.*}}, !tbaa [[TAG_INT:!.*]]
15 // PATH: store i32 1, i32* %{{.*}}, !tbaa [[TAG_INT:!.*]]
23 // CHECK: store i32 2, i32* {{%.*}}, !tbaa [[TAG_CHAR]]
24 // PATH: store i32 2, i32* {{%.*}}, !tbaa [[TAG_CHAR]]
26 // CHECK: store i32 3, i32* {{%.*}}, !tbaa [[TAG_INT]]
27 // PATH: store i32 3, i32* {{%.*}}, !tbaa [[TAG_test1_x:!.*]]
32 // CHECK: [[TAG_CXX_TBAA]] = metadata !{metadata !"Simple C/C++ TBAA"}