/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
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/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-5.ll | 12 br label %bump 14 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/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/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/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/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/curl/docs/libcurl/ |
D | ABI | 24 the release notes, and if they mention an ABI break/soname bump, you may 39 changed to adhere to new things, we will bump the soname. Then the library 48 We are determined to bump the SONAME as rarely as possible. Ideally, we
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/ |
D | Gruntfile.js | 8 bump: { property
|
/external/libmtp/ |
D | ChangeLog | 3 * configure.ac: bump version to libmtp 1.0.1 and release! 4 * src/Makefile.am: bump soversion to libmtp.so.8.3.1 52 * src/Makefile.am: bump to compatible API/ABI 322 * configure.ac: bump to 0.3.6 and release. 323 * src/Makefile.am: interface bump to libmtp.so.8.2.1 470 * configure.ac: bump to 0.3.3. 482 * Note to self: remember to bump soname to .so.8.1.0. 503 * configure.ac: bump to 0.3.2. 504 * src/Makefile.am: bump to libmtp.so.8.0.2, compatible 563 * src/Makefile.am: bump interface a patchlevel. (Fully [all …]
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 57 ; relaxed cmpxchg: bump up to "release monotonic" 106 ; atomic load monotonic: bump up to load acquire 121 ; atomic load unordered: bump up to load acquire
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/ |
D | CHANGES.txt | 16 51b175d979 Version bump to 0.1.2 and updating CHANGES.txt (Patrick)
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | README | 64 and the major version number is still 0. Any minor bump should be viewed as 68 will be bumped to 1, and normal incompatibility rules (major bump)
|
/external/autotest/client/site_tests/power_Backlight/ |
D | control | 25 each successive bump uses more energy than the previous level.
|
/external/bison/m4/ |
D | libunistring-base.m4 | 17 dnl You have to bump the VERSION argument to the next projected version 45 dnl You have to bump the VERSION argument to the next projected version
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/ |
D | reassociate-geps-and-slsr-addrspace.ll | 7 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float addrspace(1)* %arr, i64 [[bump:%[0-9]+]] 8 ; CHECK: [[b2:%[0-9]+]] = getelementptr float, float addrspace(1)* [[b1]], i64 [[bump]]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 474 final int bump = count * maxLabelCount / size; in initLabels() local 475 if (bump == old) { in initLabels() 478 old = bump; in initLabels()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 493 final int bump = count * maxLabelCount / size; in initLabels() local 494 if (bump == old) { in initLabels() 497 old = bump; in initLabels()
|
/external/fec/ |
D | sse2bfly27.s | 121 addl $8,%edx # bump decision pointer
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_voice_gain_gnu.s | 154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE | 68 to curl and libcurl. If we accept any such changes, we bump the minor number
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 1096 ir_rvalue *bump; in load_texunit_bumpmap() local 1126 bump = get_source(p, key->unit[unit].OptRGB[0].Source, unit); in load_texunit_bumpmap() 1127 bump_x = mul(swizzle_x(bump), rot_mat_0); in load_texunit_bumpmap() 1128 bump_y = mul(swizzle_y(bump->clone(p->mem_ctx, NULL)), rot_mat_1); in load_texunit_bumpmap()
|
/external/curl/tests/data/ |
D | test1135 | 18 # new entries last or bump the SONAME.
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 7115 Int bump; /* 1 if coefficient needs to be incremented */ local 7120 bump=0; /* assume a smooth ride */ 7131 if (residue<0 && lsd5!=1) bump=-1; 7132 else if (residue>0 && lsd5==0) bump=1; 7138 if (residue<0) bump=-1; 7142 if (residue>5) bump=1; 7146 if (residue>5) bump=1; /* >0.5 goes up */ 7149 if (*dn->lsu & 0x01) bump=1; 7154 if (residue>=5) bump=1; 7158 if (residue>0) bump=1; [all …]
|
/external/libdrm/ |
D | RELEASING | 17 for 2.4.x as the versioning scheme for libdrm, so just bump the
|