Home
last modified time | relevance | path

Searched refs:lookupSymbolIn (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DSymbolTable.h117 static Operation *lookupSymbolIn(Operation *op, StringAttr symbol);
118 static Operation *lookupSymbolIn(Operation *op, StringRef symbol) { in lookupSymbolIn() function
119 return lookupSymbolIn(op, StringAttr::get(op->getContext(), symbol)); in lookupSymbolIn()
121 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
125 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
247 Operation *lookupSymbolIn(Operation *symbolTableOp, StringAttr symbol);
248 Operation *lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name);
250 T lookupSymbolIn(Operation *symbolTableOp, NameT &&name) const { in lookupSymbolIn() function
252 lookupSymbolIn(symbolTableOp, std::forward<NameT>(name))); in lookupSymbolIn()
349 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DSymbolTable.h102 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
103 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
107 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
226 Operation *lookupSymbolIn(Operation *symbolTableOp, StringRef symbol);
227 Operation *lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name);
229 T lookupSymbolIn(Operation *symbolTableOp, NameT &&name) const { in lookupSymbolIn() function
231 lookupSymbolIn(symbolTableOp, std::forward<NameT>(name))); in lookupSymbolIn()
237 LogicalResult lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name,
291 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
297 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), symbol); in lookupSymbol()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DSymbolTable.h102 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
103 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
107 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
226 Operation *lookupSymbolIn(Operation *symbolTableOp, StringRef symbol);
227 Operation *lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name);
229 T lookupSymbolIn(Operation *symbolTableOp, NameT &&name) const { in lookupSymbolIn() function
231 lookupSymbolIn(symbolTableOp, std::forward<NameT>(name))); in lookupSymbolIn()
237 LogicalResult lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name,
291 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
297 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), symbol); in lookupSymbol()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DSymbolTable.h101 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
102 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
106 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
225 Operation *lookupSymbolIn(Operation *symbolTableOp, StringRef symbol);
226 Operation *lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name);
228 T lookupSymbolIn(Operation *symbolTableOp, NameT &&name) const { in lookupSymbolIn() function
230 lookupSymbolIn(symbolTableOp, std::forward<NameT>(name))); in lookupSymbolIn()
236 LogicalResult lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name,
290 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
296 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), symbol); in lookupSymbol()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DSymbolTable.h103 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
104 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
108 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
229 Operation *lookupSymbolIn(Operation *symbolTableOp, StringRef symbol);
230 Operation *lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name);
232 T lookupSymbolIn(Operation *symbolTableOp, NameT &&name) const { in lookupSymbolIn() function
234 lookupSymbolIn(symbolTableOp, std::forward<NameT>(name))); in lookupSymbolIn()
240 LogicalResult lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name,
331 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
337 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), symbol); in lookupSymbol()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DSymbolTable.h103 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
104 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
108 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
229 Operation *lookupSymbolIn(Operation *symbolTableOp, StringRef symbol);
230 Operation *lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name);
232 T lookupSymbolIn(Operation *symbolTableOp, NameT &&name) const { in lookupSymbolIn() function
234 lookupSymbolIn(symbolTableOp, std::forward<NameT>(name))); in lookupSymbolIn()
240 LogicalResult lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name,
331 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
337 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), symbol); in lookupSymbol()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DSymbolTable.h103 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
104 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
108 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
229 Operation *lookupSymbolIn(Operation *symbolTableOp, StringRef symbol);
230 Operation *lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name);
232 T lookupSymbolIn(Operation *symbolTableOp, NameT &&name) const {
234 lookupSymbolIn(symbolTableOp, std::forward<NameT>(name)));
240 LogicalResult lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr name,
331 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name);
337 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), symbol);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DSymbolTable.h101 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
102 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
106 static LogicalResult lookupSymbolIn(Operation *op, SymbolRefAttr symbol,
240 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
246 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), symbol); in lookupSymbol()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DSymbolTable.cpp298 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
313 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
316 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols))) in lookupSymbolIn()
360 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
371 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
376 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
983 if (failed(lookupSymbolIn(symbolTableOp, name, symbols))) in lookupSymbolIn()
991 SymbolTableCollection::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTableCollection
995 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
1007 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DSymbolTable.cpp297 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
312 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
315 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols))) in lookupSymbolIn()
359 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
370 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
375 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
984 if (failed(lookupSymbolIn(symbolTableOp, name, symbols))) in lookupSymbolIn()
992 SymbolTableCollection::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTableCollection
996 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
1008 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DSymbolTable.cpp297 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
312 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
315 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols))) in lookupSymbolIn()
359 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
370 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
375 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
984 if (failed(lookupSymbolIn(symbolTableOp, name, symbols))) in lookupSymbolIn()
992 SymbolTableCollection::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTableCollection
996 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
1008 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DSymbolTable.cpp297 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp,
312 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp,
315 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols)))
359 return lookupSymbolIn(symbolTableOp, symbol);
370 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr;
375 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr;
984 if (failed(lookupSymbolIn(symbolTableOp, name, symbols)))
992 SymbolTableCollection::lookupSymbolIn(Operation *symbolTableOp,
996 return lookupSymbolIn(symbolTableOp, symbol);
1008 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DSymbolTable.cpp279 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
291 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
294 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols))) in lookupSymbolIn()
335 SymbolTable::lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr symbol, in lookupSymbolIn() function in SymbolTable
338 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
349 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
354 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
950 if (failed(lookupSymbolIn(symbolTableOp, name, symbols))) in lookupSymbolIn()
958 SymbolTableCollection::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTableCollection
962 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DSymbolTable.cpp291 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
303 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
306 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols))) in lookupSymbolIn()
350 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
361 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
366 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
962 if (failed(lookupSymbolIn(symbolTableOp, name, symbols))) in lookupSymbolIn()
970 SymbolTableCollection::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTableCollection
974 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
986 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DSymbolTable.cpp291 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
303 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
306 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols))) in lookupSymbolIn()
350 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
361 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
366 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
962 if (failed(lookupSymbolIn(symbolTableOp, name, symbols))) in lookupSymbolIn()
970 SymbolTableCollection::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTableCollection
974 return lookupSymbolIn(symbolTableOp, symbol); in lookupSymbolIn()
986 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp43 auto fn = cast<FuncOp>(SymbolTable::lookupSymbolIn(module, symbol)); in runOnOperation()
56 SymbolTable::lookupSymbolIn(module, attr.cast<SymbolRefAttr>())); in runOnOperation()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp43 auto fn = cast<FuncOp>(SymbolTable::lookupSymbolIn(module, symbol)); in runOnOperation()
56 SymbolTable::lookupSymbolIn(module, attr.cast<SymbolRefAttr>())); in runOnOperation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp47 auto fn = cast<FuncOp>(SymbolTable::lookupSymbolIn(module, symbol)); in runOnOperation()
60 SymbolTable::lookupSymbolIn(module, attr.cast<SymbolRefAttr>())); in runOnOperation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp47 auto fn = cast<FuncOp>(SymbolTable::lookupSymbolIn(module, symbol)); in runOnOperation()
60 SymbolTable::lookupSymbolIn(module, attr.cast<SymbolRefAttr>())); in runOnOperation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp47 auto fn = cast<FuncOp>(SymbolTable::lookupSymbolIn(module, symbol)); in runOnOperation()
60 SymbolTable::lookupSymbolIn(module, attr.cast<SymbolRefAttr>())); in runOnOperation()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp47 auto fn = cast<FuncOp>(SymbolTable::lookupSymbolIn(module, symbol)); in runOnOperation()
60 SymbolTable::lookupSymbolIn(module, attr.cast<SymbolRefAttr>())); in runOnOperation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DSymbolTable.h90 static Operation *lookupSymbolIn(Operation *op, StringRef symbol);
91 static Operation *lookupSymbolIn(Operation *op, SymbolRefAttr symbol);
216 return mlir::SymbolTable::lookupSymbolIn(this->getOperation(), name); in lookupSymbol()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DSymbolTable.cpp243 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
253 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
256 if (failed(lookupSymbolIn(symbolTableOp, symbol, resolvedSymbols))) in lookupSymbolIn()
262 SymbolTable::lookupSymbolIn(Operation *symbolTableOp, SymbolRefAttr symbol, in lookupSymbolIn() function in SymbolTable
267 symbolTableOp = lookupSymbolIn(symbolTableOp, symbol.getRootReference()); in lookupSymbolIn()
284 symbolTableOp = lookupSymbolIn(symbolTableOp, ref.getValue()); in lookupSymbolIn()
289 symbols.push_back(lookupSymbolIn(symbolTableOp, symbol.getLeafReference())); in lookupSymbolIn()
299 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
304 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DSymbolTable.cpp219 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
231 Operation *SymbolTable::lookupSymbolIn(Operation *symbolTableOp, in lookupSymbolIn() function in SymbolTable
236 symbolTableOp = lookupSymbolIn(symbolTableOp, symbol.getRootReference()); in lookupSymbolIn()
252 symbolTableOp = lookupSymbolIn(symbolTableOp, ref.getValue()); in lookupSymbolIn()
256 return lookupSymbolIn(symbolTableOp, symbol.getLeafReference()); in lookupSymbolIn()
265 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
270 return symbolTableOp ? lookupSymbolIn(symbolTableOp, symbol) : nullptr; in lookupNearestSymbolFrom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp33 if (!SymbolTable::lookupSymbolIn(combinedModule, possible)) { in renameSymbol()
48 if (!SymbolTable::lookupSymbolIn(source, op.getName())) in updateSymbolAndAllUses()

123