| /minix3/external/bsd/llvm/dist/clang/test/Sema/ |
| H A D | builtins-arm-exclusive.c | 3 struct Simple { struct 16 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument 22 …sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldrex() 33 struct Simple var = {0}; in test_strex() 40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex() 47 …res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to at… in test_strex() 48 …res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simpl… in test_strex() 49 …res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure… in test_strex() 67 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex() 73 …sum += __builtin_arm_ldaex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldaex() [all …]
|
| H A D | builtins-arm64-exclusive.c | 3 struct Simple { struct 17 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument 23 …sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldrex() 32 struct Simple var = {0}; in test_strex() 40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex() 47 …res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to at… in test_strex() 48 …res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simpl… in test_strex() 49 …res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure… in test_strex() 66 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex() 72 …sum += __builtin_arm_ldaex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldaex() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/Profile/ |
| H A D | cxx-class.cpp | 16 class Simple { class 22 explicit Simple(int Member) : Member(Member) { in Simple() function in Simple 35 ~Simple() { in ~Simple() 66 Simple S(I); in simple_wrapper()
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | builtins-arm-exclusive.c | 31 struct Simple { struct 110 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() 194 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex() 207 struct Simple var = {0}; in test_strex() 243 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex() 257 struct Simple var = {0}; in test_stlex() 293 res |= __builtin_arm_stlex(&var, (struct Simple **)addr); in test_stlex()
|
| /minix3/external/bsd/llvm/dist/llvm/test/YAMLParser/ |
| H A D | spec-09-25.data | 3 | # Simple block scalar
|
| H A D | spec-09-29.data | 3 > # Simple folded scalar
|
| /minix3/external/bsd/llvm/dist/llvm/test/Feature/ |
| H A D | NamedMDNode.ll | 3 ;; Simple NamedMDNode
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/ |
| H A D | metadata.ll | 4 ; Simple 3-pair chain with loads and stores (with fpmath) 24 ; Simple 3-pair chain with loads and stores (ints with range)
|
| H A D | simple-ldstr.ll | 5 ; Simple 3-pair chain with loads and stores 33 ; Simple chain with extending loads and stores 67 ; Simple chain with loads and truncating stores 112 ; Simple 3-pair chain with loads and stores (unreachable) 143 ; Simple 3-pair chain with loads and stores
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/ |
| H A D | thumb1-varalloc.ll | 66 ; Simple variable ending up *at* sp. 80 ; Simple variable ending up at aligned offset from sp. 101 ; Simple variable ending up at aligned offset from sp.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/ThreadSanitizer/ |
| H A D | vptr_read.ll | 12 !1 = !{!"Simple C/C++ TBAA", null}
|
| /minix3/external/mit/xorg/lib/libXaw/ |
| H A D | Makefile | 25 Porthole.c Repeater.c Scrollbar.c Simple.c \ 43 Simple.h SimpleP.h SimpleMenu.h SimpleMenP.h Sme.h SmeP.h \
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-fastcc-tailcall.ll | 24 !2 = !{!"Simple C/C++ TBAA"}
|
| H A D | arm64-triv-disjoint-mem-access.ll | 29 !4 = !{!"Simple C/C++ TBAA"}
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/Mem2Reg/ |
| H A D | PromoteMemToRegister.ll | 1 ; Simple sanity check testcase. Both alloca's should be eliminated.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/ |
| H A D | store.ll | 23 ;; Simple sinking tests 118 !2 = !{!"Simple C/C++ TBAA"}
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/ |
| H A D | preserve-tbaa.ll | 30 !2 = !{!"Simple C/C++ TBAA", null}
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/XCore/ |
| H A D | no-vector-registers.ll | 6 ; Simple 3-pair chain with loads and stores
|
| /minix3/external/mit/xorg/lib/libXaw6/ |
| H A D | Makefile | 17 Scrollbar.c Simple.c SimpleMenu.c Sme.c SmeBSB.c SmeLine.c \
|
| /minix3/external/bsd/llvm/dist/llvm/test/Bitcode/ |
| H A D | upgrade-tbaa.ll | 17 !1 = !{!"Simple C/C++ TBAA"}
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | simplebb.ll | 6 ; Simple 3-pair chain with loads and stores 26 ; Simple 3-pair chain with loads and stores, obfuscated with bitcasts
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/LICM/ |
| H A D | 2011-04-06-PromoteResultOfPromotion.ll | 35 !2 = !{!"Simple C/C++ TBAA", null}
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
| H A D | arc-overloading.mm | 3 // Simple ownership conversions + diagnostics. 20 // Simple overloading 38 // Simple overloading
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGValue.h | 110 Simple, // This is a normal l-value, use getAddress(). enumerator 192 bool isSimple() const { return LVType == Simple; } in isSimple() 301 R.LVType = Simple;
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/ |
| H A D | powif64_16.ll | 25 !2 = !{!"Simple C/C++ TBAA"}
|