| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | debugify-each.ll | 1 ; RUN: opt -debugify-each -O3 -S -o /dev/null < %s 2> %t 4 ; RUN: opt -disable-output -debugify-each -passes='default<O3>' %s 2> %t 8 ; RUN: opt -enable-debugify -debugify-each -O3 -S -o /dev/null < %s 2> %t 12 ; RUN: opt -debugify-each -passes=instrprof,instrprof,sroa,sccp -S -o /dev/null < %s 2> %t 16 ; Verify that debugify each can be safely used with piping 17 ; RUN: opt -debugify-each -O1 < %s | opt -O2 -o /dev/null 20 ; RUN: opt -disable-output -debugify-quiet -debugify-each -O1 < %s 2>&1 | count 0 25 ; RUN: opt -O1 -debugify-each < %s -S -o %t.after 30 ; RUN: opt -O1 -debugify-each < %s | llvm-dis -o %t.after 35 ; RUN: opt -debugify-each -passes=instsimplify -S -o /dev/null < %s 2> %t [all …]
|
| H A D | debugify-export.ll | 1 ; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -globalopt | FileCh… 2 ; RUN: opt %s -disable-output -debugify-each -debugify-quiet -debugify-export - -passes=globalopt |…
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 48 // The immediate value encoding differs for each instruction, so each subclass 50 // The bits Inst{6-2} must be set for each instruction. 64 // The immediate value encoding differs for each instruction, so each subclass 66 // The bits Inst{12-7} must be set for each instruction. 90 // The immediate value encoding differs for each instruction, so each subclass 92 // The bits Inst{12-10} and Inst{6-5} must be set for each instruction. 105 // The immediate value encoding differs for each instruction, so each subclass 107 // The bits Inst{12-10} and Inst{6-5} must be set for each instruction.
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/ |
| H A D | README.md | 68 By default, each function is benchmarked for at least one second, here we lower it to 200ms. 85 1. Gathers all throughput values for each function / distribution pair and picks the median one.\ 88 …2. For each distribution, look at the span of throughputs for functions of the same type (e.g. For… 90 …3. For each distribution, give a normalized score to each function (e.g. For distribution `A`, fun… 91 …VERY_GOOD`, `GOOD`, `PASSABLE`, `INADEQUATE`, `MEDIOCRE`, `BAD` - so that each distribution catego… 93 ….wikipedia.org/wiki/Majority_judgment) process is then used to categorize each function. This enab… 100 The tool outputs the histogram of grades for each function. In case of tie, other dimensions might …
|
| /llvm-project-15.0.7/mlir/test/Pass/ |
| H A D | pass-timing.mlir | 1 // RUN: mlir-opt %s -mlir-disable-threading=true -verify-each=true -pass-pipeline='func.func(cse,ca… 2 // RUN: mlir-opt %s -mlir-disable-threading=true -verify-each=true -pass-pipeline='func.func(cse,ca… 3 // RUN: mlir-opt %s -mlir-disable-threading=false -verify-each=true -pass-pipeline='func.func(cse,c… 4 // RUN: mlir-opt %s -mlir-disable-threading=false -verify-each=true -pass-pipeline='func.func(cse,c… 5 // RUN: mlir-opt %s -mlir-disable-threading=true -verify-each=false -test-pm-nested-pipeline -mlir-…
|
| H A D | pipeline-options-parsing.mlir | 6 // RUN: mlir-opt %s -verify-each=false -pass-pipeline='func.func(test-options-pass{string-list=a li… 7 // RUN: mlir-opt %s -verify-each=false -test-options-pass-pipeline='list=1 string-list=a,b' -test-d… 8 // RUN: mlir-opt %s -verify-each=false -pass-pipeline='builtin.module(func.func(test-options-pass{l…
|
| /llvm-project-15.0.7/polly/www/video-js/ |
| H A D | video.js | 152 each: function(arr, fn){ method 1130 this.each(this.controlBars, function(bar){ 1141 this.each(this.controlBars, function(bar){ 1213 this.each(this.playProgressBars, function(bar){ 1227 this.each(this.loadProgressBars, function(bar){ 1266 this.each(this.durationDisplays, function(dis){ 1329 this.each(this.volumeDisplays, function(dis){ 1444 this.each(this.spinners, function(spinner){ 1451 this.each(this.spinners, function(spinner){ 1458 this.each(this.spinners, function(spinner){ [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips32r6/ |
| H A D | valid-mips32r6.txt | 40 # The encode/decode functions are not inverses of each other. 43 # The encode/decode functions are not inverses of each other in the immediate case. 48 # The encode/decode functions are not inverses of each other in the immediate case. 77 # FIXME: The encode/decode functions are not inverses of each other. 80 # FIXME: The encode/decode functions are not inverses of each other. 83 # FIXME: The encode/decode functions are not inverses of each other. 86 # FIXME: The encode/decode functions are not inverses of each other. 148 # FIXME: The encode/decode functions are not inverses of each other. 151 # FIXME: The encode/decode functions are not inverses of each other. 156 # FIXME: The encode/decode functions are not inverses of each other. [all …]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BlockFrequencyTerminology.rst | 18 Blocks with multiple successors have probabilities associated with each 25 Rather than storing fractions on each edge, we store an integer weight. 66 The implementation of the block frequency calculation analyses each loop, 67 bottom-up, ignoring backedges; i.e., as a DAG. After each loop is processed, 74 For each DAG, the entry node is assigned a mass of ``UINT64_MAX`` and mass is 99 After analysing the complete series of DAGs, each block has a mass (local to 100 its containing loop, if any), and each loop pseudo-node has a loop scale and
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/ |
| H A D | fat-binary-output.test | 6 For each arch in the binary, check that we emit the right triple with the right 7 file and the right symbol inside it (each slice has a different symbol, so that 10 After the link of each architecture, check that lipo is correctly invoked to
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_g_build_vector.mir | 19 ; CHECK: Bad machine code: G_BUILD_VECTOR must have an operand for each elemement 23 ; CHECK: Bad machine code: G_BUILD_VECTOR must have an operand for each elemement 29 ; CHECK: Bad machine code: G_BUILD_VECTOR must have an operand for each elemement
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips64r6/ |
| H A D | valid-mips64r6.txt | 57 # The encode/decode functions are not inverses of each other in the immediate case. 60 # The encode/decode functions are not inverses of each other in the immediate case. 65 # The encode/decode functions are not inverses of each other in the immediate case. 96 # FIXME: The encode/decode functions are not inverses of each other. 99 # FIXME: The encode/decode functions are not inverses of each other. 102 # FIXME: The encode/decode functions are not inverses of each other. 105 # FIXME: The encode/decode functions are not inverses of each other. 167 # FIXME: The encode/decode functions are not inverses of each other. 170 # FIXME: The encode/decode functions are not inverses of each other. 175 # FIXME: The encode/decode functions are not inverses of each other. [all …]
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | UnderstandingTheIRStructure.md | 26 `Region`s, each of which is actually a list of `Blocks`, each of which itself 47 // Recurse into each of the regions attached to the operation. 81 // printing each operation. 165 // process each GlobalVariable Operation in the block. 221 each Value is either a `BlockArgument` or the result of exactly one `Operation` 222 (an `Operation` can have multiple results, each of them is a separate `Value`). 223 The users of a `Value` are `Operation`s, through their arguments: each 230 // Print information about the producer of each of the operands. 246 produced by an `Operation` and for each result will iterate the users of these 250 // Print information about the user of each of the result.
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | GenerateVersionFromVCS.cmake | 4 # NAMES - A list of names for each of the source directories. 5 # <NAME>_SOURCE_DIR - A path to source directory for each name in NAMES. 10 # for each of the <NAME>_SOURCE_DIR given.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | fix-sgpr-copies.mir | 65 # GCN-LABEL: name: legalize-operand-search-each-def-once 68 name: legalize-operand-search-each-def-once 90 # GCN-LABEL: name: process-phi-search-each-use-once 93 name: process-phi-search-each-use-once
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-readelf.rst | 39 address of each function, along with the relative offset of each basic block. 86 When used with :option:`--relocations`, display each relocation in an expanded 154 When used with :option:`--sections`, display section data for each section 167 When used with :option:`--sections`, display relocations for each section 172 When used with :option:`--sections`, display symbols for each section shown.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | prera-ldst-insertpt.mir | 42 ; Make sure we move the paired stores next to each other, and 55 ; Make sure we move the paired stores next to each other. 82 ; Make sure we move the paired stores next to each other, and 107 ; Make sure we move the paired stores next to each other.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Util/Debugify/ |
| H A D | loc-only-original-mode.ll | 2 ; RUN: -verify-each-debuginfo-preserve \ 6 ; RUN: -verify-each-debuginfo-preserve \ 10 ; RUN: -verify-each-debuginfo-preserve \ 14 ; RUN: -verify-each-debuginfo-preserve \
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | README | 44 gmp api. To test our compatibility layer we generate inputs for each 57 For each parameter of the given type we generate the following values: 68 The generated data for each paramater is combined to produce a series 78 single description of each api that is used to generate the following: 85 the python runner scrip and used to run each test input and compare
|
| /llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 9 **Block Metadata:** Metadata associated with each *block*. For processor traces, some metadata exam… 18 …sequence of instructions in *layer 0* (the instruction layer). Metadata is stored for each block in 31 …each pass specializes in extracting certain information about the trace. Some examples of potentia… 43 - For each block, compute the number of distinct predecessor and successor blocks.
|
| /llvm-project-15.0.7/llvm/lib/Support/BLAKE3/ |
| H A D | CMakeLists.txt | 20 # "For each of the x86 SIMD instruction sets, four versions are available: 60 # (each source file is internally compiled once for each architecture).
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | wrong-shstrtab-type.test | 4 ## Check we report only one warning for the issue for each input object. 20 ## Test we report multiple identical warnings (one for each object) when dumping an archive. 32 ## Test we report the warning for each input file specified on the command line.
|
| /llvm-project-15.0.7/lldb/tools/intel-features/ |
| H A D | README.txt | 27 For each hardware feature, separate cli commands have been developed that are 31 For details regarding cli commands of each feature, please refer to these 67 Please refer to README_CLI file of each feature to know about details of CLI
|
| /llvm-project-15.0.7/libunwind/cmake/Modules/ |
| H A D | HandleLibunwindFlags.cmake | 62 # Add each flag in the list specified by DEST if that flag is supported by the current compiler. 155 # Add each flag in the list to LIBUNWIND_COMPILE_FLAGS and LIBUNWIND_LINK_FLAGS 180 # For each specified flag, add that flag to 'LIBUNWIND_COMPILE_FLAGS' if the 205 # For each specified flag, add that flag to 'LIBUNWIND_C_FLAGS' if the 230 # For each specified flag, add that flag to 'LIBUNWIND_CXX_FLAGS' if the 255 # For each specified flag, add that flag to 'LIBUNWIND_LINK_FLAGS' if the 285 # For each specified flag, add that compile flag to the provided target.
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | instrumentation-dup-jts.s | 3 # each indirect jump that uses a JT will have its own copy of it. When 5 # we can split the edges correctly (each copy of the jump table may have
|