Searched refs:ScopedHashTableScope (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 85 class ScopedHashTableScope { 90 ScopedHashTableScope *PrevScope; 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 98 ScopedHashTableScope(ScopedHashTableScope &) = delete; 99 ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete; 100 ~ScopedHashTableScope(); 102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() 156 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 227 ScopedHashTableScope<K, V, KInfo, Allocator>:: [all …]
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/ |
| H A D | MLIRGen.cpp | 38 using llvm::ScopedHashTableScope; 122 ScopedHashTableScope<llvm::StringRef, mlir::Value> varScope(symbolTable); in mlirGen() 397 ScopedHashTableScope<StringRef, mlir::Value> varScope(symbolTable); in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/ |
| H A D | MLIRGen.cpp | 38 using llvm::ScopedHashTableScope; 122 ScopedHashTableScope<llvm::StringRef, mlir::Value> varScope(symbolTable); in mlirGen() 397 ScopedHashTableScope<StringRef, mlir::Value> varScope(symbolTable); in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | MLIRGen.cpp | 38 using llvm::ScopedHashTableScope; 122 ScopedHashTableScope<llvm::StringRef, mlir::Value> varScope(symbolTable); in mlirGen() 401 ScopedHashTableScope<StringRef, mlir::Value> varScope(symbolTable); in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | MLIRGen.cpp | 38 using llvm::ScopedHashTableScope; 122 ScopedHashTableScope<llvm::StringRef, mlir::Value> varScope(symbolTable); in mlirGen() 401 ScopedHashTableScope<StringRef, mlir::Value> varScope(symbolTable); in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | MLIRGen.cpp | 38 using llvm::ScopedHashTableScope; 122 ScopedHashTableScope<llvm::StringRef, mlir::Value> varScope(symbolTable); in mlirGen() 401 ScopedHashTableScope<StringRef, mlir::Value> varScope(symbolTable); in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | MLIRGen.cpp | 38 using llvm::ScopedHashTableScope; 102 llvm::ScopedHashTableScope<StringRef,
|
| /llvm-project-15.0.7/mlir/lib/Target/Cpp/ |
| H A D | TranslateToCpp.cpp | 142 llvm::ScopedHashTableScope<Value, std::string> valueMapperScope; 143 llvm::ScopedHashTableScope<Block *, std::string> blockMapperScope;
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 43 using ValueMapScope = llvm::ScopedHashTableScope<Position *, Value>;
|