/external/llvm-project/llvm/test/CodeGen/MIR/AMDGPU/ |
D | machine-function-info-no-ir.mir | 1 …gcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o - | FileCheck -check-prefixes=FULL,ALL %s 7 # FULL: machineFunctionInfo: 8 # FULL-NEXT: explicitKernArgSize: 128 9 # FULL-NEXT: maxKernArgAlign: 64 10 # FULL-NEXT: ldsSize: 2048 11 # FULL-NEXT: dynLDSAlign: 1 12 # FULL-NEXT: isEntryFunction: true 13 # FULL-NEXT: noSignedZerosFPMath: false 14 # FULL-NEXT: memoryBound: true 15 # FULL-NEXT: waveLimiter: true [all …]
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | fullfp16-neon-neg.s | 8 @ CHECK: instruction requires: {{full half-float|NEON}} 9 @ CHECK: instruction requires: {{full half-float|NEON}} 13 @ CHECK: instruction requires: {{full half-float|NEON}} 14 @ CHECK: instruction requires: {{full half-float|NEON}} 18 @ CHECK: instruction requires: {{full half-float|NEON}} 19 @ CHECK: instruction requires: {{full half-float|NEON}} 23 @ CHECK: instruction requires: {{full half-float|NEON}} 24 @ CHECK: instruction requires: {{full half-float|NEON}} 28 @ CHECK: instruction requires: {{full half-float|NEON}} 29 @ CHECK: instruction requires: {{full half-float|NEON}} [all …]
|
D | fullfp16-neg.s | 5 @ CHECK: instruction requires: full half-float 8 @ CHECK: instruction requires: full half-float 11 @ CHECK: instruction requires: full half-float 14 @ CHECK: instruction requires: full half-float 17 @ CHECK: instruction requires: full half-float 20 @ CHECK: instruction requires: full half-float 23 @ CHECK: instruction requires: full half-float 26 @ CHECK: instruction requires: full half-float 29 @ CHECK: instruction requires: full half-float 32 @ CHECK: instruction requires: full half-float [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | complete_unroll_profitability_with_assume.ll | 2 ; RUN: opt -S < %s -loop-unroll -unroll-threshold=42 | FileCheck %s --check-prefix=ANALYZE-FULL 5 ; prohibiting the analysis of full unroll profitability in case the cost of the 13 ; RUN: -unroll-peel-max-count=0 | FileCheck %s --check-prefix=DONT-ANALYZE-FULL 19 ; ANALYZE-FULL-LABEL: @foo( 20 ; ANALYZE-FULL-NEXT: entry: 21 ; ANALYZE-FULL-NEXT: br label [[FOR_BODY:%.*]] 22 ; ANALYZE-FULL: for.body: 23 ; ANALYZE-FULL-NEXT: br i1 true, label [[DO_STORE:%.*]], label [[FOR_NEXT:%.*]] 24 ; ANALYZE-FULL: do_store: 25 ; ANALYZE-FULL-NEXT: store i32 0, i32* [[A:%.*]], align 4 [all …]
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk6-gc.txt | 2 [Full GC 384K->288K(62848K), 0.0054550 secs] 4 [Full GC 288K->288K(62848K), 0.0049580 secs] 6 [Full GC 288K->288K(62848K), 0.0048240 secs] 8 [Full GC 288K->288K(62848K), 0.0063250 secs] 10 [Full GC 288K->288K(62848K), 0.0048210 secs] 12 [Full GC 288K->288K(62848K), 0.0049430 secs] 14 [Full GC 288K->288K(62848K), 0.0047700 secs] 16 [Full GC 288K->288K(62848K), 0.0047090 secs] 18 [Full GC 288K->288K(62848K), 0.0047220 secs] 20 [Full GC 288K->288K(62848K), 0.0047330 secs] [all …]
|
D | jdk7-gc.txt | 2 2013-02-11T20:15:26.708-0600: 0.099: [Full GC 576K->486K(62848K), 0.0044860 secs] 4 2013-02-11T20:15:26.713-0600: 0.105: [Full GC 486K->486K(62848K), 0.0039840 secs] 6 2013-02-11T20:15:26.718-0600: 0.110: [Full GC 486K->486K(62848K), 0.0038350 secs] 8 2013-02-11T20:15:26.723-0600: 0.114: [Full GC 486K->486K(62848K), 0.0045480 secs] 10 2013-02-11T20:15:26.728-0600: 0.119: [Full GC 486K->486K(62848K), 0.0036570 secs] 12 2013-02-11T20:15:26.732-0600: 0.123: [Full GC 486K->486K(62848K), 0.0036650 secs] 14 2013-02-11T20:15:26.736-0600: 0.128: [Full GC 486K->486K(62848K), 0.0035990 secs] 16 2013-02-11T20:15:26.740-0600: 0.132: [Full GC 486K->486K(62848K), 0.0038150 secs] 18 2013-02-11T20:15:26.745-0600: 0.136: [Full GC 486K->486K(62848K), 0.0036000 secs] 20 2013-02-11T20:15:26.749-0600: 0.140: [Full GC 486K->486K(62848K), 0.0035820 secs] [all …]
|
/external/llvm-project/polly/test/ScopInfo/ |
D | full-function.ll | 1 ; RUN: opt %loadPolly -polly-scops -analyze -polly-detect-full-functions < %s \ 2 ; RUN: | FileCheck %s -check-prefix=FULL 4 ; RUN: | FileCheck %s -check-prefix=WITHOUT-FULL 6 ; FULL: Region: %bb---FunctionExit 7 ; FULL: Statements { 8 ; FULL-NEXT: Stmt_loop_1 9 ; FULL-NEXT: Domain := 10 ; FULL-NEXT: [p] -> { Stmt_loop_1[i0] : p = 42 and 0 <= i0 <= 1025 }; 11 ; FULL-NEXT: Schedule := 12 ; FULL-NEXT: [p] -> { Stmt_loop_1[i0] -> [1, i0] }; [all …]
|
/external/llvm-project/llvm/test/tools/llvm-cov/ |
D | showLineExecutionCounts-lcov.test | 1 // FULL: SF:{{.*}}showLineExecutionCounts.cpp 2 // FULL: FN:6,main 3 // FULL: FNDA:161,main 4 // FULL: FNF:1 5 // FULL: FNH:1 6 int main() { // FULL: DA:[[@LINE]],161 7 int x = 0; // FULL: DA:[[@LINE]],161 8 // FULL: DA:[[@LINE]],161 9 if (x) { // FULL: DA:[[@LINE]],161 10 x = 0; // FULL: DA:[[@LINE]],0 [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | fp16-args.ll | 4 …-abi soft -mattr=+fullfp16 < %s | FileCheck %s --check-prefix=FULL-SOFT --check-prefix=FULL-SOFT-LE 5 …-abi hard -mattr=+fullfp16 < %s | FileCheck %s --check-prefix=FULL-HARD --check-prefix=FULL-HARD-LE 8 …-abi soft -mattr=+fullfp16 < %s | FileCheck %s --check-prefix=FULL-SOFT --check-prefix=FULL-SOFT-BE 9 …-abi hard -mattr=+fullfp16 < %s | FileCheck %s --check-prefix=FULL-HARD --check-prefix=FULL-HARD-BE 31 ; FULL-SOFT-LABEL: foo: 32 ; FULL-SOFT: @ %bb.0: @ %entry 33 ; FULL-SOFT-NEXT: vmov.f16 s0, r1 34 ; FULL-SOFT-NEXT: vmov.f16 s2, r0 35 ; FULL-SOFT-NEXT: vadd.f16 s0, s2, s0 36 ; FULL-SOFT-NEXT: vmov r0, s0 [all …]
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | pr46786.ll | 13 ; CHECK-NEXT: --> (%arg2 + %arg) U: full-set S: full-set 15 ; CHECK-NEXT: --> (-1 * %arg1) U: full-set S: full-set 17 ; CHECK-NEXT: --> ((-1 * %arg1) + %arg2 + %arg) U: full-set S: full-set 19 …T: --> ((-1 * %arg) + (((-1 * %arg1) + %arg2 + %arg) umin %arg) + %arg1) U: full-set S: full-set 21 …* (((-1 * %arg1) + %arg2 + %arg) umin %arg)) + (-1 * %arg1) + %arg3 + %arg) U: full-set S: full-set 23 … + (-1 * (((-1 * %arg1) + %arg2 + %arg) umin %arg)) + (-1 * %arg1) + %arg3) U: full-set S: full-set 41 ; CHECK-NEXT: --> (2 + %p) U: full-set S: full-set 43 ; CHECK-NEXT: --> (1 + %p) U: full-set S: full-set 45 ; CHECK-NEXT: --> ((-1 * %p) + ((1 + %p) umax (2 + %p))) U: full-set S: full-set 47 ; CHECK-NEXT: --> ((-1 * ((1 + %p) umax (2 + %p))) + %p) U: full-set S: full-set [all …]
|
D | extract-lowbits-variablemask.ll | 12 ; CHECK-NEXT: --> (%val * %num) U: full-set S: full-set 14 ; CHECK-NEXT: --> ((%val * %num) /u %num) U: full-set S: full-set 32 ; CHECK-NEXT: --> %onebit U: full-set S: full-set 34 ; CHECK-NEXT: --> (-1 + %onebit) U: full-set S: full-set 36 ; CHECK-NEXT: --> %masked U: full-set S: full-set 49 ; CHECK-NEXT: --> %notmask U: full-set S: full-set 51 ; CHECK-NEXT: --> (-1 + (-1 * %notmask)) U: full-set S: full-set 53 ; CHECK-NEXT: --> %masked U: full-set S: full-set 66 ; CHECK-NEXT: --> (32 + (-1 * %numlowbits)) U: full-set S: full-set 68 ; CHECK-NEXT: --> %mask U: full-set S: full-set [all …]
|
D | ptrtoint.ll | 19 ; X64-NEXT: --> (ptrtoint i8* %in to i64) U: full-set S: full-set 21 ; X64-NEXT: --> (trunc i64 (ptrtoint i8* %in to i64) to i32) U: full-set S: full-set 23 ; X64-NEXT: --> (trunc i64 (ptrtoint i8* %in to i64) to i16) U: full-set S: full-set 33 ; X32-NEXT: --> (ptrtoint i8* %in to i32) U: full-set S: full-set 35 ; X32-NEXT: --> (trunc i32 (ptrtoint i8* %in to i32) to i16) U: full-set S: full-set 56 ; X64-NEXT: --> (ptrtoint i8 addrspace(1)* %in to i64) U: full-set S: full-set 58 ; X64-NEXT: --> (trunc i64 (ptrtoint i8 addrspace(1)* %in to i64) to i32) U: full-set S: full-set 60 ; X64-NEXT: --> (trunc i64 (ptrtoint i8 addrspace(1)* %in to i64) to i16) U: full-set S: full-set 70 ; X32-NEXT: --> (ptrtoint i8 addrspace(1)* %in to i32) U: full-set S: full-set 72 ; X32-NEXT: --> (trunc i32 (ptrtoint i8 addrspace(1)* %in to i32) to i16) U: full-set S: full-set [all …]
|
D | huge_expression_limit.ll | 9 ; CHECK-NEXT: --> (%a + %b) U: full-set S: full-set 11 ; CHECK-NEXT: --> ((%a + %b) + %c) U: full-set S: full-set 13 ; CHECK-NEXT: --> (((%a + %b) + %c) + %d) U: full-set S: full-set 15 ; CHECK-NEXT: --> ((((%a + %b) + %c) + %d) + %e) U: full-set S: full-set 17 ; CHECK-NEXT: --> (((((%a + %b) + %c) + %d) + %e) + %f) U: full-set S: full-set 19 ; CHECK-NEXT: --> (%a * %b) U: full-set S: full-set 21 ; CHECK-NEXT: --> ((%a * %b) * %c) U: full-set S: full-set 23 ; CHECK-NEXT: --> (((%a * %b) * %c) * %d) U: full-set S: full-set 25 ; CHECK-NEXT: --> ((((%a * %b) * %c) * %d) * %e) U: full-set S: full-set 27 ; CHECK-NEXT: --> (((((%a * %b) * %c) * %d) * %e) * %f) U: full-set S: full-set
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 21 static ConstantRange Full; member in __anon10950d6f0111::ConstantRangeTest 28 ConstantRange ConstantRangeTest::Full(16); member in __anon10950d6f0111::ConstantRangeTest 35 EXPECT_TRUE(Full.isFullSet()); in TEST_F() 36 EXPECT_FALSE(Full.isEmptySet()); in TEST_F() 37 EXPECT_TRUE(Full.inverse().isEmptySet()); in TEST_F() 38 EXPECT_FALSE(Full.isWrappedSet()); in TEST_F() 39 EXPECT_TRUE(Full.contains(APInt(16, 0x0))); in TEST_F() 40 EXPECT_TRUE(Full.contains(APInt(16, 0x9))); in TEST_F() 41 EXPECT_TRUE(Full.contains(APInt(16, 0xa))); in TEST_F() 42 EXPECT_TRUE(Full.contains(APInt(16, 0xaa9))); in TEST_F() [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | ThumbnailRequestCoordinator.java | 5 * the full size version of the image at the same time. 8 private Request full; field in ThumbnailRequestCoordinator 20 public void setRequests(Request full, Request thumb) { in setRequests() argument 21 this.full = full; in setRequests() 28 * full size image has not yet completed. 34 return parentCanSetImage() && (request.equals(full) || !full.isResourceSet()); in canSetImage() 42 … if the request is the request loading the fullsize image and if neither the full nor the thumbnail 49 return parentCanNotifyStatusChanged() && request.equals(full) && !isAnyResourceSet(); in canNotifyStatusChanged() 66 * Starts first the thumb request and then the full request. 73 if (!full.isRunning()) { in begin() [all …]
|
/external/rust/crates/syn/src/gen/ |
D | eq.rs | 4 #[cfg(any(feature = "derive", feature = "full"))] 7 #[cfg(any(feature = "derive", feature = "full"))] 10 #[cfg(any(feature = "derive", feature = "full"))] 17 #[cfg(any(feature = "derive", feature = "full"))] 20 #[cfg(any(feature = "derive", feature = "full"))] 27 #[cfg(feature = "full")] 30 #[cfg(feature = "full")] 41 #[cfg(any(feature = "derive", feature = "full"))] 44 #[cfg(any(feature = "derive", feature = "full"))] 55 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
D | visit.rs | 5 #[cfg(any(feature = "full", feature = "derive"))] 7 #[cfg(any(feature = "full", feature = "derive"))] 11 #[cfg(feature = "full")] 12 macro_rules! full { macro 17 #[cfg(all(feature = "derive", not(feature = "full")))] 18 macro_rules! full { macro 34 #[cfg(any(feature = "derive", feature = "full"))] 38 #[cfg(any(feature = "derive", feature = "full"))] 42 #[cfg(feature = "full")] 46 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
D | visit_mut.rs | 5 #[cfg(any(feature = "full", feature = "derive"))] 7 #[cfg(any(feature = "full", feature = "derive"))] 11 #[cfg(feature = "full")] 12 macro_rules! full { macro 17 #[cfg(all(feature = "derive", not(feature = "full")))] 18 macro_rules! full { macro 35 #[cfg(any(feature = "derive", feature = "full"))] 39 #[cfg(any(feature = "derive", feature = "full"))] 46 #[cfg(feature = "full")] 50 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
D | fold.rs | 6 #[cfg(any(feature = "full", feature = "derive"))] 8 #[cfg(any(feature = "full", feature = "derive"))] 12 #[cfg(feature = "full")] 13 macro_rules! full { macro 18 #[cfg(all(feature = "derive", not(feature = "full")))] 19 macro_rules! full { macro 32 #[cfg(any(feature = "derive", feature = "full"))] 36 #[cfg(any(feature = "derive", feature = "full"))] 43 #[cfg(feature = "full")] 47 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
/external/llvm-project/mlir/test/Dialect/Affine/ |
D | unroll.mlir | 1 …-unregistered-dialect %s -affine-loop-unroll="unroll-full" | FileCheck %s --check-prefix UNROLL-FU… 2 // RUN: mlir-opt -allow-unregistered-dialect %s -affine-loop-unroll="unroll-full unroll-full-thresh… 6 // UNROLL-FULL-DAG: [[$MAP0:#map[0-9]+]] = affine_map<(d0) -> (d0 + 1)> 7 // UNROLL-FULL-DAG: [[$MAP1:#map[0-9]+]] = affine_map<(d0) -> (d0 + 2)> 8 // UNROLL-FULL-DAG: [[$MAP2:#map[0-9]+]] = affine_map<(d0) -> (d0 + 3)> 9 // UNROLL-FULL-DAG: [[$MAP3:#map[0-9]+]] = affine_map<(d0) -> (d0 + 4)> 10 // UNROLL-FULL-DAG: [[$MAP4:#map[0-9]+]] = affine_map<(d0, d1) -> (d0 + 1)> 11 // UNROLL-FULL-DAG: [[$MAP5:#map[0-9]+]] = affine_map<(d0, d1) -> (d0 + 3)> 12 // UNROLL-FULL-DAG: [[$MAP6:#map[0-9]+]] = affine_map<(d0)[s0] -> (d0 + s0 + 1)> 26 // UNROLL-FULL-LABEL: func @loop_nest_simplest() { [all …]
|
/external/llvm-project/llvm/test/FileCheck/ |
D | dump-input-filter.txt | 118 ; ANNOTATION-FULL: <<<<<< 119 ; ANNOTATION-FULL-NEXT: 1: start 120 ; ANNOTATION-FULL-NEXT: check:1 ^~~~~ 121 ; ANNOTATION-FULL-NEXT: 2: foo0 122 ; ANNOTATION-FULL-NEXT: 3: foo1 123 ; ANNOTATION-FULL-NEXT: . 124 ; ANNOTATION-FULL-NEXT: . 125 ; ANNOTATION-FULL-NEXT: . 126 ; ANNOTATION-FULL-NEXT: 10: foo8 127 ; ANNOTATION-FULL-NEXT: 11: foo9 [all …]
|
/external/clang/test/Preprocessor/ |
D | arm-target-features.c | 1 // RUN: %clang -target armv8a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch… 12 // RUN: %clang -target armv7a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch… 21 …_64-apple-macosx10.10 -arch armv7s -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… 30 // RUN: %clang -target armv8a -mfloat-abi=hard -x c -E -dM %s | FileCheck -match-full-lines --check… 42 … armv8a -mfloat-abi=hard -mfpu=fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefi… 47 …8a -mfloat-abi=hard -mfpu=neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefi… 48 …oat-abi=hard -mfpu=crypto-neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefi… 53 // RUN: %clang -target armv8a -mnocrc -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=C… 58 // RUN: %clang -target armv8 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=V8 %s 59 // RUN: %clang -target armv8 -mthumb -x c -E -dM %s -o - | FileCheck -match-full-lines --check-pref… [all …]
|
/external/llvm-project/clang/test/Preprocessor/ |
D | arm-target-features.c | 1 // RUN: %clang -target armv8a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch… 14 // RUN: %clang -target armv8a-none-linux-gnueabi -x c -E -dM %s -o - | FileCheck -match-full-lines … 15 // RUN: %clang -target armv8a-none-linux-gnueabihf -x c -E -dM %s -o - | FileCheck -match-full-line… 27 …bi -march=armv8.2-a+nofp16fml+fp16 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… 28 …bi -march=armv8.2-a+nofp16+fp16fml -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… 29 …bi -march=armv8.2-a+fp16+nofp16fml -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… 30 …nux-gnueabi -march=armv8-a+fp16fml -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… 31 …-linux-gnueabi -march=armv8-a+fp16 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… 32 …bi -march=armv8.4-a+nofp16fml+fp16 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… 33 …bi -march=armv8.4-a+nofp16+fp16fml -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefi… [all …]
|
D | x86_target_features.c | 1 …nknown-unknown -march=core2 -msse4 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 12 …wn -march=core2 -msse4.1 -mno-sse4 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 16 …nown -march=core2 -msse4 -mno-sse2 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 27 …6-unknown-unknown -march=pentium-m -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 38 …wn -march=pentium-m -mno-sse -mavx -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 50 …wn -march=pentium-m -mxop -mno-avx -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 62 …nown-unknown -march=atom -mavx512f -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 76 …own-unknown -march=atom -mavx512cd -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 91 …own-unknown -march=atom -mavx512er -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… 106 …own-unknown -march=atom -mavx512pf -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefi… [all …]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | file-header-os-abi.test | 5 # RUN: llvm-readobj --file-headers %t.osabi.none | FileCheck %s --match-full-lines --check-prefix=O… 6 # RUN: llvm-readelf --file-headers %t.osabi.none | FileCheck %s --match-full-lines --check-prefix=O… 21 # RUN: llvm-readobj --file-headers %t.osabi.hpux | FileCheck %s --match-full-lines --check-prefix=O… 22 # RUN: llvm-readelf --file-headers %t.osabi.hpux | FileCheck %s --match-full-lines --check-prefix=O… 29 # RUN: llvm-readobj --file-headers %t.osabi.netbsd | FileCheck %s --match-full-lines --check-prefix… 30 # RUN: llvm-readelf --file-headers %t.osabi.netbsd | FileCheck %s --match-full-lines --check-prefix… 37 # RUN: llvm-readobj --file-headers %t.osabi.linux | FileCheck %s --match-full-lines --check-prefix=… 38 # RUN: llvm-readelf --file-headers %t.osabi.linux | FileCheck %s --match-full-lines --check-prefix=… 45 # RUN: llvm-readobj --file-headers %t.osabi.hurd | FileCheck %s --match-full-lines --check-prefix=O… 46 # RUN: llvm-readelf --file-headers %t.osabi.hurd | FileCheck %s --match-full-lines --check-prefix=O… [all …]
|