| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | opt-bisect-new-pass-manager.ll | 13 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS 23 ; RUN: | FileCheck %s --check-prefix=CHECK-REQUIRED-PASS 24 ; CHECK-REQUIRED-PASS-NOT: BISECT: {{.*}} VerifierPass 25 ; CHECK-REQUIRED-PASS: Running pass: VerifierPass 27 ; CHECK-REQUIRED-PASS-NOT: BISECT: {{.*}} VerifierPass 28 ; CHECK-REQUIRED-PASS: Running pass: VerifierPass 33 ; CHECK-LIMIT-REQUIRED-PASS-NOT: BISECT: {{.*}} VerifierPass 34 ; CHECK-LIMIT-REQUIRED-PASS: Running pass: VerifierPass 37 ; CHECK-LIMIT-REQUIRED-PASS: Running pass: VerifierPass 57 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS [all …]
|
| H A D | time-passes.ll | 37 ; TIME-PER-PASS-DAG: InstCombinePass 38 ; TIME-PER-PASS-DAG: LICMPass 39 ; TIME-PER-PASS-DAG: LCSSAPass 40 ; TIME-PER-PASS-DAG: LoopSimplifyPass 42 ; TIME-PER-PASS-DAG: LoopAnalysis 43 ; TIME-PER-PASS-DAG: VerifierPass 46 ; TIME-PER-PASS-NOT: InstCombinePass # 47 ; TIME-PER-PASS-NOT: LICMPass # 48 ; TIME-PER-PASS-NOT: LCSSAPass # 51 ; TIME-PER-PASS-NOT: LoopAnalysis # [all …]
|
| H A D | new-pass-manager.ll | 10 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS 11 ; CHECK-MODULE-PASS: Running pass: NoOpModulePass 15 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS 18 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS 25 ; CHECK-CGSCC-PASS-NEXT: Running pass: NoOpCGSCCPass 29 ; RUN: | FileCheck %s --check-prefix=CHECK-FUNCTION-PASS 32 ; RUN: | FileCheck %s --check-prefix=CHECK-FUNCTION-PASS 35 ; CHECK-FUNCTION-PASS-NEXT: Running pass: NoOpFunctionPass 305 ; CHECK-REPEAT-MODULE-PASS: Running pass: RepeatedPass 345 ; CHECK-REPEAT-LOOP-PASS-NEXT: Running pass: LCSSAPass [all …]
|
| H A D | optimization-remarks-auto.ll | 9 ; RUN: FileCheck %s -check-prefix=YAML-PASS < %t.yaml 17 ; RUN: FileCheck %s -check-prefix=YAML-PASS < %t.hot.yaml 25 ; YAML-PASS: --- !Passed 26 ; YAML-PASS-NEXT: Pass: inline 27 ; YAML-PASS-NEXT: Name: Inlined 28 ; YAML-PASS-NEXT: Function: caller1 29 ; YAML-PASS-NEXT: Hotness: 400
|
| H A D | pass-pipeline-parsing.ll | 195 ; RUN: | FileCheck %s --check-prefix=CHECK-PIPELINE-ON-MODULE-PASS 196 ; CHECK-PIPELINE-ON-MODULE-PASS: invalid use of 'no-op-module' pass as module pipeline 200 ; RUN: | FileCheck %s --check-prefix=CHECK-PIPELINE-ON-CGSCC-PASS 201 ; CHECK-PIPELINE-ON-CGSCC-PASS: invalid use of 'no-op-cgscc' pass as cgscc pipeline 205 ; RUN: | FileCheck %s --check-prefix=CHECK-PIPELINE-ON-FUNCTION-PASS 206 ; CHECK-PIPELINE-ON-FUNCTION-PASS: invalid use of 'no-op-function' pass as function pipeline 210 ; RUN: | FileCheck %s --check-prefix=CHECK-PIPELINE-ON-LOOP-PASS 211 ; CHECK-PIPELINE-ON-LOOP-PASS: invalid use of 'no-op-loop' pass as loop pipeline 215 ; RUN: | FileCheck %s --check-prefix=CHECK-EMPTY-PIPELINE-ON-PASS 216 ; CHECK-EMPTY-PIPELINE-ON-PASS: invalid use of 'no-op-function' pass as function pipeline
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | debugify-each.ll | 2 ; RUN: FileCheck %s -input-file=%t -check-prefix=MODULE-PASS 54 ; MODULE-PASS: CheckModuleDebugify [{{.*}}] 55 ; MODULE-PASS: CheckModuleDebugify [{{.*}}] 57 ; FUNCTION-PASS: CheckFunctionDebugify [{{.*}}] 58 ; FUNCTION-PASS: CheckFunctionDebugify [{{.*}}] 59 ; FUNCTION-PASS: CheckFunctionDebugify [{{.*}}] 60 ; FUNCTION-PASS: CheckFunctionDebugify [{{.*}}] 62 ; MODULE-PASS-ONE: CheckModuleDebugify [{{.*}}] 63 ; MODULE-PASS-ONE-NOT: CheckModuleDebugify [{{.*}}] 65 ; FUNCTION-PASS-ONE: CheckFunctionDebugify [{{.*}}] [all …]
|
| H A D | debugify.ll | 22 ; RUN: opt -enable-debugify -S -o - < %s 2>&1 | FileCheck %s -check-prefix=PASS 100 ; CHECK-WARN: CheckModuleDebugify: PASS 102 ; PASS: CheckModuleDebugify: PASS
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | remarks-hotness.ll | 9 ; RUN: FileCheck %s -check-prefix=YAML-PASS < %t.yaml 17 ; RUN: FileCheck %s -check-prefix=YAML-PASS < %t.hot.yaml 25 ; YAML-PASS: --- !Passed 26 ; YAML-PASS-NEXT: Pass: inline 27 ; YAML-PASS-NEXT: Name: Inlined 28 ; YAML-PASS-NEXT: DebugLoc: { File: remarks-hotness.cpp, Line: 10, Column: 10 } 29 ; YAML-PASS-NEXT: Function: _Z7caller1v 30 ; YAML-PASS-NEXT: Hotness: 401
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | jump-tables-collapse-rotate-remove-SrcMI.mir | 2 …u -run-pass ppc-mi-peepholes %s -o - -verify-machineinstrs | FileCheck %s --check-prefix=CHECK-PASS 52 # CHECK-PASS-NOT: %2:g8rc = RLDICL killed %1, 0, 32 53 # CHECK-PASS-NOT: %3:g8rc = RLDICR %2, 2, 61 54 # CHECK-PASS: %3:g8rc = RLDIC killed %1, 2, 30
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | indirect_call_promotion.ll | 2 …old=0 -icp-total-percent-threshold=0 -icp-max-prom=4 2>&1 | FileCheck %s --check-prefix=PASS-REMARK 5 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 6 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570 7 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func3 with count 150 out of 160 8 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func1 with count 10 out of 10
|
| H A D | thinlto_indirect_call_promotion.ll | 11 …asses=pgo-icall-prom -S -pass-remarks=pgo-icall-prom 2>&1 | FileCheck %s --check-prefix=PASS-REMARK 12 ; PASS-REMARK: Promote indirect call to a with count 1 out of 1 13 ; PASS-REMARK: Promote indirect call to c.llvm.0 with count 1 out of 1
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | objc-synchronize-nested-recursive.mm | 31 NSLog(@"PASS"); 33 // CHECK: PASS
|
| H A D | objc-synchronize-cycle.mm | 27 NSLog(@"PASS"); 29 // DISABLED: PASS
|
| H A D | objc-synchronize-cycle-tagged.mm | 38 NSLog(@"PASS"); 40 // SIX: PASS
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 37 return lit.Test.PASS, '' 114 return lit.Test.PASS, output 115 lit_results = [(passes, lit.Test.PASS),
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/ |
| H A D | runulp.sh | 21 PASS=0 25 $emu ./ulp -r $r -e $Lt $flags "$@" && PASS=$((PASS+1)) || FAIL=$((FAIL+1)) 293 echo "FAILED $FAIL PASSED $PASS"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/MIRDebugify/ |
| H A D | check-line-and-variables.ll | 28 ;CHECK: Machine IR debug info check: PASS 29 ;CHECK: Machine IR debug info check: PASS
|
| H A D | check-line-and-variables.mir | 3 …gnu -run-pass=mir-debugify,mir-check-debugify -o - %s 2>&1 | FileCheck %s --check-prefix=CHECK-PASS 69 ;CHECK-PASS: Machine IR debug info check: PASS
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | implicit-check-not.txt | 1 ; RUN: sed 's#^;.*##' %s | FileCheck -check-prefix=CHECK-PASS -implicit-check-not=warning: %s 23 ; CHECK-PASS: warning: aaa 37 ; CHECK-PASS: warning: bbb 48 ; CHECK-PASS: warning: ccc
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/ |
| H A D | analysis-epsilons.test | 8 …istency-epsilon=100 -analysis-numpoints=1 | FileCheck -check-prefixes=CHECK-INCONSISTENCIES-PASS %s 9 …istency-epsilon=100 -analysis-numpoints=1 | FileCheck -check-prefixes=CHECK-INCONSISTENCIES-PASS %s 27 # CHECK-INCONSISTENCIES-PASS-NOT: contains instructions whose performance characteristics do not ma…
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2008-07-17-no-emit-on-error.c | 11 #ifndef PASS
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | googlebenchmark.py | 100 return lit.Test.PASS, '' 121 return lit.Test.PASS, err + out
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/xunit-output/ |
| H A D | pass.ini | 2 result_code = PASS
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/test-data/ |
| H A D | metrics.ini | 2 result_code = PASS
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | base.py | 107 return lit.Test.PASS,'' 131 return lit.Test.PASS, ''
|