/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/GlobalsModRef/ |
D | purecse.ll | 1 ; Test that pure functions are cse'd away 4 define i32 @pure(i32 %X) { 10 ; CHECK: %A = call i32 @pure(i32 %X) 12 %A = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 13 %B = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 19 ; CHECK: %A = call i32 @pure(i32 %X) 22 %A = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 23 store i32 %X, i32* %P ;; Does not invalidate 'pure' call. 24 %B = call i32 @pure( i32 %X ) ; <i32> [#uses=1]
|
/external/llvm/test/Analysis/GlobalsModRef/ |
D | purecse.ll | 1 ; Test that pure functions are cse'd away 4 define i32 @pure(i32 %X) { 10 ; CHECK: %A = call i32 @pure(i32 %X) 12 %A = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 13 %B = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 19 ; CHECK: %A = call i32 @pure(i32 %X) 22 %A = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 23 store i32 %X, i32* %P ;; Does not invalidate 'pure' call. 24 %B = call i32 @pure( i32 %X ) ; <i32> [#uses=1]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 55 def __init__(self, type, norm, pure, size, name = ''): argument 58 self.pure = pure 67 if self.pure: 73 …return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.si… 159 if channel.pure != ref_channel.pure: 178 if channel.pure != ref_channel.pure: 214 pures = [channel.pure 295 pure = False 298 pure = True 303 pure = False [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 54 def __init__(self, type, norm, pure, size, name = ''): argument 57 self.pure = pure 66 if self.pure: 72 …return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.si… 158 if channel.pure != ref_channel.pure: 177 if channel.pure != ref_channel.pure: 213 pures = [channel.pure 294 pure = False 297 pure = True 302 pure = False [all …]
|
/external/swiftshader/third_party/LLVM/test/Analysis/GlobalsModRef/ |
D | purecse.ll | 1 ; Test that pure functions are cse'd away 5 define i32 @pure(i32 %X) { 11 %A = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 12 %B = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 18 %A = call i32 @pure( i32 %X ) ; <i32> [#uses=1] 19 store i32 %X, i32* %P ;; Does not invalidate 'pure' call. 20 %B = call i32 @pure( i32 %X ) ; <i32> [#uses=1]
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 55 def __init__(self, type, norm, pure, scaled, size, name = ''): argument 58 self.pure = pure 68 if self.pure: 76 …return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.si… 162 if channel.pure != ref_channel.pure: 183 if channel.pure != ref_channel.pure: 221 pures = [channel.pure 302 pure = False 306 pure = True 311 pure = False [all …]
|
/external/clang/test/CodeGen/ |
D | struct-passing.c | 11 T0 __attribute__((pure)) f1(void); 13 T1 __attribute__((pure)) f3(void); 15 void __attribute__((pure)) f5(T1 a);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RGBToHSV.pbtxt | 23 corresponds to pure red, hue 1/3 is pure green, and 2/3 is pure blue.
|
/external/clang/test/Parser/ |
D | attributes.c | 80 pure)) { // \ 87 __attribute((pure)) { // \ 95 __attribute__((pure)) int testFundef6(int a) { return a; }
|
/external/python/cpython3/Doc/distutils/ |
D | introduction.rst | 71 version number) and information about what's in the package (a list of pure 154 other code. Three types of modules concern us here: pure Python modules, 157 pure Python module 160 "pure module." 201 pure module distribution 202 a module distribution that contains only pure Python modules and packages. 203 Sometimes referred to as a "pure distribution." 205 non-pure module distribution 207 referred to as a "non-pure distribution."
|
/external/python/cpython2/Doc/distutils/ |
D | introduction.rst | 71 version number) and information about what's in the package (a list of pure 154 other code. Three types of modules concern us here: pure Python modules, 157 pure Python module 160 to as a "pure module." 201 pure module distribution 202 a module distribution that contains only pure Python modules and packages. 203 Sometimes referred to as a "pure distribution." 205 non-pure module distribution 207 referred to as a "non-pure distribution."
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | stateless_random_ops_test.py | 65 pure = stateless_op(seed=preseed) 66 self.assertAllEqual(self.evaluate(stateful), self.evaluate(pure)) 76 pure = stateless_op(seed=seed_t) 78 (seed, pure.eval(feed_dict={seed_t: seed})) for seed in seeds
|
/external/clang/test/SemaCXX/ |
D | cxx11-attr-print.cpp | 71 __attribute__((pure)) static int f() { in f() 74 [[gnu::pure]] static int g() { in g()
|
/external/selinux/libselinux/utils/ |
D | Makefile | 14 EXTRA_CFLAGS = -fipa-pure-const -Wpacked-bitfield-compat -Wsync-nand -Wcoverage-mismatch \ 16 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wjump-misses-init \ 17 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
|
/external/python/cpython2/Tools/compiler/ |
D | README | 5 using the pure-Python compiler code. 16 by the pure-Python compiler code instead of the
|
/external/freetype/docs/ |
D | formats.txt | 109 --- PS CFF --- cff 5176.CFF.pdf (`pure' CFF) 110 --- PS* CFF CID cff 5176.CFF.pdf (`pure' CFF) 111 --- PS CFF SYNTHETIC --- 5176.CFF.pdf (`pure' CFF) 112 --- PS CFF/MM --- cff old 5167.CFF.pdf (`pure' CFF) 114 --- PS* CFF/MM CID cff old 5167.CFF.pdf (`pure' CFF) 116 --- PS CFF/MM SYNTHETIC --- old 5167.CFF.pdf (`pure' CFF)
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_protos.h | 37 int flags) JEMALLOC_ATTR(pure); 42 JEMALLOC_ATTR(pure);
|
D | jemalloc_protos_jet.h | 37 int flags) JEMALLOC_ATTR(pure); 42 JEMALLOC_ATTR(pure);
|
D | jemalloc_protos.h.in | 37 int flags) JEMALLOC_ATTR(pure); 42 JEMALLOC_ATTR(pure);
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_protos.h | 37 int flags) JEMALLOC_ATTR(pure); 42 JEMALLOC_ATTR(pure);
|
D | jemalloc_protos_jet.h | 37 int flags) JEMALLOC_ATTR(pure); 42 JEMALLOC_ATTR(pure);
|
D | jemalloc_protos.h.in | 37 int flags) JEMALLOC_ATTR(pure); 42 JEMALLOC_ATTR(pure);
|
/external/freetype/builds/amiga/ |
D | README | 42 ftell() malloc() realloc() and free() from lib:sc.lib (not pure). 44 - ftsystempure.o, an object module containing the pure version of the 53 debugging code which uses vprintf() and exit() (not pure). 57 - ftdebugpure.o, an object module containing the pure version of the
|
/external/clang/test/CodeGenCXX/ |
D | 2009-05-04-PureConstNounwind.cpp | 3 int p(void) __attribute__((pure));
|
/external/clang/test/Index/ |
D | attributes.c | 7 void pure_fn() __attribute__((pure));
|