/external/llvm/test/FileCheck/ |
D | same.txt | 10 RUN: FileCheck --input-file=%s --check-prefix=PASS2 %s 11 PASS2: foo 12 PASS2-NOT: baz 13 PASS2-SAME: bar 14 PASS2-NEXT: baz
|
/external/llvm-project/llvm/test/FileCheck/ |
D | same.txt | 10 RUN: FileCheck --input-file=%s --check-prefix=PASS2 %s 11 PASS2: foo 12 PASS2-NOT: baz 13 PASS2-SAME: bar 14 PASS2-NEXT: baz
|
/external/llvm/test/tools/gold/X86/ |
D | resolve-to-alias.ll | 9 ; RUN: FileCheck --check-prefix=PASS2 %s < %t.ll 16 ; RUN: FileCheck --check-prefix=PASS2 %s < %t.ll 31 ; PASS2: define void @zed() { 32 ; PASS2-NEXT: ret void 33 ; PASS2-NEXT: }
|
/external/llvm-project/llvm/test/tools/gold/X86/ |
D | resolve-to-alias.ll | 9 ; RUN: FileCheck --check-prefix=PASS2 %s < %t.ll 16 ; RUN: FileCheck --check-prefix=PASS2 %s < %t.ll 33 ; PASS2: define void @zed() { 34 ; PASS2-NEXT: ret void 35 ; PASS2-NEXT: }
|
/external/llvm-project/clang/test/PCH/ |
D | chain-empty-initial-namespace.cpp | 10 #elif !defined(PASS2) 11 #define PASS2 macro
|
D | chain-openmp-threadprivate.cpp | 18 #elif !defined(PASS2) 19 #define PASS2 macro
|
D | chain-implicit-definition.cpp | 19 #elif !defined(PASS2) 20 #define PASS2 macro
|
D | chain-conversion-lookup.cpp | 12 #elif !defined(PASS2) 13 #define PASS2 macro
|
D | chain-pending-instantiations.cpp | 14 #elif !defined(PASS2) 15 #define PASS2 macro
|
D | chain-late-anonymous-namespace.cpp | 13 #elif !defined(PASS2) 14 #define PASS2 macro
|
D | chain-openmp-allocate.cpp | 29 #elif !defined(PASS2) 30 #define PASS2 macro
|
D | chain-friend-instantiation.cpp | 36 #elif !defined(PASS2) 37 #define PASS2 macro
|
/external/clang/test/PCH/ |
D | chain-empty-initial-namespace.cpp | 10 #elif !defined(PASS2) 11 #define PASS2 macro
|
D | chain-openmp-threadprivate.cpp | 18 #elif !defined(PASS2) 19 #define PASS2 macro
|
D | chain-implicit-definition.cpp | 19 #elif !defined(PASS2) 20 #define PASS2 macro
|
D | chain-conversion-lookup.cpp | 12 #elif !defined(PASS2) 13 #define PASS2 macro
|
D | chain-late-anonymous-namespace.cpp | 13 #elif !defined(PASS2) 14 #define PASS2 macro
|
D | chain-pending-instantiations.cpp | 14 #elif !defined(PASS2) 15 #define PASS2 macro
|
D | chain-friend-instantiation.cpp | 36 #elif !defined(PASS2) 37 #define PASS2 macro
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | indirect_call_promotion.ll | 6 …d=0 -icp-total-percent-threshold=20 -icp-max-prom=4 2>&1 | FileCheck %s --check-prefix=PASS2-REMARK 13 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 14 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570 15 ; PASS2-REMARK-NOT: remark: <unknown>:0:0: Promote indirect call to func3 16 ; PASS2-REMARK-NOT: remark: <unknown>:0:0: Promote indirect call to func1
|