Home
last modified time | relevance | path

Searched refs:relevant (Results 1 – 25 of 203) sorted by relevance

123456789

/llvm-project-15.0.7/utils/bazel/deps_impl/
H A Dzlib_system.BUILD6 # already has the relevant header search and library search paths configured.
7 # It also sets the relevant LLVM `#define`s to enable zlib.
H A Dterminfo_system.BUILD6 # toolchain already has the relevant library search paths configured. It also
7 # sets the relevant LLVM `#define`s to enoble using terminfo.
H A Dzlib_external.BUILD5 # Wrapper around an external zlib library to add the relevant LLVM `#define`s.
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_stride.c235 isl_bool is_eq, relevant, has_stride; in detect_stride() local
238 relevant = isl_constraint_involves_dims(c, isl_dim_set, data->pos, 1); in detect_stride()
239 if (is_eq < 0 || relevant < 0) in detect_stride()
241 if (!is_eq || !relevant) { in detect_stride()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td36 attribute fitness for a particular key to the relevant type or dialect.
188 list of data layout entries relevant to the request. The entries are known
202 "relevant entries. The data layout object can be used "
217 "using the relevant entries. The data layout object can "
232 "type computed using the relevant entries. The data "
246 "computed using the relevant entries. The data layout"
278 in the same scope, and a list of data layout entries relevant to this type.
/llvm-project-15.0.7/lldb/cmake/modules/
H A DdebugserverConfig.cmake1 # Duplicate options from LLDBConfig that are relevant for debugserver Standalone builds.
/llvm-project-15.0.7/flang/test/Driver/Inputs/
H A Dieee_arithmetic.mod2 ! Added for testing purposes. The contents of this file are currently not relevant.
H A Diso_fortran_env.mod2 ! Added for testing purposes. The contents of this file are currently not relevant.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dreadability-todo.rst8 The relevant style guide section is
H A Dglobal-names-in-headers.rst9 The relevant style guide section is
/llvm-project-15.0.7/libcxx/docs/
H A DContributing.rst35 - Did you update the synopsis of the relevant headers?
36 - Did you update the relevant files to track implementation status (in ``docs/Status/``)?
45 - Did you add the relevant feature test macro(s) for your feature? Did you update the ``generate_fe…
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetCXXABI.def80 /// The relevant changes from the generic ABI in this case are:
108 /// The relevant changes from the Itanium ABI are:
115 /// The relevant changes from the Itanium ABI are:
/llvm-project-15.0.7/compiler-rt/test/safestack/
H A DCMakeLists.txt8 # Some tests require LTO, so add a dependency on the relevant LTO plugin.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dnest-register.ll3 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dnest-register.ll3 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc32-nest.ll5 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
H A Dppc64-nest.ll5 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
/llvm-project-15.0.7/flang/test/Driver/
H A Dinput-from-stdin-llvm.ll6 ; stdin, the file extension is not relevant here.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dslicing.rst23 See the relevant C++ Core Guidelines sections for details:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2011-12-26-extractelement-duplicate-load.ll6 ; the relevant transformation doesn't know how to update
H A Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
H A Dchange-compare-stride-trickiness-1.ll3 ; The comparison happens after the relevant use, so the stride can easily
/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/
H A Dinvalid-because-armv7.txt4 # ARMv7 triple, probably because the relevant instruction is v8, though there
/llvm-project-15.0.7/clang/
H A DREADME.txt14 the relevant web sites. Here are some pointers:
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Ddisable-fsmuld-fmuls.ll7 ;;; the relevant instruction, and alternative sequences get emitted

123456789