Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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.
H A Dlower-vec-shift.ll9 ; emit a simpler sequence of two shifts + blend when possible.
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP131.rst10 a known number of parallel regions inside the kernel. A much simpler state
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn4 # (Having it a static_library is simpler -- no need for
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
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-15.0.7/llvm/utils/gn/secondary/
H A DBUILD.gn59 # That seems simpler, more explicit, and good enough.
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DREADME.txt141 that rounded amount. It would be simpler to subtract the unrounded
/llvm-project-15.0.7/lld/test/MachO/
H A Dweak-reference.s49 ## good reason for that, so I'm deviating here for a simpler implementation.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td10 // The following definitions describe the simpler per-operand machine model.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dstrncmp-4.ll65 ; simpler than trying to exclude them.
/llvm-project-15.0.7/third-party/benchmark/
H A DREADME.md81 # or, starting with CMake 3.13, use a simpler form:
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build_expr.c695 int simpler; in mod_constraint_is_simpler() local
702 simpler = isl_val_lt(v1, v2); in mod_constraint_is_simpler()
706 return simpler; in mod_constraint_is_simpler()
/llvm-project-15.0.7/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-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst444 This code is similar to, but simpler than, the code for binary
445 operators. It is simpler primarily because it doesn't need to handle any
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrConv.td53 // and is conceptually a simpler operation).
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX.td16 // The following definitions describe the simpler per-operand machine model.
H A DAArch64SchedA53.td14 // The following definitions describe the simpler per-operand machine model.
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst552 computations derived from them) into simpler forms suitable for subsequent
715 ``LoopUnswitch``\ ing, simpler. You can read more in the
803 simpler form, which makes subsequent analyses and transformations simpler and
/llvm-project-15.0.7/lldb/docs/resources/
H A Dbuild.rst293 Building with ninja is both faster and simpler than building with Visual Studio,
530 much simpler. The compiler, include and library paths will be configured by the
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md37 (or some user/language level), the simpler our task will be, the more complex
233 become significantly simpler and composable at a finer granularity.
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml442 ## 2) Helps to keep the code simpler.

123