/external/llvm/unittests/IR/ |
D | PassManagerTest.cpp | 186 EXPECT_FALSE(PA1.preserved<TestFunctionAnalysis>()); in TEST_F() 187 EXPECT_FALSE(PA1.preserved<TestModuleAnalysis>()); in TEST_F() 189 EXPECT_FALSE(PA2.preserved<TestFunctionAnalysis>()); in TEST_F() 190 EXPECT_FALSE(PA2.preserved<TestModuleAnalysis>()); in TEST_F() 192 EXPECT_TRUE(PA3.preserved<TestFunctionAnalysis>()); in TEST_F() 193 EXPECT_TRUE(PA3.preserved<TestModuleAnalysis>()); in TEST_F() 195 EXPECT_FALSE(PA4.preserved<TestFunctionAnalysis>()); in TEST_F() 196 EXPECT_FALSE(PA4.preserved<TestModuleAnalysis>()); in TEST_F() 198 EXPECT_TRUE(PA4.preserved<TestFunctionAnalysis>()); in TEST_F() 199 EXPECT_TRUE(PA4.preserved<TestModuleAnalysis>()); in TEST_F() [all …]
|
/external/libjpeg-turbo/simd/ |
D | jquantf-sse2.asm | 43 ; push ecx ; need not be preserved 44 ; push edx ; need not be preserved 96 ; pop edx ; need not be preserved 97 ; pop ecx ; need not be preserved 124 ; push edx ; need not be preserved 162 ; pop edx ; need not be preserved
|
D | jsimdcpu.asm | 35 ; push ecx ; need not be preserved 36 ; push edx ; need not be preserved 97 ; pop edx ; need not be preserved 98 ; pop ecx ; need not be preserved
|
D | jcsample-mmx.asm | 48 ; push ecx ; need not be preserved 49 ; push edx ; need not be preserved 158 ; pop edx ; need not be preserved 159 ; pop ecx ; need not be preserved 190 ; push ecx ; need not be preserved 191 ; push edx ; need not be preserved 315 ; pop edx ; need not be preserved 316 ; pop ecx ; need not be preserved
|
D | jcsample-sse2.asm | 48 ; push ecx ; need not be preserved 49 ; push edx ; need not be preserved 171 ; pop edx ; need not be preserved 172 ; pop ecx ; need not be preserved 203 ; push ecx ; need not be preserved 204 ; push edx ; need not be preserved 342 ; pop edx ; need not be preserved 343 ; pop ecx ; need not be preserved
|
D | jquant-sse.asm | 43 ; push ecx ; need not be preserved 44 ; push edx ; need not be preserved 119 ; pop edx ; need not be preserved 120 ; pop ecx ; need not be preserved 147 ; push edx ; need not be preserved 202 ; pop edx ; need not be preserved
|
D | jdsample-mmx.asm | 66 ; push ecx ; need not be preserved 67 ; push edx ; need not be preserved 550 ; push ecx ; need not be preserved 551 ; push edx ; need not be preserved 621 ; pop edx ; need not be preserved 622 ; pop ecx ; need not be preserved
|
D | jquant-3dn.asm | 43 ; push ecx ; need not be preserved 44 ; push edx ; need not be preserved 119 ; pop edx ; need not be preserved 120 ; pop ecx ; need not be preserved 147 ; push edx ; need not be preserved 224 ; pop edx ; need not be preserved
|
D | jdsample-sse2.asm | 66 ; push ecx ; need not be preserved 67 ; push edx ; need not be preserved 546 ; push ecx ; need not be preserved 547 ; push edx ; need not be preserved 615 ; pop edx ; need not be preserved 616 ; pop ecx ; need not be preserved
|
D | jquant-mmx.asm | 43 ; push ecx ; need not be preserved 44 ; push edx ; need not be preserved
|
D | jquanti-sse2.asm | 43 ; push ecx ; need not be preserved 44 ; push edx ; need not be preserved
|
/external/llvm/test/Transforms/Inline/ |
D | profile-meta.ll | 3 ; Make sure that profile and unpredictable metadata is preserved when cloning a select. 19 ; Make sure that profile and unpredictable metadata is preserved when cloning a branch.
|
/external/llvm/test/CodeGen/X86/ |
D | sse-intel-ocl.ll | 44 ;test calling conventions - preserved registers 46 ; preserved xmm6-xmm15 53 ; preserved xmm8-xmm15
|
D | avx512-intel-ocl.ll | 39 ;test calling conventions - preserved registers 41 ; preserved zmm16- 47 ; preserved zmm16-
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 26 # with or without modifications, as long as this notice is preserved. 64 # with or without modifications, as long as this notice is preserved. 118 # with or without modifications, as long as this notice is preserved. 151 # with or without modifications, as long as this notice is preserved. 311 # with or without modifications, as long as this notice is preserved. 378 # with or without modifications, as long as this notice is preserved. 392 # with or without modifications, as long as this notice is preserved. 515 # with or without modifications, as long as this notice is preserved. 529 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/c-ares/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 18 # with or without modifications, as long as this notice is preserved. 39 # with or without modifications, as long as this notice is preserved. 93 # with or without modifications, as long as this notice is preserved. 125 # with or without modifications, as long as this notice is preserved. 282 # with or without modifications, as long as this notice is preserved. 348 # with or without modifications, as long as this notice is preserved. 362 # with or without modifications, as long as this notice is preserved. 473 # with or without modifications, as long as this notice is preserved. 487 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/llvm/include/llvm/IR/ |
D | PassManager.h | 136 template <typename PassT> bool preserved() const { in preserved() function 137 return preserved(PassT::ID()); in preserved() 142 bool preserved(void *PassID) const { in preserved() function 148 bool preserved(PreservedAnalyses Arg) { in preserved() function 152 if (!preserved(P)) in preserved() 721 if (!PA.preserved(InnerAnalysisManagerProxy::ID())) in invalidate()
|
/external/netperf/ |
D | aclocal.m4 | 8 # with or without modifications, as long as this notice is preserved. 28 # with or without modifications, as long as this notice is preserved. 68 # with or without modifications, as long as this notice is preserved. 124 # with or without modifications, as long as this notice is preserved. 158 # with or without modifications, as long as this notice is preserved. 346 # with or without modifications, as long as this notice is preserved. 424 # with or without modifications, as long as this notice is preserved. 438 # with or without modifications, as long as this notice is preserved. 575 # with or without modifications, as long as this notice is preserved. 598 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/libnfnetlink/ |
D | aclocal.m4 | 8 # with or without modifications, as long as this notice is preserved. 28 # with or without modifications, as long as this notice is preserved. 68 # with or without modifications, as long as this notice is preserved. 124 # with or without modifications, as long as this notice is preserved. 158 # with or without modifications, as long as this notice is preserved. 346 # with or without modifications, as long as this notice is preserved. 426 # with or without modifications, as long as this notice is preserved. 563 # with or without modifications, as long as this notice is preserved. 586 # with or without modifications, as long as this notice is preserved. 609 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/google-breakpad/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 27 # with or without modifications, as long as this notice is preserved. 65 # with or without modifications, as long as this notice is preserved. 85 # with or without modifications, as long as this notice is preserved. 138 # with or without modifications, as long as this notice is preserved. 169 # with or without modifications, as long as this notice is preserved. 360 # with or without modifications, as long as this notice is preserved. 436 # with or without modifications, as long as this notice is preserved. 629 # with or without modifications, as long as this notice is preserved. 650 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/strace/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 27 # with or without modifications, as long as this notice is preserved. 65 # with or without modifications, as long as this notice is preserved. 118 # with or without modifications, as long as this notice is preserved. 149 # with or without modifications, as long as this notice is preserved. 340 # with or without modifications, as long as this notice is preserved. 416 # with or without modifications, as long as this notice is preserved. 433 # with or without modifications, as long as this notice is preserved. 626 # with or without modifications, as long as this notice is preserved. 647 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/libexif/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 26 # with or without modifications, as long as this notice is preserved. 64 # with or without modifications, as long as this notice is preserved. 118 # with or without modifications, as long as this notice is preserved. 152 # with or without modifications, as long as this notice is preserved. 336 # with or without modifications, as long as this notice is preserved. 416 # with or without modifications, as long as this notice is preserved. 552 # with or without modifications, as long as this notice is preserved. 573 # with or without modifications, as long as this notice is preserved. 598 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/libusb-compat/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 182 # with or without modifications, as long as this notice is preserved. 220 # with or without modifications, as long as this notice is preserved. 274 # with or without modifications, as long as this notice is preserved. 307 # with or without modifications, as long as this notice is preserved. 467 # with or without modifications, as long as this notice is preserved. 543 # with or without modifications, as long as this notice is preserved. 557 # with or without modifications, as long as this notice is preserved. 680 # with or without modifications, as long as this notice is preserved. 694 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/libevent/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 26 # with or without modifications, as long as this notice is preserved. 66 # with or without modifications, as long as this notice is preserved. 121 # with or without modifications, as long as this notice is preserved. 154 # with or without modifications, as long as this notice is preserved. 346 # with or without modifications, as long as this notice is preserved. 423 # with or without modifications, as long as this notice is preserved. 576 # with or without modifications, as long as this notice is preserved. 599 # with or without modifications, as long as this notice is preserved. 622 # with or without modifications, as long as this notice is preserved. [all …]
|
/external/stressapptest/ |
D | aclocal.m4 | 7 # with or without modifications, as long as this notice is preserved. 26 # with or without modifications, as long as this notice is preserved. 64 # with or without modifications, as long as this notice is preserved. 118 # with or without modifications, as long as this notice is preserved. 152 # with or without modifications, as long as this notice is preserved. 336 # with or without modifications, as long as this notice is preserved. 416 # with or without modifications, as long as this notice is preserved. 552 # with or without modifications, as long as this notice is preserved. 573 # with or without modifications, as long as this notice is preserved. 596 # with or without modifications, as long as this notice is preserved. [all …]
|