/llvm-project/mlir/docs/Tools/ |
H A D | mlir-reduce.md | 62 ### Rewrite patterns into simpler forms 64 In some cases, rewrite an operation into a simpler or smaller form can still 67 `tensor<1xi32>`. Not only produce a simpler operation, it may introduce further
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | uniqueptr-delete-release.rst | 7 The latter is shorter, simpler and does not require use of raw pointer APIs.
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | change-compare-stride-trickiness-1.ll | 7 ; could be made simpler.
|
H A D | avx-cast.ll | 6 ; are simpler (no lane changes) and therefore will have equal or better
|
H A D | pshufb-mask-comments.ll | 72 ; Test for a reused constant that would allow the pshufb to combine to a simpler instruction.
|
/llvm-project/openmp/docs/remarks/ |
H A D | OMP131.rst | 10 a known number of parallel regions inside the kernel. A much simpler state
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | sve2-intrinsics-fp-int-binary-logarithm-zeroing.ll | 8 ; NOTE: The %unused paramter ensures z0 is free, leading to a simpler test.
|
/llvm-project/llvm/test/DebugInfo/X86/ |
H A D | ranges_always_default.ll | 11 ; A simpler example than used in ranges_always.ll, since this doesn't test all
|
H A D | live-debug-vars-loc-limit.ll | 6 ; it allows the test case to be much simpler. If at some point we are able to
|
/llvm-project/llvm/utils/gn/secondary/lldb/source/API/ |
H A D | BUILD.gn | 4 # (Having it a static_library is simpler -- no need for
|
/llvm-project/clang/test/Modules/ |
H A D | inconsistent-deduction-guide-linkage.cppm | 57 // another file for simpler diagnostics.
|
/llvm-project/lld/test/MachO/ |
H A D | alias-symbols.s | 48 ## resolving the aliases; this makes for a simpler implementation.
|
H A D | weak-reference.s | 63 ## good reason for that, so I'm deviating here for a simpler implementation.
|
/llvm-project/llvm/utils/gn/secondary/ |
H A D | BUILD.gn | 69 # That seems simpler, more explicit, and good enough.
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | README.txt | 141 that rounded amount. It would be simpler to subtract the unrounded
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | strncmp-4.ll | 63 ; simpler than trying to exclude them.
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedRocket.td | 10 // The following definitions describe the simpler per-operand machine model.
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
H A D | empty-catch.rst | 104 need for try-catch blocks, the code becomes simpler and less error-prone.
|
/llvm-project/mlir/test/Dialect/Tensor/ |
H A D | one-shot-bufferize.mlir | 130 // is simpler to let the canonicalizer fold away the tensor.insert_slice. 232 // is simpler to let the canonicalizer fold away the tensor.insert_slice.
|
/llvm-project/libc/docs/ |
H A D | porting.rst | 53 equivalent on non-Linux like platforms), it might be simpler and convenient to
|
/llvm-project/mlir/include/mlir/Dialect/MemRef/Transforms/ |
H A D | Passes.td | 219 operation into this sequence of simpler operations such that other passes
|
/llvm-project/third-party/benchmark/ |
H A D | README.md | 82 # or, starting with CMake 3.13, use a simpler form:
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ast_build_expr.c | 707 int simpler; in mod_constraint_is_simpler() local 714 simpler = isl_val_lt(v1, v2); in mod_constraint_is_simpler() 718 return simpler; in mod_constraint_is_simpler()
|
/llvm-project/clang/docs/ |
H A D | ClangTransformerTutorial.rst | 127 ``s.size()`` to ``Size(s)``, where ``s`` is a ``string``." We start with a simpler 288 We also provide simpler editing primitives for insertion and deletion:
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgInterfaces.td | 883 Interface for decomposing aggregated operations into a sequence of simpler 890 Method to decompose the operation into simpler operations.
|