HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 1376 - 1400 of 2256) sorted by null

<<51525354555657585960>>

  /external/llvm/test/CodeGen/ARM/
code-placement.ll 34 define i32 @t2(i32 %passes, i32* nocapture %src, i32 %size) nounwind readonly {
ldrd.ll 14 define i64 @t(i64 %a) nounwind readonly {
lsr-unfolded-offset.ll 18 define i32 @partition_overlap_check(%struct.partition_entry* nocapture %part, i32 %num_entries) nounwind readonly optsize ssp {
  /external/llvm/test/CodeGen/R600/
pv.ll 227 ; Function Attrs: readonly
236 ; Function Attrs: nounwind readonly
243 attributes #2 = { readonly }
244 attributes #3 = { nounwind readonly }
schedule-if-2.ll 94 attributes #0 = { readonly }
  /external/llvm/test/CodeGen/Thumb/
2009-12-17-pre-regalloc-taildup.ll 13 define i32 @interpret_threaded(i8* nocapture %opcodes) nounwind readonly optsize {
  /external/llvm/test/CodeGen/X86/
2008-07-07-DanglingDeadInsts.ll 7 declare i32 @strlen(i8*) nounwind readonly
2009-08-14-Win64MemoryIndirectArg.ll 8 define internal fastcc float @computeMipmappingRho(%0* %shaderExecutionStatePtr, i32 %index, <4 x float> %texCoord, <4 x float> %texCoordDX, <4 x float> %texCoordDY) readonly {
MachineSink-DbgValue.ll 6 define i32 @foo(i32 %i, i32* nocapture %c) nounwind uwtable readonly ssp {
avx-win64.ll 45 declare <8 x float> @llvm.x86.avx.maskload.ps.256(i8*, <8 x float>) nounwind readonly
dbg-large-unsigned-const.ll 6 define zeroext i1 @_Z3iseRKxS0_(i64* nocapture %LHS, i64* nocapture %RHS) nounwind readonly optsize ssp {
reverse_branches.ll 101 declare i8* @memchr(i8*, i32, i64) nounwind readonly
  /external/llvm/test/Transforms/EarlyCSE/
basic.ll 79 declare i32 @func(i32 *%P) readonly
  /external/llvm/test/Transforms/IndVarSimplify/
promote-iv-to-eliminate-casts.ll 4 define i64 @test(i64* nocapture %first, i32 %count) nounwind readonly {
  /external/llvm/test/Transforms/InstCombine/
stpcpy_chk-1.ll 96 declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly
strcpy_chk-1.ll 94 declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly
  /external/llvm/test/Transforms/LoopUnroll/
2011-08-08-PhiUpdate.ll 37 define i32 @test2(i32* nocapture %p, i32 %n) nounwind readonly {
  /external/llvm/test/Transforms/LoopVectorize/
if-conversion.ll 79 define i32 @reduction_func(i32* nocapture %A, i32 %n) nounwind uwtable readonly ssp {
vectorize-once.ll 69 attributes #0 = { nounwind readonly ssp uwtable "fp-contract-model"="standard" "no-frame-pointer-elim" "no-frame-pointer-elim-non-leaf" "realign-stack" "relocation-model"="pic" "ssp-buffers-size"="8" }
  /external/llvm/test/Transforms/SLPVectorizer/X86/
rgb_phi.ll 32 define float @foo(float* nocapture readonly %A) {
  /external/llvm/test/Transforms/SimplifyCFG/
invoke.ll 7 declare i32 @read_only() nounwind readonly
  /external/llvm/utils/vim/
llvm.vim 52 syn keyword llvmKeyword ptx_device ptx_kernel readnone readonly release
  /external/v8/src/
property-details.h 38 READ_ONLY = v8::ReadOnly,
  /external/v8/test/es5conform/
es5conform.status 207 # simple assignment throws TypeError if LeftHandSide is a readonly property
210 # simple assignment throws TypeError if LeftHandSide is a readonly property
213 # simple assignment throws TypeError if LeftHandSide is a readonly property
216 # simple assignment throws TypeError if LeftHandSide is a readonly property
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 45 __u8 readOnly:1; // this handle is read only
446 h->readOnly = (oflag & (O_WRONLY | O_RDWR)) ? 0 : 1;
452 if((oflag & O_TRUNC) && !h->readOnly)
588 else if( h && obj && h->readOnly)

Completed in 408 milliseconds

<<51525354555657585960>>