Home
last modified time | relevance | path

Searched defs:Operations (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/mlir/docs/Dialects/
H A DMemRef.md10 ## Operations section in 'memref' Dialect
14 ### 'dma_start' operation
58 ### 'dma_wait' operation
H A DAffine.md305 ## Operations section in 'affine' Dialect
309 ### 'affine.load' operation
339 ### 'affine.store' operation
369 ### 'affine.dma_start' operation
417 ### 'affine.dma_wait' operation
H A DFunc.md13 ## Operations section in 'func' Dialect
H A DGPU.md37 ## Operations section in 'gpu' Dialect
H A DBuiltin.md26 ## Operations section in Builtin Dialect
H A DSPIR-V.md447 ## Operations section in 'spv' Dialect
488 ### Ops from extended instruction sets
H A DLLVM.md470 ## Operations section in 'llvm' Dialect
H A DVector.md499 ## Operations section in 'vector' Dialect
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-2.md313 ### Op vs Operation: Using MLIR Operations
350 ### Using the Operation Definition Specification (ODS) Framework
H A DCh-7.md359 ##### `toy.struct_constant`
371 ##### `toy.struct_access`
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h78 std::vector<fuzzerop::OpDescriptor> Operations; variable
84 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-ar.rst75 Operations section in OPTIONS
/llvm-project-15.0.7/mlir/docs/
H A DLangRef.md285 ## Operations section in MLIR Language Reference
339 ### Builtin Operations
/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Dmemory_access_test.cpp175 TYPED_TEST_F(LlvmLibcTestAccessTail, Operations, Types) {} in TYPED_TEST_F() argument
190 TYPED_TEST_F(LlvmLibcTestAccessHeadTail, Operations, Types) {} in TYPED_TEST_F() argument
206 TYPED_TEST_F(LlvmLibcTestAccessLoop, Operations, Types) {} in TYPED_TEST_F() argument
227 TYPED_TEST_F(LlvmLibcTestAccessAlignedAccess, Operations, Types) {} in TYPED_TEST_F() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvector-bool.cpp25 void Operations() { in Operations() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCFGUpdate.h71 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; variable
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSequenceTest.cpp41 TYPED_TEST(StrongIntTest, Operations) { in TYPED_TEST() argument
89 TEST(SafeIntIteratorTest, Operations) { in TEST() argument
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md696 ## Operations section in 'linalg' Dialect
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod7291 =head3 Basic Operations
9108 =head3 Lexicographic Optimization
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst3146 .. _ordering:
8664 .. _i_fneg:
8716 .. _i_add:
8718 '``add``' Instruction
8810 '``sub``' Instruction
9300 .. _i_shl:
9511 '``or``' Instruction
9782 .. _i_extractvalue:
9883 .. _i_alloca:
10651 .. _i_trunc:
[all …]
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst567 .. [#] ternary operator(?:) has different behaviors depending on condition
573 .. [#] sizeof can only be used on vector length specific SVE types.
574 .. [#] Clang does not allow the address of an element to be taken while GCC
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md1093 ### Operations subsection
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp138 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2105 SmallVector<OperationIndices, 2> Operations; in costAndCollectOperands() local