Home
last modified time | relevance | path

Searched refs:simpler (Results 1 – 25 of 85) sorted by relevance

1234

/llvm-project/mlir/docs/Tools/
H A Dmlir-reduce.md62 ### 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 Duniqueptr-delete-release.rst7 The latter is shorter, simpler and does not require use of raw pointer APIs.
/llvm-project/llvm/test/CodeGen/X86/
H A Dchange-compare-stride-trickiness-1.ll7 ; could be made simpler.
H A Davx-cast.ll6 ; are simpler (no lane changes) and therefore will have equal or better
H A Dpshufb-mask-comments.ll72 ; Test for a reused constant that would allow the pshufb to combine to a simpler instruction.
/llvm-project/openmp/docs/remarks/
H A DOMP131.rst10 a known number of parallel regions inside the kernel. A much simpler state
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dsve2-intrinsics-fp-int-binary-logarithm-zeroing.ll8 ; NOTE: The %unused paramter ensures z0 is free, leading to a simpler test.
/llvm-project/llvm/test/DebugInfo/X86/
H A Dranges_always_default.ll11 ; A simpler example than used in ranges_always.ll, since this doesn't test all
H A Dlive-debug-vars-loc-limit.ll6 ; 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 DBUILD.gn4 # (Having it a static_library is simpler -- no need for
/llvm-project/clang/test/Modules/
H A Dinconsistent-deduction-guide-linkage.cppm57 // another file for simpler diagnostics.
/llvm-project/lld/test/MachO/
H A Dalias-symbols.s48 ## resolving the aliases; this makes for a simpler implementation.
H A Dweak-reference.s63 ## good reason for that, so I'm deviating here for a simpler implementation.
/llvm-project/llvm/utils/gn/secondary/
H A DBUILD.gn69 # That seems simpler, more explicit, and good enough.
/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt141 that rounded amount. It would be simpler to subtract the unrounded
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dstrncmp-4.ll63 ; simpler than trying to exclude them.
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td10 // The following definitions describe the simpler per-operand machine model.
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dempty-catch.rst104 need for try-catch blocks, the code becomes simpler and less error-prone.
/llvm-project/mlir/test/Dialect/Tensor/
H A Done-shot-bufferize.mlir130 // 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 Dporting.rst53 equivalent on non-Linux like platforms), it might be simpler and convenient to
/llvm-project/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td219 operation into this sequence of simpler operations such that other passes
/llvm-project/third-party/benchmark/
H A DREADME.md82 # or, starting with CMake 3.13, use a simpler form:
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build_expr.c707 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 DClangTransformerTutorial.rst127 ``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 DLinalgInterfaces.td883 Interface for decomposing aggregated operations into a sequence of simpler
890 Method to decompose the operation into simpler operations.

1234