Searched defs:operations (Results 1 – 9 of 9) sorted by relevance
148 #### Use MLIR attributes for metadata160 #### Model types with MLIR custom types166 #### Unify and localize constants177 #### Adopt symbol-based global variables and specialization constant191 #### Disallow implicit capturing in functions199 #### Model entry points and execution models as normal ops
57 llvm::StringMap<std::unique_ptr<Operation>> operations; variable
40 unsigned long operations; member
279 ArrayRef<Operation *> operations) { in mapBlockArguments()557 SmallVector<Operation *> operations; variable
356 OpListType operations; variable
43 SmallVector<std::unique_ptr<OperationDefinition>> operations; member
364 SmallVector<Operation *> operations; in apply() local
182 llvm::StringMap<OperationName::Impl> operations; member in mlir::MLIRContextImpl
951 Value operations = op.getOperations(); in generate() local