Home
last modified time | relevance | path

Searched refs:ScopeTy (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
163 ScopeTy *CurScope = nullptr;
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
216 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h149 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy; typedef
155 ScopeTy *CurScope;
202 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
163 ScopeTy *CurScope = nullptr;
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope()
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope()
216 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
/external/llvm-project/mlir/lib/Transforms/
DCSE.cpp64 ScopedMapTy::ScopeTy scope;
169 ScopedMapTy::ScopeTy scope(knownValues); in simplifyRegion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp75 ScopedHTType::ScopeTy *HTScope;
188 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp57 ScopedHTType::ScopeTy *HTScope;
168 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp75 ScopedHTType::ScopeTy *HTScope;
188 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp335 ScopedHTType::ScopeTy Scope;
336 LoadHTType::ScopeTy LoadScope;
337 CallHTType::ScopeTy CallScope;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp587 ScopedHTType::ScopeTy Scope;
588 LoadHTType::ScopeTy LoadScope;
589 InvariantHTType::ScopeTy InvariantScope;
590 CallHTType::ScopeTy CallScope;
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp605 ScopedHTType::ScopeTy Scope;
606 LoadHTType::ScopeTy LoadScope;
607 InvariantHTType::ScopeTy InvariantScope;
608 CallHTType::ScopeTy CallScope;
/external/llvm/lib/CodeGen/
DMachineCSE.cpp77 typedef ScopedHTType::ScopeTy ScopeType;
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp106 using ScopeType = ScopedHTType::ScopeTy;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp105 using ScopeType = ScopedHTType::ScopeTy;
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp793 llvm::ScopedHashTable<StringRef, char>::ScopeTy usedNamesScope(usedNames); in SSANameState()
883 llvm::ScopedHashTable<StringRef, char>::ScopeTy usedNamesScope(usedNames); in numberValuesInRegion()