Searched
full:readonly (Results
951 -
975 of
2256) sorted by null
<<31323334353637383940>>
/external/llvm/test/CodeGen/X86/ |
avx-vinsertf128.ll | 44 define <4 x i32> @DAGCombineA(<4 x i32> %v1) nounwind readonly { 54 define <8 x i32> @DAGCombineB(<8 x i32> %v1, <8 x i32> %v2) nounwind readonly { 109 define <8 x float> @vinsertf128_combine(float* nocapture %f) nounwind uwtable readonly ssp { 122 define <8 x float> @vinsertf128_ucombine(float* nocapture %f) nounwind uwtable readonly ssp {
|
lsr-overflow.ll | 29 define void @func_37() noreturn nounwind readonly {
|
vec_shuffle-38.ll | 30 define <4 x float> @loadhpi(%struct.Float2* %vPtr, <4 x float> %vecin1) nounwind readonly ssp { 49 define <4 x float> @f(<4 x float> %x, double* nocapture %y) nounwind readonly ssp { 59 define <4 x float> @loadhpi2(%struct.Float2* nocapture %vHiCoefPtr_0, %struct.Float2* nocapture %vLoCoefPtr_0, i32 %s) nounwind readonly ssp {
|
/external/llvm/test/Feature/ |
memorymarkers.ll | 9 declare {}* @llvm.invariant.start(i64, i8* nocapture) readonly nounwind
|
/external/llvm/test/Transforms/BBVectorize/ |
no-ldstr-conn.ll | 7 define i64 @test2(i64 %a) nounwind uwtable readonly {
|
/external/llvm/test/Transforms/GlobalOpt/ |
2008-12-16-HeapSRACrash-2.ll | 19 define i32 @baz() nounwind readonly noinline {
|
2008-12-16-HeapSRACrash.ll | 18 define i32 @baz() nounwind readonly noinline {
|
/external/llvm/test/Transforms/IPConstantProp/ |
2009-09-24-byval-ptr.ll | 20 define internal i32 @vfu2(%struct.MYstr* byval align 4 %u) nounwind readonly {
|
dangling-block-address.ll | 19 define void @bar(i32* nocapture %pc) nounwind readonly {
|
/external/llvm/test/Transforms/InstCombine/ |
objsize-64.ll | 8 declare i64 @llvm.objectsize.i64(i8*, i1) nounwind readonly
|
pow-1.ll | 6 ; NOTE: The readonly attribute on the pow call should be preserved 9 declare float @powf(float, float) nounwind readonly 10 declare double @pow(double, double) nounwind readonly 154 ; CHECK: attributes [[NUW_RO]] = { nounwind readonly }
|
/external/llvm/test/Transforms/LoopUnroll/ |
2012-04-09-unroll-indirectbr.ll | 38 declare coldcc i8* @funca(i8*, i8*) readonly
|
runtime-loop1.ll | 11 define i32 @test(i32* nocapture %a, i32 %n) nounwind uwtable readonly {
|
runtime-loop.ll | 10 define i32 @test(i32* nocapture %a, i32 %n) nounwind uwtable readonly { 38 define i32 @test1(i32* nocapture %a) nounwind uwtable readonly { 85 define zeroext i16 @down(i16* nocapture %p, i32 %len) nounwind uwtable readonly {
|
/external/llvm/test/Transforms/LoopVectorize/ |
float-reduction.ll | 8 define float @foo(float* nocapture %A, i32* nocapture %n) nounwind uwtable readonly ssp {
|
/external/v8/test/mjsunit/ |
with-readonly.js | 28 // Test that readonly variables are treated correctly.
|
/frameworks/base/libs/androidfw/ |
CursorWindow.cpp | 34 void* data, size_t size, bool readOnly) : 35 mName(name), mAshmemFd(ashmemFd), mData(data), mSize(size), mReadOnly(readOnly) { 62 data, size, false /*readOnly*/); 106 data, size, true /*readOnly*/);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
MapModeTest.java | 29 * java.nio.channels.FileChannel.MapMode#PRIVATE,READONLY,READWRITE
|
/external/chromium/chrome/browser/resources/options/ |
certificate_manager.js | 116 var readOnly = !!data && data.readonly; 127 this.deleteButton.disabled = !isCert || readOnly;
|
/external/chromium/chrome/common/ |
json_pref_store_unittest.cc | 51 EXPECT_FALSE(pref_store->ReadOnly()); 63 EXPECT_FALSE(pref_store->ReadOnly()); 83 ASSERT_FALSE(pref_store->ReadOnly());
|
/external/chromium_org/chrome/browser/resources/options/ |
certificate_manager.js | 118 var readOnly = !!data && data.readonly; 131 this.deleteButton.disabled = !isCert || readOnly || isPolicy;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TextEditor.js | 89 * @param {boolean} readOnly 91 setReadOnly: function(readOnly) { }, 96 readOnly: function() { },
|
/external/clang/test/Index/ |
overrides.m | 59 @property (readonly) id prop1; 60 @property (readonly) id prop2; 66 @property (readonly) id bar;
|
/external/llvm/test/CodeGen/Mips/ |
select.ll | 129 define i32 @sel12(i32 %f0, i32 %f1) nounwind readonly { 140 define i32 @sel13(i32 %f0, i32 %f1) nounwind readonly { 151 define i32 @sel14(i32 %f0, i32 %f1) nounwind readonly {
|
/external/llvm/test/Transforms/Inline/ |
alloca-merge-align-nodl.ll | 7 define void @foo(%struct.s* byval nocapture readonly %a) { 22 define void @foo0(%struct.s* byval nocapture readonly %a) { 39 define void @goo(%struct.s* byval nocapture readonly %a) {
|
Completed in 443 milliseconds
<<31323334353637383940>>