Searched refs:ScopeTy (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 154 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/ |
D | ScopedHashTable.h | 149 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/ |
D | ScopedHashTable.h | 154 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/ |
D | CSE.cpp | 64 ScopedMapTy::ScopeTy scope; 169 ScopedMapTy::ScopeTy scope(knownValues); in simplifyRegion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 75 ScopedHTType::ScopeTy *HTScope; 188 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 57 ScopedHTType::ScopeTy *HTScope; 168 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 75 ScopedHTType::ScopeTy *HTScope; 188 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 335 ScopedHTType::ScopeTy Scope; 336 LoadHTType::ScopeTy LoadScope; 337 CallHTType::ScopeTy CallScope;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 587 ScopedHTType::ScopeTy Scope; 588 LoadHTType::ScopeTy LoadScope; 589 InvariantHTType::ScopeTy InvariantScope; 590 CallHTType::ScopeTy CallScope;
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 605 ScopedHTType::ScopeTy Scope; 606 LoadHTType::ScopeTy LoadScope; 607 InvariantHTType::ScopeTy InvariantScope; 608 CallHTType::ScopeTy CallScope;
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 77 typedef ScopedHTType::ScopeTy ScopeType;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 106 using ScopeType = ScopedHTType::ScopeTy;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 105 using ScopeType = ScopedHTType::ScopeTy;
|
/external/llvm-project/mlir/lib/IR/ |
D | AsmPrinter.cpp | 793 llvm::ScopedHashTable<StringRef, char>::ScopeTy usedNamesScope(usedNames); in SSANameState() 883 llvm::ScopedHashTable<StringRef, char>::ScopeTy usedNamesScope(usedNames); in numberValuesInRegion()
|