/external/llvm-project/llvm/test/tools/llvm-ar/ |
D | extract.test | 4 # RUN: rm -rf %t && mkdir -p %t/extracted/ 15 # RUN: cd %t/extracted && llvm-ar xv %t/archive.a a.txt | FileCheck %s --check-prefix=A 16 # RUN: diff %t/a.txt %t/extracted/a.txt 20 # RUN: rm %t/extracted/a.txt 21 # RUN: cd %t/extracted && llvm-ar xv %t/archive.a | FileCheck %s --check-prefix=AB 22 # RUN: diff %t/a.txt %t/extracted/a.txt 23 # RUN: diff %t/b.txt %t/extracted/b.txt 35 # RUN: diff %t/a.txt %t/extracted/a.txt 36 # RUN: diff %t/b.txt %t/extracted/b.txt
|
D | mri-nonascii.test | 3 RUN: rm -rf %t && mkdir -p %t/extracted 16 RUN: cd %t/extracted && llvm-ar x %t/mri.ar
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | variable-signext-of-variable-high-bit-extraction.ll | 28 %extracted = lshr i64 %data, %skip_high_wide 29 call void @use64(i64 %extracted) 30 %extracted_narrow = trunc i64 %extracted to i32 64 %extracted = lshr i64 %data, %skip_high_wide 65 call void @use64(i64 %extracted) 66 %extracted_narrow = trunc i64 %extracted to i32 96 …%extracted = lshr exact i64 %data, %skip_high_wide ; We can preserve `exact`-ness of the original … 97 call void @use64(i64 %extracted) 98 %extracted_narrow = trunc i64 %extracted to i32 154 %extracted = lshr i64 %data, %skip_high [all …]
|
/external/llvm-project/clang/test/Refactor/Extract/ |
D | ObjCProperty.m | 20 // CHECK: extracted() { 24 // CHECK-NEXT: extracted(); 27 // CHECK: extracted() { 32 // CHECK-NEXT: extracted(); 39 // CHECK: the selected expression can't be extracted
|
D | ExtractionSemicolonPolicy.m | 13 // CHECK: static void extracted() { 26 // CHECK: static void extracted() { 38 // CHECK: static void extracted() { 51 // CHECK: static void extracted() {
|
/external/llvm-project/llvm/test/tools/llvm-lipo/ |
D | create-archive-input.test | 19 # RUN: llvm-lipo %t-i386-x86_64-universal.o -thin i386 -output %t-extracted-i386-lib.a 20 # RUN: cmp %t-extracted-i386-lib.a %t-i386-lib.a 21 # RUN: llvm-lipo %t-i386-x86_64-universal.o -thin x86_64 -output %t-extracted-x86_64.o 22 # RUN: cmp %t-extracted-x86_64.o %t-x86_64.o 26 # RUN: llvm-lipo %t-ir-armv7-x86_64-universal.o -thin armv7 -output %t-ir-extracted-armv7-lib.a 27 # RUN: cmp %t-ir-extracted-armv7-lib.a %t-ir-armv7-lib.a 28 # RUN: llvm-lipo %t-ir-armv7-x86_64-universal.o -thin x86_64 -output %t-ir-extracted-x86_64.o 29 # RUN: cmp %t-ir-extracted-x86_64.o %t-ir-x86_64.o
|
D | extract.test | 11 # RUN: llvm-lipo -extract i386 %t-universal.o -output %t-i386-universal-extracted.o 12 # RUN: cmp %t-i386-universal.o %t-i386-universal-extracted.o 13 # RUN: llvm-lipo -thin i386 %t-i386-universal-extracted.o -output %t-i386-thinned.o
|
D | create-default-alignment.test | 15 # RUN: llvm-lipo %t-universal-2.o -thin armv7 -output %t-armv7-extracted.o 16 # RUN: cmp %t-armv7-extracted.o %t-armv7.o
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_quarantine.h | 259 QuarantineBatch *extracted = current->next; in MergeBatches() local 261 current->merge(extracted); in MergeBatches() 262 CHECK_EQ(extracted->count, 0); in MergeBatches() 263 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); in MergeBatches() 265 list_.extract(current, extracted); in MergeBatches() 266 extracted_size += extracted->size; in MergeBatches() 268 to_deallocate->EnqueueBatch(extracted); in MergeBatches()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_control_flow.h | 139 void nir_cf_extract(nir_cf_list *extracted, nir_cursor begin, nir_cursor end); 159 nir_cf_list_extract(nir_cf_list *extracted, struct exec_list *cf_list) in nir_cf_list_extract() argument 161 nir_cf_extract(extracted, nir_before_cf_list(cf_list), in nir_cf_list_extract()
|
D | nir_control_flow.c | 676 nir_cf_extract(nir_cf_list *extracted, nir_cursor begin, nir_cursor end) in nir_cf_extract() argument 681 exec_list_make_empty(&extracted->list); in nir_cf_extract() 682 extracted->impl = NULL; /* we shouldn't need this */ in nir_cf_extract() 713 extracted->impl = nir_cf_node_get_function(&block_begin->cf_node); in nir_cf_extract() 714 exec_list_make_empty(&extracted->list); in nir_cf_extract() 717 nir_metadata_preserve(extracted->impl, nir_metadata_none); in nir_cf_extract() 726 exec_list_push_tail(&extracted->list, &cf_node->node); in nir_cf_extract()
|
/external/llvm-project/llvm/test/Transforms/CodeExtractor/ |
D | ExtractedFnEntryCount.ll | 5 ; extracted based on the root block being extracted and also 7 ; a block that is also being extracted.
|
D | LoopExtractor_alloca.ll | 4 ; 1. loop1 should be extracted into a function, without extracting %v1 alloca. 5 ; 2. loop2 should be extracted into a function, with the %v2 alloca. 8 ; the, now, external value (local to the extracted loop function).
|
/external/llvm-project/llvm/test/Transforms/AtomicExpand/SPARC/ |
D | partword.ll | 43 ; CHECK: %extracted = trunc i32 %shifted to i8 44 ; CHECK: %18 = insertvalue { i8, i1 } undef, i8 %extracted, 0 88 ; CHECK: %extracted = trunc i32 %shifted to i16 89 ; CHECK: %18 = insertvalue { i16, i1 } undef, i16 %extracted, 0 129 ; CHECK: %extracted = trunc i32 %shifted to i16 131 ; CHECK: ret i16 %extracted 178 ; CHECK: %extracted = trunc i32 %shifted to i16 179 ; CHECK: %6 = icmp sle i16 %extracted, %val 180 ; CHECK: %new = select i1 %6, i16 %extracted, i16 %val
|
/external/libpng/contrib/examples/ |
D | iccfrompng.c | 171 int extracted = 0; in main() local 179 extracted = 1; in main() 183 return extracted == 0; in main()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | cpu-arm-linux.h | 123 STRING_PIECE extracted; in cpuinfo_field_equals() local 124 return extract_cpuinfo_field(&extracted, cpuinfo, field) && in cpuinfo_field_equals() 125 STRING_PIECE_equals(&extracted, value); in cpuinfo_field_equals()
|
/external/boringssl/src/crypto/ |
D | cpu-arm-linux.h | 123 STRING_PIECE extracted; in cpuinfo_field_equals() local 124 return extract_cpuinfo_field(&extracted, cpuinfo, field) && in cpuinfo_field_equals() 125 STRING_PIECE_equals(&extracted, value); in cpuinfo_field_equals()
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/propagation/ |
D | BinaryFormatImplTest.java | 181 SpanContext extracted = in fromBinaryValue_MissingTraceOptionsOk() local 188 assertThat(extracted.isValid()).isTrue(); in fromBinaryValue_MissingTraceOptionsOk() 189 assertThat(extracted.getTraceOptions()).isEqualTo(TraceOptions.DEFAULT); in fromBinaryValue_MissingTraceOptionsOk()
|
/external/mp4parser/ |
D | NOTICE | 16 This product includes software (Base64 Encoder extracted from commons-codec) developed by 19 This product includes software (Hex Encoder extracted from commons-codec) developed by
|
/external/mp4parser/isoparser/src/main/resources/ |
D | NOTICE.txt | 16 This product includes software (Base64 Encoder extracted from commons-codec) developed by 19 This product includes software (Hex Encoder extracted from commons-codec) developed by
|
/external/llvm-project/llvm/test/Transforms/BlockExtractor/ |
D | extract-blocks-with-groups.ll | 22 ; End should have been extracted into its own function. 59 ; Check that we extracted bb14 and bb20 in their own (shared) function. 98 ; Check that we extracted the three asked basic blocks. 116 ; Check that we extracted the two asked basic blocks.
|
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
D | universal-bitcode-output.test | 31 ## Check that the files extracted from a universal output are archives: 33 # RUN: llvm-lipo %t.lib -thin armv7 -output %t-extracted-v7.a 34 # RUN: llvm-ar t %t-extracted-v7.a | \ 36 # RUN: llvm-nm --print-armap %t-extracted-v7.a | \
|
D | universal-object-output.test | 31 ## Check that the files extracted from a universal output are archives: 33 # RUN: llvm-lipo %t.lib -thin armv7 -output %t-extracted-v7.a 34 # RUN: llvm-ar t %t-extracted-v7.a | \ 36 # RUN: llvm-nm --print-armap %t-extracted-v7.a | \
|
/external/llvm/test/tools/llvm-objdump/ |
D | macho-LLVM-bundle.test | 45 # CHECK: <extracted-checksum style="sha1">a319940ff5f5248ca8b44cf7b4b65e7dd49a47ab</extracted-c…
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-extract.rst | 37 All alias matching the regular expression will be extracted. May be 66 All functions matching the regular expression will be extracted. May be 78 extracted. May be specified multiple times.
|