Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/docs/Dialects/
H A DSPIR-V.md148 #### Use MLIR attributes for metadata
160 #### Model types with MLIR custom types
166 #### Unify and localize constants
177 #### Adopt symbol-based global variables and specialization constant
191 #### Disallow implicit capturing in functions
199 #### Model entry points and execution models as normal ops
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DDialect.h57 llvm::StringMap<std::unique_ptr<Operation>> operations; variable
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ctx_private.h40 unsigned long operations; member
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h279 ArrayRef<Operation *> operations) { in mapBlockArguments()
557 SmallVector<Operation *> operations; variable
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBlock.h356 OpListType operations; variable
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserState.cpp43 SmallVector<std::unique_ptr<OperationDefinition>> operations; member
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp364 SmallVector<Operation *> operations; in apply() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp182 llvm::StringMap<OperationName::Impl> operations; member in mlir::MLIRContextImpl
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp951 Value operations = op.getOperations(); in generate() local