/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-5.ll | 12 br label %bump 14 bump: ; preds = %here 21 merge: ; preds = %there, %bump 23 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ] 24 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ] 25 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-5.ll | 13 br label %bump 15 bump: ; preds = %here 22 merge: ; preds = %there, %bump 24 ; CHECK: %merged_value.base = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %base_obj_y, %there ] 25 ; CHECK-NEXT: %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ] 26 %merged_value = phi i64 addrspace(1)* [ %base_obj_x, %bump ], [ %y, %there ]
|
/external/angle/third_party/zlib/contrib/optimizations/ |
D | chunkcopy.h | 86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local 88 out += bump; in chunkcopy_core() 89 from += bump; in chunkcopy_core() 270 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local 276 out += bump; in chunkset_core() 277 len -= bump; in chunkset_core() 287 out += bump; in chunkset_core() 288 len -= bump; in chunkset_core() 301 out += bump; in chunkset_core() 302 len -= bump; in chunkset_core() [all …]
|
/external/zlib/contrib/optimizations/ |
D | chunkcopy.h | 86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local 88 out += bump; in chunkcopy_core() 89 from += bump; in chunkcopy_core() 270 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local 276 out += bump; in chunkset_core() 277 len -= bump; in chunkset_core() 287 out += bump; in chunkset_core() 288 len -= bump; in chunkset_core() 301 out += bump; in chunkset_core() 302 len -= bump; in chunkset_core() [all …]
|
/external/rust/crates/syn/src/ |
D | buffer.rs | 197 unsafe fn bump(self) -> Cursor<'a> { in bump() method 240 return Some((buf.begin(), group.span(), unsafe { self.bump() })); in group() 252 Entry::Ident(ident) => Some((ident.clone(), unsafe { self.bump() })), in ident() 262 Entry::Punct(op) if op.as_char() != '\'' => Some((op.clone(), unsafe { self.bump() })), in punct() 272 Entry::Literal(lit) => Some((lit.clone(), unsafe { self.bump() })), in literal() 283 let next = unsafe { self.bump() }; in lifetime() 329 Some((tree, unsafe { self.bump() })) in token_tree() 354 let next = unsafe { self.bump() }; in skip() 356 Entry::Ident(_) => Some(unsafe { next.bump() }), in skip() 360 _ => Some(unsafe { self.bump() }), in skip()
|
/external/libwebsockets/READMEs/ |
D | release-checklist | 8 2) soname bump? 31 4) main version bump 41 a) rpm version bump to match CMake one 77 11) post-relase version bump
|
/external/ltp/pan/ |
D | Makefile | 40 MAKE_TARGETS := ltp-bump ltp-pan 48 ltp-bump: ltp-bump.o zoolib.o
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/ |
D | slsr-add.ll | 42 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = mul i32 %s, 3 43 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = add i32 [[t1]], [[bump]] 47 ; CHECK: add i32 [[t2]], [[bump]] 72 ; CHECK: [[bump:%[a-zA-Z0-9]+]] = shl i32 %s, 1 73 ; CHECK: [[t2:%[a-zA-Z0-9]+]] = sub i32 [[t1]], [[bump]] 78 ; CHECK: [[t3:%[a-zA-Z0-9]+]] = sub i32 [[t2]], [[bump]]
|
D | slsr-mul.ll | 93 ; The bump is a multiple of the stride. 100 ; bump = s * 2; 101 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump. 102 ; mul2 = mul1 + bump;
|
/external/glide/ |
D | update_files.sh | 23 if ! git remote | grep bump > /dev/null; 25 git remote add bump https://github.com/bumptech/glide.git 30 git fetch bump ${GLIDE_BRANCH} || exit 1
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 40 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float* %arr, i64 [[bump:%[0-9]+]] 49 ; CHECK: [[b2:%[0-9]+]] = getelementptr float, float* [[b1]], i64 [[bump]] 57 ; CHECK: [[b3:%[0-9]+]] = getelementptr float, float* [[b2]], i64 [[bump]] 65 ; CHECK: [[b4:%[0-9]+]] = getelementptr float, float* [[b3]], i64 [[bump]]
|
/external/llvm-project/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 41 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float* %arr, i64 [[bump:%[0-9]+]] 50 ; CHECK: [[b2:%[0-9]+]] = getelementptr float, float* [[b1]], i64 [[bump]] 58 ; CHECK: [[b3:%[0-9]+]] = getelementptr float, float* [[b2]], i64 [[bump]] 66 ; CHECK: [[b4:%[0-9]+]] = getelementptr float, float* [[b3]], i64 [[bump]]
|
/external/llvm-project/llvm/test/Transforms/StraightLineStrengthReduce/ |
D | slsr-mul.ll | 94 ; The bump is a multiple of the stride. 101 ; bump = s * 2; 102 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump. 103 ; mul2 = mul1 + bump;
|
/external/rust/crates/parking_lot/src/ |
D | raw_fair_mutex.rs | 47 unsafe fn bump(&self) { in bump() method 48 self.0.bump() in bump()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | funclet-match-add-sub-stack.ll | 2 ; Check that the stack bump around a funclet is computed correctly in both the 13 ; // alloca forces a separate callee save bump and stack bump
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | select-with-bitwise-ops.ll | 787 %res = mul i32 %select, %or ; to bump up use count of the Or 804 %res = mul i32 %select, %xor ; to bump up use count of the Xor 821 %res = mul i32 %select, %and2 ; to bump up use count of the And 837 %res = mul i32 %select, %or ; to bump up use count of the Or 854 %res = mul i32 %select, %xor ; to bump up use count of the Xor 871 %res = mul i32 %select, %and2 ; to bump up use count of the And 888 %res = mul i32 %select, %or ; to bump up use count of the Or 905 %res = mul i32 %select, %xor ; to bump up use count of the Xor 922 %res = mul i32 %select, %and2 ; to bump up use count of the And 939 %res = mul i32 %select, %or ; to bump up use count of the Or [all …]
|
/external/mtools/ |
D | vfat.c | 40 int limit, int bump) in autorename() argument 55 bump = 0; in autorename() 82 if(bump) in autorename() 99 if((bump && seqnum == 1) || seqnum > 1 || mtools_numeric_tail) in autorename() 110 void autorename_short(dos_name_t *name, int bump) in autorename_short() argument 112 autorename(name->base, '~', ' ', short_illegals, 8, bump); in autorename_short() 115 void autorename_long(char *name, int bump) in autorename_long() argument 117 autorename(name, '-', '\0', long_illegals, 255, bump); in autorename_long()
|
/external/iptables/ |
D | COMMIT_NOTES | 15 Adding fields to a struct always entails a vcurrent bump. 17 - Check, whether a bump (vcurrent,vage) has already been made since the
|
/external/rust/crates/hashbrown/src/ |
D | lib.rs | 158 let bump = Bump::new(); in test_bumpalo() localVariable 159 let mut map = HashMap::new_in(BumpWrapper(&bump)); in test_bumpalo()
|
/external/grpc-grpc/doc/core/ |
D | pending_api_cleanups.md | 3 the original API) to avoid having to bump the major version number in 11 be cleaned up the next time we are going to bump the major version
|
/external/grpc-grpc/doc/cpp/ |
D | pending_api_cleanups.md | 3 the original API) to avoid having to bump the major version number in 11 be cleaned up the next time we are going to bump the major version
|
/external/curl/docs/libcurl/ |
D | ABI.md | 15 the release notes, and if they mention an ABI break/soname bump, you may have 28 changed to adhere to new things, we will bump the soname. Then the library 37 We are determined to bump the SONAME as rarely as possible. Ideally, we
|
/external/smali/dexlib2/ |
D | OatVersions.txt | 79 - version bump for missing bump in commits
|
/external/libwebsockets/lib/core-net/ |
D | stats.c | 251 lws_stats_bump(struct lws_context_per_thread *pt, int i, uint64_t bump) in lws_stats_bump() argument 254 pt->lws_stats[i] += bump; in lws_stats_bump()
|
/external/rust/crates/regex-syntax/src/ast/ |
D | parse.rs | 472 fn bump(&self) -> bool { in bump() method 499 self.bump(); in bump_if() 525 if !self.bump() { in bump_and_bump_space() 547 self.bump(); in bump_space() 551 self.bump(); in bump_space() 554 self.bump(); in bump_space() 652 self.bump(); in push_alternate() 756 self.bump(); in pop_group() 882 self.bump(); in pop_class() 1061 if self.bump() && self.char() == '?' { in parse_uncounted_repetition() [all …]
|