Home
last modified time | relevance | path

Searched refs:bump (Results 1 – 25 of 64) sorted by relevance

123

/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-5.ll12 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/ltp/pan/
DMakefile40 MAKE_TARGETS := ltp-bump ltp-pan
48 ltp-bump: ltp-bump.o zoolib.o
/external/llvm/test/Transforms/StraightLineStrengthReduce/
Dslsr-add.ll42 ; 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]]
Dslsr-mul.ll93 ; 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/
Dreassociate-geps-and-slsr.ll40 ; 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/
Dupdate_files.sh23 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/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/
DChameleonMan.txt5 This demo shows a matrix skinned character in combination with bump mapping.
8 The ChameleonMan demo shows a Matrix Skinned Character in combination with bump mapping.
18 - bump mapped lighting
/external/iptables/
DCOMMIT_NOTES15 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/
DABI16 the release notes, and if they mention an ABI break/soname bump, you may have
31 changed to adhere to new things, we will bump the soname. Then the library
40 We are determined to bump the SONAME as rarely as possible. Ideally, we
/external/smali/dexlib2/
DOatVersions.txt79 - version bump for missing bump in commits
/external/libmtp/
DChangeLog9 * configure.ac: bump to 1.0.4
10 * src/Makefile.am: bump interface to libmtp.so.8.3.4
222 * configure.ac: bump version to libmtp 1.0.1 and release!
223 * src/Makefile.am: bump soversion to libmtp.so.8.3.1
271 * src/Makefile.am: bump to compatible API/ABI
541 * configure.ac: bump to 0.3.6 and release.
542 * src/Makefile.am: interface bump to libmtp.so.8.2.1
689 * configure.ac: bump to 0.3.3.
701 * Note to self: remember to bump soname to .so.8.1.0.
722 * configure.ac: bump to 0.3.2.
[all …]
/external/llvm/test/Instrumentation/MemorySanitizer/
Datomics.ll57 ; 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/mesa3d/src/gallium/state_trackers/xa/
DREADME64 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/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/
DDisplacementMap.txt9 Displacement mapping is an alternative to bump mapping, normal mapping, and parallax mapping, that …
/external/autotest/client/site_tests/power_Backlight/
Dcontrol25 each successive bump uses more energy than the previous level.
/external/bison/m4/
Dlibunistring-base.m417 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/ltp/
D.gitignore41 /pan/ltp-bump
/external/conscrypt/
DRELEASING.md62 The first step in the release process is to create a release branch, bump
78 $ git checkout -b bump-version master
90 $ git merge --ff-only bump-version
106 5. In the release branch, bump to the next patch snapshot version
/external/llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/
Dreassociate-geps-and-slsr-addrspace.ll7 ; 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/libnl/
Dconfigure.ac27 # In this case, bump revision only, don't touch current nor age.
33 # the old version at runtime: set revision to 0, bump current and age.
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java478 final int bump = count * maxLabelCount / size; in initLabels() local
479 if (bump == old) { in initLabels()
482 old = bump; in initLabels()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java497 final int bump = count * maxLabelCount / size; in initLabels() local
498 if (bump == old) { in initLabels()
501 old = bump; in initLabels()
/external/fec/
Dsse2bfly27.s121 addl $8,%edx # bump decision pointer
/external/libdrm/
DRELEASING13 for 2.4.x as the versioning scheme for libdrm, so just bump the
/external/curl/docs/
DRELEASE-PROCEDURE73 to curl and libcurl. If we accept any such changes, we bump the minor number

123