Searched
full:readonly (Results
751 -
775 of
2256) sorted by null
<<31323334353637383940>>
/external/clang/test/CodeGen/ |
struct-passing.c | 27 // CHECK: attributes [[RO]] = { nounwind readonly{{.*}} }
|
/external/clang/test/CodeGenObjCXX/ |
property-object-reference.mm | 9 @property (nonatomic, readonly) Foo& FooRefProperty;
|
/external/clang/test/Rewriter/ |
properties.m | 12 @property(readonly) int rrrr;
|
/external/clang/test/SemaCXX/ |
bool.cpp | 6 ReadOnly = true
|
/external/clang/test/SemaObjC/ |
invalid-objc-decls-1.m | 39 @property(readonly) NSMutableSet annotations; // expected-error{{interface type cannot be statically allocated}}
|
property-category-impl.m | 12 @property(readonly) int foo;
|
/external/kernel-headers/original/linux/mtd/ |
blktrans.h | 29 int readonly; member in struct:mtd_blktrans_dev
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
copymem8x4_neon.asm | 17 AREA Block, CODE, READONLY ; name this block of code
|
dc_only_idct_add_neon.asm | 16 AREA ||.text||, CODE, READONLY, ALIGN=2
|
/external/llvm/test/Analysis/BasicAA/ |
getmodrefinfo-cs-cs.ll | 7 declare void @ro() readonly
|
/external/llvm/test/CodeGen/ARM/ |
2011-04-11-MachineLICMBug.ll | 6 define zeroext i1 @t(i32* nocapture %A, i32 %size, i32 %value) nounwind readonly ssp {
|
/external/llvm/test/CodeGen/Generic/ |
undef-phi.ll | 9 define i32 @push(%struct.xx_stack* %stack) nounwind uwtable readonly ssp {
|
/external/llvm/test/CodeGen/Mips/ |
load-store-left-right.ll | 8 define i32 @foo_load_i() nounwind readonly {
|
/external/llvm/test/CodeGen/PowerPC/ |
ctrloop-i64.ll | 6 define i64 @foo(i64* nocapture %n, i64 %d) nounwind readonly { 28 define i64 @foo2(i64* nocapture %n, i64 %d) nounwind readonly { 50 define i64 @foo3(i64* nocapture %n, i64 %d) nounwind readonly { 72 define i64 @foo4(i64* nocapture %n, i64 %d) nounwind readonly {
|
/external/llvm/test/CodeGen/R600/ |
llvm.pow.ll | 19 declare float @llvm.pow.f32(float ,float ) readonly
|
/external/llvm/test/CodeGen/X86/ |
2010-05-07-ldconvert.ll | 25 declare x86_fp80 @llvm.powi.f80(x86_fp80, i32) nounwind readonly
|
2011-06-01-fildll.ll | 6 define float @f(i64* nocapture %x) nounwind readonly ssp {
|
phielim-split.ll | 14 define i32 @split_loop_exit(i32 %a, i32 %b, i8* nocapture %p) nounwind uwtable readonly ssp {
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
basic.ll | 28 declare i64 @llvm.objectsize.i64(i8*, i1) nounwind readonly
|
/external/llvm/test/Transforms/GVN/ |
lifetime-simple.ll | 19 declare void @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
|
readattrs.ll | 6 declare void @use(i8* readonly nocapture)
|
/external/llvm/test/Transforms/Inline/ |
alloca-merge-align.ll | 8 define void @foo(%struct.s* byval nocapture readonly %a) { 23 define void @foo0(%struct.s* byval nocapture readonly %a) { 38 define void @foo1(%struct.s* byval nocapture readonly %a) { 55 define void @goo(%struct.s* byval nocapture readonly %a) {
|
byval.ll | 36 ; into an alloca if the function is readonly 38 define internal i32 @f2(%struct.ss* byval %b) nounwind readonly { 87 ; into an alloca if the function is readonly, but should increase an alloca's 90 define internal i32 @f4(%struct.ss* byval align 64 %b) nounwind readonly {
|
/external/llvm/test/Transforms/InstCombine/ |
fpcast.ll | 34 declare float @llvm.fabs.f32(float) nounwind readonly
|
load-select.ll | 7 define i32 @b(i32 %y) nounwind readonly {
|
Completed in 647 milliseconds
<<31323334353637383940>>