Home
last modified time | relevance | path

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

12

/llvm-project/mlir/docs/Dialects/
H A DMesh.md18 ### Device groups
39 ### In-group Device
49 ### Purity
68 ## Operations section in 'mesh' Dialect
H A DAffine.md310 ## Operations global() section in 'affine' Dialect
314 `affine.dma_start` (mlir::AffineDmaStartOp)'affine' Dialect""Operations global() argument
367 `affine.dma_wait` (mlir::AffineDmaWaitOp)'affine' Dialect""Operations global() argument
H A DOpenACCDialect.md153 Data Clause Decomposition'acc' Dialect""Operation Categories""Data Operations global() argument
193 Bounds'acc' Dialect""Operation Categories""Data Operations global() argument
240 Counters'acc' Dialect""Operation Categories""Data Operations global() argument
H A DMemRef.md10 ## Operations section in 'memref' Dialect
H A DFunc.md13 ## Operations section in 'func' Dialect
H A DArmSME.md36 ## Operations section in 'ArmSME' Dialect
H A DBuiltin.md57 ## Operations section in Builtin Dialect
H A DGPU.md216 ## Operations section in 'gpu' Dialect
H A DSPIR-V.md447 ## Operations section in SPIR-V Dialect
488 Ops from extended instruction setsSPIR-V Dialect""Operations global() argument
H A DVector.md511 ## Operations global() section in 'vector' Dialect
H A DLLVM.md454 ## Operations global() section in 'llvm' Dialect
/llvm-project/mlir/docs/Tutorials/Toy/
H A DCh-2.md313 ### Op vs Operation: Using MLIR Operations argument
350 Using the Operation Definition Specification (ODS) FrameworkChapter 2: Emitting Basic MLIR""Defining Toy Operations global() argument
[all...]
H A DCh-7.md359 ##### `toy.struct_constant`
371 ##### `toy.struct_access`
/llvm-project/llvm/docs/GlobalISel/
H A DMIRPatterns.rst152 GIReplaceRegBuiltin Operations global() argument
172 GIEraseRootBuiltin Operations global() argument
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-ar.rst75 Operations section in OPTIONS
/llvm-project/mlir/docs/
H A DLangRef.md287 ## Operations section in MLIR Language Reference
347 ### Builtin Operations
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h90 std::vector<fuzzerop::OpDescriptor> Operations; variable
97 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy()
/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h71 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; variable
/llvm-project/clang/test/SemaCXX/
H A Dvector-bool.cpp25 void Operations() { in Operations() function
/llvm-project/llvm/unittests/ADT/
H A DSequenceTest.cpp41 TYPED_TEST(StrongIntTest, Operations) { in TYPED_TEST() argument
89 TEST(SafeIntIteratorTest, Operations) { in TEST() argument
/llvm-project/mlir/docs/Dialects/Linalg/
H A D_index.md695 ## Operations section in 'linalg' Dialect
/llvm-project/polly/lib/External/isl/doc/
H A Duser.pod7378 =head3 Basic Operations
9215 =head3 Lexicographic Optimization
/llvm-project/llvm/docs/
H A DLangRef.rst3485 orderingMemory Model for Concurrent Operations global() argument
9466 i_fnegUnary Operations global() argument
9468 '``fneg``' InstructionUnary Operations global() argument
9521 i_addBinary Operations global() argument
9523 '``add``' InstructionBinary Operations global() argument
9574 '``fadd``' InstructionBinary Operations global() argument
9615 '``sub``' InstructionBinary Operations global() argument
9670 '``fsub``' InstructionBinary Operations global() argument
9712 '``mul``' InstructionBinary Operations global() argument
9767 '``fmul``' InstructionBinary Operations global() argument
9808 '``udiv``' InstructionBinary Operations global() argument
9856 '``sdiv``' InstructionBinary Operations global() argument
9905 '``fdiv``' InstructionBinary Operations global() argument
9946 '``urem``' InstructionBinary Operations global() argument
9992 '``srem``' InstructionBinary Operations global() argument
10051 '``frem``' InstructionBinary Operations global() argument
10111 i_shlBitwise Binary Operations global() argument
10113 '``shl``' InstructionBitwise Binary Operations global() argument
10168 '``lshr``' InstructionBitwise Binary Operations global() argument
10219 '``ashr``' InstructionBitwise Binary Operations global() argument
10271 '``and``' InstructionBitwise Binary Operations global() argument
10322 '``or``' InstructionBitwise Binary Operations global() argument
10380 '``xor``' InstructionBitwise Binary Operations global() argument
10441 i_extractelementVector Operations global() argument
10443 '``extractelement``' InstructionVector Operations global() argument
10487 '``insertelement``' InstructionVector Operations global() argument
10533 '``shufflevector``' InstructionVector Operations global() argument
10601 i_extractvalueAggregate Operations global() argument
10603 '``extractvalue``' InstructionAggregate Operations global() argument
10649 '``insertvalue``' InstructionAggregate Operations global() argument
10702 i_allocaMemory Access and Addressing Operations global() argument
10704 '``alloca``' InstructionMemory Access and Addressing Operations global() argument
10783 '``load``' InstructionMemory Access and Addressing Operations global() argument
10924 '``store``' InstructionMemory Access and Addressing Operations global() argument
11019 '``fence``' InstructionMemory Access and Addressing Operations global() argument
11081 '``cmpxchg``' InstructionMemory Access and Addressing Operations global() argument
11174 '``atomicrmw``' InstructionMemory Access and Addressing Operations global() argument
11274 '``getelementptr``' InstructionMemory Access and Addressing Operations global() argument
11543 i_truncConversion Operations global() argument
11545 '``trunc .. to``' InstructionConversion Operations global() argument
11597 '``zext .. to``' InstructionConversion Operations global() argument
11649 '``sext .. to``' InstructionConversion Operations global() argument
11690 '``fptrunc .. to``' InstructionConversion Operations global() argument
11738 '``fpext .. to``' InstructionConversion Operations global() argument
11783 '``fptoui .. to``' InstructionConversion Operations global() argument
11825 '``fptosi .. to``' InstructionConversion Operations global() argument
11867 '``uitofp .. to``' InstructionConversion Operations global() argument
11919 '``sitofp .. to``' InstructionConversion Operations global() argument
11962 '``ptrtoint .. to``' InstructionConversion Operations global() argument
12008 '``inttoptr .. to``' InstructionConversion Operations global() argument
12063 '``bitcast .. to``' InstructionConversion Operations global() argument
12120 '``addrspacecast .. to``' InstructionConversion Operations global() argument
12181 i_icmpOther Operations global() argument
12183 '``icmp``' InstructionOther Operations global() argument
12275 '``fcmp``' InstructionOther Operations global() argument
12387 '``phi``' InstructionOther Operations global() argument
12448 '``select``' InstructionOther Operations global() argument
12502 '``freeze``' InstructionOther Operations global() argument
12572 '``call``' InstructionOther Operations global() argument
12725 '``va_arg``' InstructionOther Operations global() argument
12776 '``landingpad``' InstructionOther Operations global() argument
12860 '``catchpad``' InstructionOther Operations global() argument
12928 '``cleanuppad``' InstructionOther Operations global() argument
[all...]
/llvm-project/mlir/docs/Bindings/
H A DPython.md1110 ### Operations subsection
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp145 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local

12