Home
last modified time | relevance | path

Searched refs:allows (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DTargetAndABI.h35 bool allows(Capability) const;
38 Optional<Capability> allows(ArrayRef<Capability>) const;
41 bool allows(Extension) const;
44 Optional<Extension> allows(ArrayRef<Extension>) const;
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline-no-builtin-compatible.ll21 ; We can inline a function that allows all builtins into one with a single
33 ; We can inline a function that allows all builtins into one with all
56 ; We can't inline a function with any given nobuiltin into one that allows all
68 ; We can't inline a function with all nobuiltins into one that allows all
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DTargetAndABI.cpp45 bool spirv::TargetEnv::allows(spirv::Capability capability) const { in allows() function in spirv::TargetEnv
50 spirv::TargetEnv::allows(ArrayRef<spirv::Capability> caps) const { in allows() function in spirv::TargetEnv
59 bool spirv::TargetEnv::allows(spirv::Extension extension) const { in allows() function in spirv::TargetEnv
64 spirv::TargetEnv::allows(ArrayRef<spirv::Extension> exts) const { in allows() function in spirv::TargetEnv
/llvm-project-15.0.7/lldb/docs/status/
H A Dstatus.rst25 exposed through script bridging which allows LLDB to use an embedded Python
27 used from Python on the command line. This allows debug sessions to be
28 scripted. It also allows powerful debugging actions to be created and attached
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUpdateVCEPass.cpp48 if (Optional<spirv::Extension> chosen = targetEnv.allows(ors)) { in checkAndUpdateExtensionRequirements()
76 if (Optional<spirv::Capability> chosen = targetEnv.allows(ors)) { in checkAndUpdateCapabilityRequirements()
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dindex-const-prop.ll1 ; Check constant propagation in thinlto combined summary. This allows us to do 2 things:
3 ; 2. Make a local copy of internal definition if all accesses to it are readonly. This allows cons…
/llvm-project-15.0.7/flang/cmake/modules/
H A DFlangConfig.cmake.in1 # This file allows users to call find_package(Flang) and pick up our targets.
/llvm-project-15.0.7/lld/cmake/modules/
H A DLLDConfig.cmake.in1 # This file allows users to call find_package(LLD) and pick up our targets.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/android/
H A Dcloexec-epoll-create.rst7 ``epoll_create1()``, which allows close-on-exec.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dfp-move-08.ll17 ; Check the highest aligned offset that allows STD for both halves.
56 ; Check the highest aligned offset that allows STDY for both halves.
111 ; Check the lowest offset that allows STDY for both halves.
H A Dfp-move-05.ll17 ; Check the highest aligned offset that allows LD for both halves.
56 ; Check the highest aligned offset that allows LDY for both halves.
111 ; Check the lowest offset that allows LDY for both halves.
H A Dint-cmp-01.ll121 ; Check that CH allows an index.
137 ; Check that CHY allows an index.
153 ; Check the comparison can be reversed if that allows CH to be used.
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A D2011-04-15-vec-init-from-vec.cl6 // OpenCL allows vectors to be initialized by vectors Handle bug in
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfabs.ll287 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
409 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
474 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
502 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
543 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
571 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
612 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
640 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
681 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
709 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically.
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLDialect.td26 available in MLIR. This abstraction allows for representing patterns
27 transforming MLIR, as MLIR. This allows for applying all of the benefits
/llvm-project-15.0.7/lldb/test/Shell/Commands/CommandScriptImmediateOutput/
H A DCommandScriptImmediateOutputConsole.test1 # Test that LLDB correctly allows scripted commands to set immediate output to
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjcxx-enum.mm8 // Objective-C allows C++11 enumerations in C++98 mode. We disambiguate in
/llvm-project-15.0.7/mlir/test/mlir-translate/
H A Dunregistered-dialects.mlir5 // If the parser allows unregistered operations, then the translation fails,
/llvm-project-15.0.7/mlir/docs/
H A DCanonicalization.md22 transformations are defined by the operations themselves, which allows each
63 This mechanism allows for providing canonicalizations as a set of
66 infrastructure allows for expressing many different types of canonicalizations.
107 allows for applying canonicalizations in many places throughout the compiler.
114 root operation may be replaced (but not erased). It allows for updating an
/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A D2003-06-26-IterativePromote.ll1 ; Promoting some values allows promotion of other values.
/llvm-project-15.0.7/clang/cmake/modules/
H A DClangConfig.cmake.in1 # This file allows users to call find_package(Clang) and pick up our targets.
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleGenericDAGRewriter.md59 allows for it to be applicable in cases that a generic matcher would not. For
62 nodes, it just provides a (list of) constant values and allows the clients to
116 that allows writing patterns in a somewhat more declarative style using template
176 describes it in more depth including its advantages and limitations. It allows
197 * It allows custom abstractions and intense factoring of target-specific
201 * It allows the instruction patterns to be defined and reused for multiple
205 * It allows the use of general C++ code for weird/complex cases.
226 levels is that it allows for investing in - and highly leveraging - a single
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s176 @ v8 allows rm = sp
182 @ v8 allows rn = sp
187 @ v8 allows rm = sp
193 @ v8 allows rn = sp
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Cortex/IPC/
H A DA55-2-skewed-alu.s11 # This features allows the first and the second instruction to be
/llvm-project-15.0.7/lld/test/ELF/
H A Dzdefs.s12 ## -z undefs allows unresolved references.

12345678910>>...27