/llvm-project/llvm/test/Other/ |
H A D | time-passes.ll | 3 ; For new pass manager, check that -time-passes-per-run emit one report for each pass run. 4 …-mssa(licm))' -time-passes-per-run 2>&1 | FileCheck %s --check-prefix=TIME --check-prefix=TIME-PER… 5 …nstcombine,loop-mssa(licm)' -time-passes-per-run 2>&1 | FileCheck %s --check-prefix=TIME --check-p… 8 …ssa(licm))' -time-passes 2>&1 | FileCheck %s --check-prefixes=TIME,TIME-PER-PASS,TIME-PER-PASS-CORO 9 …),instcombine,loop-mssa(licm)' -time-passes 2>&1 | FileCheck %s --check-prefixes=TIME,TIME-PER-PASS 20 ; TIME-PER-RUN-DAG: InstCombinePass #1 21 ; TIME-PER-RUN-DAG: InstCombinePass #2 22 ; TIME-PER-RUN-DAG: InstCombinePass #3 23 ; TIME-PER-RUN-DAG: InstCombinePass #4 24 ; TIME-PER-RUN-DAG: LICMPass #1 [all …]
|
/llvm-project/llvm/utils/lit/tests/ |
H A D | per-test-coverage.py | 1 # Test LLVM_PROFILE_FILE is set when --per-test-coverage is passed to command line. 3 # RUN: %{lit} -a -vv --per-test-coverage -Dexecute_external=False \ 4 # RUN: %{inputs}/per-test-coverage/per-test-coverage.py | \ 7 # RUN: %{lit} -a -vv --per-test-coverage -Dexecute_external=True \ 8 # RUN: %{inputs}/per-test-coverage/per-test-coverage.py | \ 11 # CHECK: {{^}}PASS: per-test-coverage :: per-test-coverage.py ({{[^)]*}}) 15 # CHECK: LLVM_PROFILE_FILE=per-test-coverage0.profraw 16 # CHECK: per-test-coverage.py 19 # CHECK: LLVM_PROFILE_FILE=per-test-coverage1.profraw 20 # CHECK: per-test-coverage.py [all …]
|
H A D | per-test-coverage-by-lit-cfg.py | 4 # RUN: %{inputs}/per-test-coverage-by-lit-cfg/per-test-coverage-by-lit-cfg.py | \ 8 # RUN: %{inputs}/per-test-coverage-by-lit-cfg/per-test-coverage-by-lit-cfg.py | \ 11 # CHECK: {{^}}PASS: per-test-coverage-by-lit-cfg :: per-test-coverage-by-lit-cfg.py ({{[^)]*}}) 15 # CHECK: LLVM_PROFILE_FILE=per-test-coverage-by-lit-cfg0.profraw 16 # CHECK: per-test-coverage-by-lit-cfg.py 19 # CHECK: LLVM_PROFILE_FILE=per-test-coverage-by-lit-cfg1.profraw 20 # CHECK: per-test-coverage-by-lit-cfg.py 23 # CHECK: LLVM_PROFILE_FILE=per-test-coverage-by-lit-cfg2.profraw 24 # CHECK: per-test-coverage-by-lit-cfg.py
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | attr-amdgpu-waves-per-eu.ll | 3 ; Exactly 1 wave per execution unit. 13 attributes #0 = {"amdgpu-waves-per-eu"="1,1" "amdgpu-flat-work-group-size"="1,64" } 15 ; Exactly 5 waves per execution unit. 25 attributes #1 = {"amdgpu-waves-per-eu"="5,5"} 27 ; Exactly 10 waves per execution unit. 37 attributes #2 = {"amdgpu-waves-per-eu"="10,10"} 39 ; At least 1 wave per execution unit. 49 attributes #3 = {"amdgpu-waves-per-eu"="1"} 51 ; At least 5 waves per execution unit. 61 attributes #4 = {"amdgpu-waves-per [all...] |
H A D | propagate-waves-per-eu.ll | 235 ; Invalid range for amdgpu-waves-per-eu 246 ; Invalid range for amdgpu-waves-per-eu 259 ; implied minimum waves-per-eu should not be 3 379 ; size on the implied waves per EU. 381 attributes #0 = { "amdgpu-flat-work-group-size"="1,64" "amdgpu-waves-per-eu"="1,8" } 382 attributes #1 = { "amdgpu-flat-work-group-size"="1,64" "amdgpu-waves-per-eu"="1,2" } 383 attributes #2 = { "amdgpu-flat-work-group-size"="1,64" "amdgpu-waves-per-eu"="1,4" } 384 attributes #3 = { "amdgpu-flat-work-group-size"="1,64" "amdgpu-waves-per-eu"="1,1" } 385 attributes #4 = { "amdgpu-flat-work-group-size"="1,64" "amdgpu-waves-per-eu"="2,8" } 386 attributes #5 = { "amdgpu-flat-work-group-size"="1,64" "amdgpu-waves-per [all...] |
H A D | annotate-existing-abi-attributes.ll |
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | lower-intrinsics-afn-mass.ll | 18 ; With afn flag specified per-function 28 ; With afn flag specified per-function 38 ; With afn flag specified per-function 48 ; With afn flag specified per-function 58 ; With afn flag specified per-function 68 ; With afn flag specified per-function 78 ; With afn flag specified per-function 88 ; With afn flag specified per-function 98 ; With afn flag specified per-function 108 ; With afn flag specified per-function [all …]
|
H A D | lower-intrinsics-fast-mass.ll | 18 ; With fast-math flag specified per-function 28 ; With fast-math flag specified per-function 38 ; With fast-math flag specified per-function 48 ; With fast-math flag specified per-function 58 ; With fast-math flag specified per-function 68 ; With fast-math flag specified per-function 78 ; With fast-math flag specified per-function 88 ; With fast-math flag specified per-function 98 ; With fast-math flag specified per-function 108 ; With fast-math flag specified per-function [all …]
|
H A D | lower-intrinsics-nofast-mass.ll | 19 ; With no fast math flag specified per-function 29 ; With no fast math flag specified per-function 39 ; With no fast math flag specified per-function 49 ; With no fast math flag specified per-function 59 ; With no fast math flag specified per-function 69 ; With no fast math flag specified per-function 79 ; With no fast math flag specified per-function 89 ; With no fast math flag specified per-function 99 ; With no fast math flag specified per-function 109 ; With no fast math flag specified per-function [all …]
|
/llvm-project/llvm/test/tools/llvm-mca/X86/ |
H A D | cpus.s | 30 # BARCELONA-NEXT: uOps Per Cycle: 0.97 35 # BDVER2-NEXT: uOps Per Cycle: 0.97 40 # BROADWELL-NEXT: uOps Per Cycle: 0.97 45 # BTVER2-NEXT: uOps Per Cycle: 0.97 50 # HASWELL-NEXT: uOps Per Cycle: 0.97 55 # ICX-NEXT: uOps Per Cycle: 0.97 60 # IVYBRIDGE-NEXT: uOps Per Cycle: 0.97 65 # KNL-NEXT: uOps Per Cycle: 0.97 70 # SANDYBRIDGE-NEXT: uOps Per Cycle: 0.97 75 # SKX-NEXT: uOps Per Cycle: 0.97 [all …]
|
H A D | uop-queue.s | 23 # BTVER2-DEC-2-NEXT: uOps Per Cycle: 2.00 68 # BTVER2-DEC-1-NEXT: uOps Per Cycle: 1.00 73 # BTVER2-UOPQ-1-NEXT: uOps Per Cycle: 1.00 78 # BTVER2-UOPQ-2-NEXT: uOps Per Cycle: 2.00 83 # HASWELL-DEC-2-NEXT: uOps Per Cycle: 2.00 88 # HASWELL-UOPQ-1-NEXT: uOps Per Cycle: 1.00 93 # HASWELL-UOPQ-2-NEXT: uOps Per Cycle: 2.00 98 # HASWELL-UOPQ-3-NEXT: uOps Per Cycle: 3.00 103 # HASWELL-UOPQ-4-NEXT: uOps Per Cycle: 3.99
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
H A D | debug_line_malformed.s | 9 .byte 1 # Maximum Operations per Instruction 50 .byte 1 # Maximum Operations per Instruction 70 .byte 1 # Maximum Operations per Instruction 96 .byte 1 # Maximum Operations per Instruction 125 .byte 1 # Maximum Operations per Instruction 158 .byte 1 # Maximum Operations per Instruction 187 .byte 1 # Maximum Operations per Instruction 208 .byte 1 # Maximum Operations per Instruction 215 .byte 1 # One element per directory entry 222 .byte 2 # 2 elements per file entry [all …]
|
/llvm-project/clang/test/Driver/ |
H A D | time-report.c | 4 // RUN: %clang -### -c -ftime-report=per-pass %s 2>&1 | FileCheck %s -check-prefix=PER-PASS 5 // RUN: %clang -### -c -ftime-report=per-pass-run %s 2>&1 | FileCheck %s -check-prefix=PER-PASS-INV… 9 // PER-PASS: "-ftime-report=per-pass" 10 // PER-PASS-INVOKE: "-ftime-report=per-pass-run"
|
/llvm-project/llvm/test/tools/llvm-exegesis/X86/latency/ |
H A D | latency-LEA64_32r.s | 1 …asured-code -opcode-name=LEA64_32r -repetition-mode=duplicate -max-configs-per-opcode=2 | FileChec… 2 …asured-code -opcode-name=LEA64_32r -repetition-mode=duplicate -max-configs-per-opcode=2 | FileChec… 4 …le-measured-code -opcode-name=LEA64_32r -repetition-mode=loop -max-configs-per-opcode=2 | FileChec… 5 …le-measured-code -opcode-name=LEA64_32r -repetition-mode=loop -max-configs-per-opcode=2 | FileChec… 7 ## Intentionally run llvm-exegesis twice per output! 8 …asured-code -opcode-name=LEA64_32r -repetition-mode=duplicate -max-configs-per-opcode=2 --benchmar… 9 …asured-code -opcode-name=LEA64_32r -repetition-mode=duplicate -max-configs-per-opcode=2 --benchmar… 12 …le-measured-code -opcode-name=LEA64_32r -repetition-mode=loop -max-configs-per-opcode=2 --benchmar… 13 …le-measured-code -opcode-name=LEA64_32r -repetition-mode=loop -max-configs-per-opcode=2 --benchmar… 32 ## Check that we empty our output file once per llvm-exegesis run. [all …]
|
/llvm-project/llvm/test/tools/llvm-xray/X86/ |
H A D | stack-multithread.yaml | 1 #RUN: llvm-xray stack --per-thread-stacks %s | FileCheck %s --check-prefix PER-THREAD 33 # PER-THREAD: Thread 123 34 # PER-THREAD: Unique Stacks: 1 35 # PER-THREAD: Top 10 Stacks by leaf sum: 36 # PER-THREAD: Sum: 100 37 # PER-THREAD: lvl function{{[[:space:]]+}}count{{[[:space:]]+}}sum 38 # PER-THREAD: #0 #1{{[[:space:]]+}}1{{[[:space:]]+}}674 39 # PER-THREAD: #1 #2{{[[:space:]]+}}1{{[[:space:]]+}}450 40 # PER-THREAD: #2 #3{{[[:space:]]+}}1{{[[:space:]]+}}100 41 # PER-THREAD: Top 10 Stacks by leaf count: [all …]
|
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/ |
H A D | SPIRVLogicalOps.td | 61 Results are computed per component. 87 Results are computed per component. 113 Results are computed per component. 139 Results are computed per component. 165 Results are computed per component. 188 Results are computed per component. 211 Results are computed per component. 237 Results are computed per component. 263 Results are computed per component. 289 Results are computed per componen [all...] |
H A D | SPIRVGLOps.td | 117 per component. 139 with the same component width. Results are computed per component. 163 per component. 186 per component. 209 per component. 232 per component. 258 per component. 284 per component. 310 per component. 333 computed per componen [all...] |
H A D | SPIRVArithmeticOps.td | 94 Results are computed per component. 116 Results are computed per component. The resulting value is undefined 141 Results are computed per component. The resulting value is undefined 166 Results are computed per component. 192 Results are computed per component. 216 Results are computed per component. The resulting value is undefined 241 Results are computed per component. 270 Results are computed per component. 301 Results are computed per component. 341 Results are computed per component. [all …]
|
H A D | SPIRVBitOps.td | 70 Results are computed per component. 102 Results are computed per component. 163 Results are computed per component. 232 Results are computed per component. 267 Results are computed per component, and within each component, per bit. 295 Results are computed per component, and within each component, per bit. 323 Results are computed per component, and within each component, per bit. 364 Results are computed per component. 397 Results are computed per component. 431 Results are computed per component. [all …]
|
/llvm-project/clang/test/Misc/ |
H A D | time-passes.c | 6 // RUN: -ftime-report=per-pass %s -o /dev/null 2>&1 | \ 9 // RUN: -ftime-report=per-pass-run %s -o /dev/null 2>&1 | \ 10 // RUN: FileCheck %s --check-prefixes=TIME,NPM-PER-INVOKE 15 // NPM-PER-INVOKE-DAG: InstCombinePass # 16 // NPM-PER-INVOKE-DAG: InstCombinePass # 17 // NPM-PER-INVOKE-DAG: InstCombinePass #
|
/llvm-project/llvm/test/ExecutionEngine/OrcLazy/ |
H A D | basic-whole-module-partitions.ll | 2 ; RUN: %s | FileCheck --check-prefix=CHECK-PER-FUNCTION %s 3 ; RUN: lli -jit-kind=orc-lazy -per-module-lazy -orc-lazy-debug=funcs-to-stdout \ 6 ; CHECK-PER-FUNCTION-NOT: foo 9 ; Checks that the whole module is emitted when -per-module-lazy is enabled, 11 ; Also checks that the foo function is not emitted when -per-module-lazy is off.
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTOptions.td | 14 "Trace size in bytes per thread. It must be a power of 2 greater " 56 "Size in bytes used by each individual per-thread or per-cpu trace " 62 : Option<"per-cpu-tracing", "c">, 65 "Instead of having an individual trace buffer per thread, which " 68 "threads, this option triggers the collection on a per cpu core " 83 "Maximum total trace size per process in bytes. This limit applies " 129 "--per-cpu "
|
/llvm-project/compiler-rt/test/profile/Posix/ |
H A D | instrprof-value-prof-shared.test | 2 …able-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -fPIC -sha… 3 …able-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -o %t -rpa… 10 … -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -fPIC -sha… 11 … -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath %t.… 23 … -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -fPIC -sha… 24 … -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath %t.… 35 …-mllvm -disable-vp=false -mllvm -vp-static-alloc=false -mllvm -vp-counters-per-site=256 -fPIC -sha… 36 …-mllvm -disable-vp=false -mllvm -vp-static-alloc=false -mllvm -vp-counters-per-site=256 -rpath %t.… 45 …-mllvm -disable-vp=false -mllvm -vp-static-alloc=false -mllvm -vp-counters-per-site=256 -fPIC -sha… 46 … -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath %t.…
|
/llvm-project/clang/test/CodeGenOpenCL/ |
H A D | amdgpu-attrs.cl | 193 // X86-NOT: "amdgpu-waves-per-eu" 199 // CHECK-NOT: "amdgpu-waves-per-eu"="0" 200 // CHECK-NOT: "amdgpu-waves-per-eu"="0,0" 208 …ibutes [[WAVES_PER_EU_2]] = {{.*}} "amdgpu-flat-work-group-size"="1,256" "amdgpu-waves-per-eu"="2" 210 …tes [[WAVES_PER_EU_2_4]] = {{.*}} "amdgpu-flat-work-group-size"="1,256" "amdgpu-waves-per-eu"="2,4" 214 …IZE_32_64_WAVES_PER_EU_2]] = {{.*}} "amdgpu-flat-work-group-size"="32,64" "amdgpu-waves-per-eu"="2" 215 …32_64_WAVES_PER_EU_2_4]] = {{.*}} "amdgpu-flat-work-group-size"="32,64" "amdgpu-waves-per-eu"="2,4" 218 …2]] = {{.*}} "amdgpu-flat-work-group-size"="1,256" "amdgpu-num-sgpr"="32" "amdgpu-waves-per-eu"="2" 219 …4]] = {{.*}} "amdgpu-flat-work-group-size"="1,256" "amdgpu-num-vgpr"="64" "amdgpu-waves-per-eu"="2" 220 …] = {{.*}} "amdgpu-flat-work-group-size"="1,256" "amdgpu-num-sgpr"="32" "amdgpu-waves-per-eu"="2,4" [all …]
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfException.h | 25 /// Per-function flag to indicate if .cfi_personality should be emitted. 28 /// Per-function flag to indicate if .cfi_personality must be emitted. 31 /// Per-function flag to indicate if .cfi_lsda should be emitted. 34 /// Per-function flag to indicate if frame CFI info should be emitted. 37 /// Per-module flag to indicate if .cfi_section has beeen emitted. 67 /// Per-function flag to indicate if frame CFI info should be emitted. 70 /// Per-module flag to indicate if .cfi_section has beeen emitted.
|