Home
last modified time | relevance | path

Searched defs:operations (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/docs/Dialects/
H A DSPIR-V.md148 Use MLIR attributes for metadataSPIR-V Dialect""Module""Module-level operations global() argument
160 Model types with MLIR custom typesSPIR-V Dialect""Module""Module-level operations global() argument
166 Unify and localize constantsSPIR-V Dialect""Module""Module-level operations global() argument
177 Adopt symbol-based global variables and specialization constantSPIR-V Dialect""Module""Module-level operations global() argument
191 Disallow implicit capturing in functionsSPIR-V Dialect""Module""Module-level operations global() argument
199 Model entry points and execution models as normal opsSPIR-V Dialect""Module""Module-level operations global() argument
[all...]
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DDialect.h57 llvm::StringMap<std::unique_ptr<Operation>> operations; variable
/llvm-project/polly/lib/External/isl/
H A Disl_ctx_private.h40 unsigned long operations; member
/llvm-project/llvm/docs/
H A DConvergentOperations.rst423 .. _convergence_high-level_break:
/llvm-project/mlir/include/mlir/IR/
H A DBlock.h395 OpListType operations; global() variable
[all...]
/llvm-project/mlir/unittests/Debug/
H A DFileLineColLocBreakpointManagerTest.cpp61 std::vector<Operation *> operations = { in TEST() local
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/
H A DTransformInterfaces.h323 mapBlockArguments(BlockArgument argument,ArrayRef<Operation * > operations) mapBlockArguments() argument
921 RaggedArray<Operation *> operations; global() variable
[all...]
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.h240 DenseMap<Operation *, OperationNumbering *> operations; variable
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp56 SmallVector<std::unique_ptr<OperationDefinition>> operations; member
[all...]
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp142 SmallVector<Operation *> operations; in dispatchMappedValues() local
196 [&](ArrayRef<Operation *> operations) { in mapBlockArgument() argument
1116 __anon09fbf25f0e02(ArrayRef<Operation *> operations) setMappedValues() argument
[all...]
/llvm-project/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp138 mlirLLVMDIExpressionAttrGet(MlirContext ctx,intptr_t nOperations,MlirAttribute const * operations) mlirLLVMDIExpressionAttrGet() argument
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp183 llvm::StringMap<std::unique_ptr<OperationName::Impl>> operations; member in mlir::MLIRContextImpl
[all...]
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp2069 llvm::append_range(operations, stat in apply() local
[all...]
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp988 Value operations = op.getOperations(); in generate() local