/external/llvm/test/Transforms/InstCombine/ |
2003-06-05-BranchInvertInfLoop.ll | 7 define i8 @test19(i1 %c) {
|
mul.ll | 171 define i32 @test19(i32 %A, i32 %B) { 172 ; CHECK: @test19
|
apint-shift.ll | 175 ; CHECK: @test19 177 define i1 @test19(i37 %A) {
|
apint-sub.ll | 125 define i39 @test19(i39 %X, i39 %Y) {
|
or.ll | 178 define i1 @test19(i32 %A) { 184 ; CHECK: @test19
|
sub.ll | 179 define i32 @test19(i32 %X, i32 %Y) { 183 ; CHECK: @test19
|
set.ll | 121 define i1 @test19(i1 %A, i1 %B) {
|
xor.ll | 127 define i32 @test19(i32 %A, i32 %B) {
|
and.ll | 142 define i32 @test19(i32 %A) {
|
getelementptr.ll | 178 define i32 @test19(i32* %P, i32 %A, i32 %B) { 184 ; CHECK: @test19
|
icmp.ll | 180 define i1 @test19(i32 %x) nounwind { 185 ; CHECK: @test19
|
phi.ll | 442 define i1 @test19(i1 %cond, double %x) { 452 ; CHECK: @test19
|
shift.ll | 218 define i1 @test19(i32 %A) { 219 ; CHECK: @test19
|
/external/clang/test/Parser/ |
char-literal-printing.c | 25 char test19(void) { return '\v'; } function
|
/external/clang/test/Sema/ |
attr-deprecated.c | 102 test19; variable
|
block-misc.c | 192 int test19() {
|
return.c | 105 int test19() { function
|
exprs.c | 173 void test19() { function
|
/external/llvm/test/Transforms/ObjCARC/ |
rv.ll | 279 ; CHECK: define i8* @test19(i8* %p) { 281 define i8* @test19(i8* %p) { 287 ; Like test19 but with plain autorelease. 299 ; Like test19 but with plain retain. 311 ; Like test19 but with plain retain and autorelease.
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-x86-64.ll | 237 define void @test19(double* %p1) { 240 ; CHECK: test19:
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
simple.ll | 242 define void @test19({i32} * nocapture byval align 4 %arg5) nounwind ssp { 249 ; CHECK: @test19(
|
/external/llvm/test/ExecutionEngine/ |
test-setcond-int.ll | 38 %test19 = icmp eq i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/clang/test/SemaObjC/ |
arc.m | 402 extern struct Test19 *test19a; 403 struct Test19 *const test19b = 0; 404 void test19(void) { 408 // expected-note{{use CFBridgingRelease call to transfer ownership of a +1 'struct Test19 *' into ARC}} 411 // expected-note{{use CFBridgingRelease call to transfer ownership of a +1 'struct Test19 *' into ARC}}
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | 809 namespace Test19 { 829 // CHECK-26: Vtable for 'Test19::D' (13 entries). 832 // CHECK-26-NEXT: 2 | Test19::D RTTI 833 // CHECK-26-NEXT: -- (Test19::C, 0) vtable address -- 834 // CHECK-26-NEXT: -- (Test19::D, 0) vtable address -- 835 // CHECK-26-NEXT: 3 | void Test19::C::c() 836 // CHECK-26-NEXT: 4 | void Test19::D::f() 838 // CHECK-26-NEXT: 6 | Test19::D RTTI 839 // CHECK-26-NEXT: -- (Test19::A, 8) vtable address -- 840 // CHECK-26-NEXT: -- (Test19::B, 8) vtable address - [all...] |
/external/clang/test/CodeGen/ |
mmx-builtins.c | 100 __m128d test19(__m64 a) { function
|