Home
last modified time | relevance | path

Searched refs:Simple (Results 1 – 25 of 218) sorted by relevance

123456789

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dbuiltins-arm-exclusive.c3 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 Dbuiltins-arm64-exclusive.c3 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 Dcxx-class.cpp16 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 Dbuiltins-arm-exclusive.c31 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 Dspec-09-25.data3 | # Simple block scalar
H A Dspec-09-29.data3 > # Simple folded scalar
/minix3/external/bsd/llvm/dist/llvm/test/Feature/
H A DNamedMDNode.ll3 ;; Simple NamedMDNode
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/
H A Dmetadata.ll4 ; Simple 3-pair chain with loads and stores (with fpmath)
24 ; Simple 3-pair chain with loads and stores (ints with range)
H A Dsimple-ldstr.ll5 ; 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 Dthumb1-varalloc.ll66 ; 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 Dvptr_read.ll12 !1 = !{!"Simple C/C++ TBAA", null}
/minix3/external/mit/xorg/lib/libXaw/
H A DMakefile25 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 Darm64-fastcc-tailcall.ll24 !2 = !{!"Simple C/C++ TBAA"}
H A Darm64-triv-disjoint-mem-access.ll29 !4 = !{!"Simple C/C++ TBAA"}
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Mem2Reg/
H A DPromoteMemToRegister.ll1 ; Simple sanity check testcase. Both alloca's should be eliminated.
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dstore.ll23 ;; Simple sinking tests
118 !2 = !{!"Simple C/C++ TBAA"}
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A Dpreserve-tbaa.ll30 !2 = !{!"Simple C/C++ TBAA", null}
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/XCore/
H A Dno-vector-registers.ll6 ; Simple 3-pair chain with loads and stores
/minix3/external/mit/xorg/lib/libXaw6/
H A DMakefile17 Scrollbar.c Simple.c SimpleMenu.c Sme.c SmeBSB.c SmeLine.c \
/minix3/external/bsd/llvm/dist/llvm/test/Bitcode/
H A Dupgrade-tbaa.ll17 !1 = !{!"Simple C/C++ TBAA"}
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/X86/
H A Dsimplebb.ll6 ; 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 D2011-04-06-PromoteResultOfPromotion.ll35 !2 = !{!"Simple C/C++ TBAA", null}
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-overloading.mm3 // Simple ownership conversions + diagnostics.
20 // Simple overloading
38 // Simple overloading
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h110 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 Dpowif64_16.ll25 !2 = !{!"Simple C/C++ TBAA"}

123456789