Home
last modified time | relevance | path

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

12345

/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-5.ll13 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/swiftshader/third_party/llvm-7.0/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/
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/ltp/pan/
DMakefile40 MAKE_TARGETS := ltp-bump ltp-pan
48 ltp-bump: ltp-bump.o zoolib.o
/external/swiftshader/third_party/llvm-7.0/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/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/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/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/llvm-7.0/llvm/test/Transforms/InstCombine/
Dselect-with-bitwise-ops.ll784 %res = mul i32 %select, %or ; to bump up use count of the Or
801 %res = mul i32 %select, %xor ; to bump up use count of the Xor
818 %res = mul i32 %select, %and2 ; to bump up use count of the And
834 %res = mul i32 %select, %or ; to bump up use count of the Or
851 %res = mul i32 %select, %xor ; to bump up use count of the Xor
868 %res = mul i32 %select, %and2 ; to bump up use count of the And
885 %res = mul i32 %select, %or ; to bump up use count of the Or
902 %res = mul i32 %select, %xor ; to bump up use count of the Xor
919 %res = mul i32 %select, %and2 ; to bump up use count of the And
936 %res = mul i32 %select, %or ; to bump up use count of the Or
[all …]
/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/grpc-grpc/doc/core/
Dpending_api_cleanups.md3 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/
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/grpc-grpc/doc/cpp/
Dpending_api_cleanups.md3 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/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/swiftshader/third_party/llvm-7.0/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/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c527 int bump; in sg_decode_transportid_str() local
537 bump = TRANSPORT_ID_MIN_LEN; /* should be overwritten in all loop paths */ in sg_decode_transportid_str()
538 for (k = 0, n = 0; bplen > 0; ++k, bp += bump, bplen -= bump) { in sg_decode_transportid_str()
558 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
569 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
577 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
585 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
594 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
609 bump = (((num + 4) < TRANSPORT_ID_MIN_LEN) ? in sg_decode_transportid_str()
619 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
[all …]
/external/f2fs-tools/
DVERSIONING8 > changes, I need to bump revision. If new interface is added, for example, I
9 > need to bump current while revision=0 and age++.
54 that's an ABI breakage, and so you must bump the major version number
58 newer version. If it does, then you need to bump the version number.
108 So in practice I don't bump the minor version number for e2fsprogs
/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/yapf/
DHACKING.rst30 * Commit the version bump; add tag with git tag v<VERSION_NUM>; git push --tags
/external/autotest/client/site_tests/power_Backlight/
Dcontrol25 each successive bump uses more energy than the previous level.

12345