/external/clang/test/CodeGen/ |
D | mult-alt-generic.c | 15 int marray[2]; variable 134 asm("foo %1,%0" : "=r" (out0) : "X" (marray)); in single_X() 147 asm("foo %1,%0" : "=r" (out0) : "p" (marray)); in single_p() 267 asm("foo %1,%0" : "=r,r" (out0) : "r,X" (marray)); in multi_X() 280 asm("foo %1,%0" : "=r,r" (out0) : "r,p" (marray)); in multi_p()
|
D | mult-alt-x86.c | 6 int marray[2]; variable
|
/external/clang/test/Analysis/ |
D | NSContainers.m | 114 NSMutableArray *marray = [[NSMutableArray alloc] init]; 115 …[marray addObject:0]; // expected-warning {{Argument to 'NSMutableArray' method 'addObject:' canno… 119 NSMutableArray *marray = [[NSMutableArray alloc] init]; 120 …[marray insertObject:0 atIndex:1]; // expected-warning {{Argument to 'NSMutableArray' method 'inse… 124 NSMutableArray *marray = [[NSMutableArray alloc] init]; 125 …[marray replaceObjectAtIndex:1 withObject:0]; // expected-warning {{Argument to 'NSMutableArray' m… 129 NSMutableArray *marray = [[NSMutableArray alloc] init]; 130 …[marray setObject:0 atIndexedSubscript:1]; // expected-warning {{Argument to 'NSMutableArray' meth… 134 NSMutableArray *marray = [[NSMutableArray alloc] init]; 135 marray[1] = 0; // expected-warning {{Array element cannot be nil}}
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MSP430/ |
D | mult-alt-generic-msp430.ll | 8 @marray = common global [2 x i16] zeroinitializer, align 2 148 …%3 = call i16 asm "foo $1,$0", "=r,X"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, i32 … 162 …%0 = call i16 asm "foo $1,$0", "=r,r"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, i32 … 306 …%3 = call i16 asm "foo $1,$0", "=r|r,r|X"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, … 320 …%0 = call i16 asm "foo $1,$0", "=r|r,r|r"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | mult-alt-generic-powerpc.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 305 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, … 318 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
|
D | mult-alt-generic-powerpc64.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 305 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, … 318 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/ |
D | mult-alt-generic-sparc.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 306 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, … 320 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | mult-alt-generic-arm.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 … 306 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, … 320 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mult-alt-generic-powerpc64.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 305 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
D | mult-alt-generic-powerpc.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 305 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | mult-alt-generic-powerpc.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 305 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
D | mult-alt-generic-powerpc64.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 305 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | mult-alt-generic-x86_64.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …,X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no… 161 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no… 305 …|X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no… 318 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
|
D | mult-alt-generic-i686.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …,X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no… 161 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no… 305 …|X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no… 318 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/llvm/test/CodeGen/MSP430/ |
D | mult-alt-generic-msp430.ll | 8 @marray = common global [2 x i16] zeroinitializer, align 2 148 …%3 = call i16 asm "foo $1,$0", "=r,X"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, … 162 …%0 = call i16 asm "foo $1,$0", "=r,r"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, … 306 …o $1,$0", "=r|r,r|X"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, i32 0, i32 0)) no… 320 …o $1,$0", "=r|r,r|r"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, i32 0, i32 0)) no…
|
/external/llvm/test/CodeGen/SPARC/ |
D | mult-alt-generic-sparc.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 306 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 320 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MSP430/ |
D | mult-alt-generic-msp430.ll | 8 @marray = common global [2 x i16] zeroinitializer, align 2 148 …%3 = call i16 asm "foo $1,$0", "=r,X"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, … 162 …%0 = call i16 asm "foo $1,$0", "=r,r"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, … 306 …o $1,$0", "=r|r,r|X"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, i32 0, i32 0)) no… 320 …o $1,$0", "=r|r,r|r"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, i32 0, i32 0)) no…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | mult-alt-generic-arm.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 306 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 320 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/llvm/test/CodeGen/ARM/ |
D | mult-alt-generic-arm.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 306 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 320 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | mult-alt-generic-sparc.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, … 306 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 320 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/llvm/test/CodeGen/X86/ |
D | mult-alt-generic-x86_64.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 161 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 305 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
D | mult-alt-generic-i686.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 161 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 305 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mult-alt-generic-x86_64.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 161 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 305 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
D | mult-alt-generic-i686.ll | 8 @marray = common global [2 x i32] zeroinitializer, align 4 148 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 161 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 305 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no… 318 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 4017 void** marray; /* either "chunks" or malloced ptr array */ in ialloc() local 4027 marray = chunks; in ialloc() 4034 marray = 0; in ialloc() 4076 if (marray == 0) { in ialloc() 4080 marray = (void**) (chunk2mem(array_chunk)); in ialloc() 4087 marray[i] = chunk2mem(p); in ialloc() 4104 if (marray != chunks) { in ialloc() 4112 check_inuse_chunk(m, mem2chunk(marray)); in ialloc() 4115 check_inuse_chunk(m, mem2chunk(marray[i])); in ialloc() 4120 return marray; in ialloc()
|