/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | prefer-avx256-trunc.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+prefer-256-bit | FileCheck %s --c… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,-prefer-256-bit | FileCheck %s --c… 4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+prefer-256-bit | FileCheck %s --ch… 5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,-prefer-256-bit | FileCheck %s --ch… 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,+prefer-256-bit | FileCheck %s --c… 7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,-prefer-256-bit | FileCheck %s --c… 8 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,+avx512vl,+prefer-256-bit | FileCh… 9 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,+avx512vl,-prefer-256-bit | FileCh…
|
D | prefer-avx256-wide-mul.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512bw,+prefer-256-bit | FileCh… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512bw,-prefer-256-bit | FileCh… 4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,+prefer-256-bit | FileCheck %s --c… 5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,-prefer-256-bit | FileCheck %s --c…
|
D | prefer-avx256-mask-shuffle.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+prefer-256-bit | FileCheck %s --c… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,-prefer-256-bit | FileCheck %s --c… 4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,+avx512vl,+prefer-256-bit | FileCh… 5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,+avx512vl,-prefer-256-bit | FileCh… 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+prefer-256-bit | FileCheck %s --ch… 7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,-prefer-256-bit | FileCheck %s --ch… 8 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,+prefer-256-bit | FileCheck %s --c… 9 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw,-prefer-256-bit | FileCheck %s --c…
|
D | prefer-avx256-popcnt.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512vpopcntdq,+prefer-256-bit |… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512vpopcntdq,-prefer-256-bit |… 4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vpopcntdq,+prefer-256-bit | … 5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vpopcntdq,-prefer-256-bit | …
|
D | prefer-avx256-lzcnt.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512cd,+prefer-256-bit | FileCh… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512cd,-prefer-256-bit | FileCh… 4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512cd,+prefer-256-bit | FileChe… 5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512cd,-prefer-256-bit | FileChe…
|
/external/u-boot/doc/DocBook/ |
D | Makefile | 22 PDF_METHOD = $(prefer-db2x) 23 PS_METHOD = $(prefer-db2x) 96 prefer-db2x = db2x 99 prefer-db2x = $(use-xmlto) 103 prefer-xmlto = xmlto 106 prefer-xmlto = $(use-db2x)
|
/external/grpc-grpc-java/core/ |
D | build.gradle | 11 // prefer 3.0.0 from libraries instead of 3.0.1 13 // prefer 20.0 from libraries instead of 19.0 19 // prefer 3.0.0 from libraries instead of 3.0.1 23 // prefer 20.0 from libraries instead of 19.0
|
/external/libxml2/ |
D | catalog.c | 142 xmlCatalogPrefer prefer; member 170 xmlCatalogPrefer prefer; member 275 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer, in xmlNewCatalogEntry() argument 310 ret->prefer = prefer; in xmlNewCatalogEntry() 415 xmlCreateNewCatalog(xmlCatalogType type, xmlCatalogPrefer prefer) { in xmlCreateNewCatalog() argument 427 ret->prefer = prefer; in xmlCreateNewCatalog() 581 switch (cur->prefer) { in xmlDumpXMLCatalogNode() 1087 xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename); 1089 xmlParseXMLCatalogNodeList(xmlNodePtr cur, xmlCatalogPrefer prefer, 1150 const xmlChar *uriAttrName, xmlCatalogPrefer prefer, in xmlParseXMLCatalogOneNode() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-movi.ll | 126 ; FIXME: prefer "mov x0, #-16639; lsl x0, x0, #24" 137 ; FIXME: prefer "mov w0, #-63; movk x0, #17, lsl #32" 327 ; FIXME: prefer "mov x0, #2147483646; orr x0, x0, #36028659580010496" 356 ; FIXME: prefer "mov x0, #72340172838076673; and x0, x0, #2199023255296" 367 ; FIXME: prefer "mov w0, #-1431655766; movk x0, #9, lsl #32" 378 ; FIXME: prefer "mov w0, #-13690; orr x0, x0, #0x1111111111111111" 389 ; FIXME: prefer "mov w0, #-305397761; eor x0, x0, #0x3333333333333333" 400 ; FIXME: prefer "mov x0, #536866816; orr x0, x0, #0x3fff800000000000" 411 ; FIXME: prefer "mov x0, #558551907040256; orr x0, x0, #0x1000100010001000" 422 ; FIXME: prefer "mov x0, #281479271743489; orr x0, x0, #0x1000100010001000" [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/ |
D | avx512.ll | 2 ; RUN: opt -mattr=+avx512vl,+prefer-256-bit --loop-vectorize -S < %s | llc -mattr=+avx512f | FileCh… 44 ; Verify that the "prefer-vector-width=256" attribute prevents the use of 512-bit 55 define void @g(i32* %a, i32 %n) "prefer-vector-width"="256" { 79 ; Verify that the "prefer-vector-width=512" attribute override the subtarget 90 define void @h(i32* %a, i32 %n) "prefer-vector-width"="512" {
|
/external/google-styleguide/docguide/ |
D | style.md | 34 1. [Prefer lists to tables](#prefer-lists-to-tables) 35 1. [Strongly prefer Markdown to HTML](#strongly-prefer-markdown-to-html) 168 However, if the list is small and you don't anticipate changing it, prefer fully 354 Use images sparingly, and prefer simple screenshots. This guide is designed 370 …lyReallyReallyReallyLongQuery), Soft, Sweet | Contrary to popular belief, most apes prefer mangoes. 395 Contrary to popular belief, most apes prefer mangoes. 408 ## Strongly prefer Markdown to HTML 410 Please prefer standard Markdown syntax wherever possible and avoid HTML hacks. 412 need it. Except for [big tables](#prefer-lists-to-tables), Markdown meets almost
|
/external/grpc-grpc-java/alts/ |
D | build.gradle | 30 // prefer 3.0.0 from libraries instead of 1.3.9 32 // prefer 20.0 from libraries instead of 19.0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | gep-sext.ll | 7 ; We prefer to canonicalize the machine width gep indices early 28 ; If we can use a zext, we prefer that. This requires
|
/external/llvm/test/Transforms/InstCombine/ |
D | gep-sext.ll | 7 ; We prefer to canonicalize the machine width gep indices early 28 ; If we can use a zext, we prefer that. This requires
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-const-05.ll | 69 ; Check the next word up, which is out of range. We prefer STY in that case. 80 ; Check negative displacements, for which we again prefer STY.
|
D | int-const-06.ll | 69 ; Check the next doubleword up, which is out of range. We prefer STG 81 ; Check negative displacements, for which we again prefer STG.
|
D | int-const-04.ll | 78 ; Check the next halfword up, which is out of range. We prefer STHY 90 ; Check negative displacements, for which we again prefer STHY.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | lsr-insns-2.ll | 6 ; For x86 LSR should prefer complicated address to new lsr induction 21 ; LSR should prefer complicated address to additonal add instructions.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-05.ll | 69 ; Check the next word up, which is out of range. We prefer STY in that case. 80 ; Check negative displacements, for which we again prefer STY.
|
D | int-const-06.ll | 69 ; Check the next doubleword up, which is out of range. We prefer STG 81 ; Check negative displacements, for which we again prefer STG.
|
D | int-const-04.ll | 78 ; Check the next halfword up, which is out of range. We prefer STHY 90 ; Check negative displacements, for which we again prefer STHY.
|
/external/libchrome/libchrome_tools/patch/ |
D | compiler_specific.patch | 1 # In Android, prefer Android's libbase definitions for LIKELY/UNLIKELY macros.
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | nested_member_import_noncanon.test | 15 // non-canonical static member import, we'd prefer `p.Super.Y`
|
/external/markdown/tests/misc/ |
D | br.txt | 7 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
|
/external/libpng/contrib/pngminim/encoder/ |
D | README | 9 If you prefer to use the shared libraries, go to contrib/pngminus
|