Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLTypes.td36 to a value that is usable within a PDL pattern or rewrite.
48 bound to a value that is usable within a PDL pattern or rewrite.
82 value that is usable within a PDL pattern or rewrite.
94 value that is usable within a PDL pattern or rewrite.
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp361 int32_t *usable = (int32_t *) raw; in TEST_F() local
363 EXPECT_EQ(42, *usable); in TEST_F()
375 int (*usable)() = (int (*)()) raw; in TEST_F() local
377 EXPECT_EQ(42, usable()); in TEST_F()
512 int (*usable)() = (int (*)()) raw; in TEST_F() local
514 EXPECT_EQ(42, usable()); in TEST_F()
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dspill.ll17 ; The clobber list has all registers except g0/o0. (Only o0 is usable.)
31 ; The clobber list has all registers except g0,g1,o0,o1. (Only o0/o1 are a usable pair)
/llvm-project-15.0.7/lld/test/COFF/
H A Dthinlto.ll20 ; Check that /lldsavetemps is still usable in such case.
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig-ix.cmake125 # Check if zlib we found is usable; for example, we may have found a 32-bit
161 # Check if libxml2 we found is usable; for example, we may have found a 32-bit
183 # Check if curl we found is usable; for example, we may have found a 32-bit
203 # Check if the "httplib" we found is usable; for example there may be another
554 # See if the DIA SDK is available and usable.
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td22 /// [~] - in progress but usable
H A DM68kInstrBits.td21 /// [~] - in progress but usable
H A DM68kInstrControl.td30 /// [~] - in progress but usable
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVectorPredication.rst35 Result: VP usable for IR-level vectorizers (LV, VPlan, RegionVectorizer),
H A DVariableNames.rst193 The costs are that ``git blame`` will become less usable; and that merging the
234 Keeping git blame usable
/llvm-project-15.0.7/libc/docs/
H A Dclang_tidy_checks.rst33 compile and pass unit tests, but not produce a usable libc function.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations2.txt67 But none of this would be usable for LLVM anyways, unless we were using
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td342 HelpText<"Oldest macOS version for which linked output is usable">,
352 HelpText<"Oldest iOS version for which linked output is usable">,
357 HelpText<"Oldest iOS simulator version for which linked output is usable">,
368 HelpText<"Oldest MacCatalyst version for which linked output is usable">,
385 HelpText<"Oldest tvOS version for which linked output is usable">,
390 HelpText<"Oldest watchOS version for which linked output is usable">,
395 HelpText<"Oldest bridgeOS version for which linked output is usable">,
400 HelpText<"Oldest DriverKit version for which linked output is usable">,
/llvm-project-15.0.7/mlir/docs/
H A DShapeInference.md97 should be usable by both the compiler and runtime.
111 * Shape functions usable by compiler and runtime.
220 1. All static functions are usable for dynamic/unknown shapes;
H A DLangRef.md45 and the set of operations usable in MLIR can be arbitrarily extended.
733 directly usable by any other dialect in MLIR. These types cover a range from
845 that are directly usable by any other dialect in MLIR. These types cover a range
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dthinlto.ll59 ; Check that -save-temps is usable with thin archives
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Dtransform-ops.mlir186 // Verify that the returned handle is usable.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllc.rst128 would otherwise not be usable (such as ``fsin`` on X86).
/llvm-project-15.0.7/llvm/docs/
H A DHowToBuildWindowsItaniumPrograms.rst43 Currently, there is a lack of a usable Windows compiler driver for Windows Itanium.
H A DPointerAuth.md279 Of those, 4 keys are interchangeably usable to specify the key used in IR
H A DXRayExample.rst325 graph`` will create DOT format graphs which should be usable in most graph
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips.td36 // Predicate for marking the instruction as usable in hard-float mode only.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx2bIssues.csv58 …`__","``constexpr launder`` makes pointers to inactive members of unions usable","February 2021","…
185 "`3719 <https://wg21.link/LWG3719>`__","Directory iterators should be usable with default sentinel"…
/llvm-project-15.0.7/llvm/include/llvm/
H A Dmodule.modulemap423 // This part of the module is usable from both C and C++ code.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-intrinsics-02.ll405 ; VFISB with a rounding mode not usable via standard intrinsics.

123