Home
last modified time | relevance | path

Searched refs:GlobalIndices (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp88 auto It = GlobalIndices.find(VD); in getGlobal()
89 if (It != GlobalIndices.end()) in getGlobal()
95 auto It = GlobalIndices.find(P); in getGlobal()
96 if (It != GlobalIndices.end()) { in getGlobal()
104 GlobalIndices[VD] = *Index; in getGlobal()
116 GlobalIndices[VD] = *Idx; in getOrCreateGlobal()
152 GlobalIndices[P] = *Idx; in createGlobal()
DProgram.h179 llvm::DenseMap<const void *, unsigned> GlobalIndices; variable
/external/llvm-project/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp225 GlobalIndices; member in __anon6a7383e10211::FrameIndexesCache
244 if (EHPad && GlobalIndices.count(EHPad)) in reset()
245 for (auto &RSP : GlobalIndices[EHPad]) in reset()
252 auto It = GlobalIndices.find(EHPad); in getFrameIndex()
253 if (It != GlobalIndices.end()) { in getFrameIndex()
289 GlobalIndices[EHPad].push_back(std::make_pair(Reg, FI)); in getFrameIndex()
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1632 DenseMap<GlobalTypeMember *, uint64_t> GlobalIndices; in buildBitSetsFromDisjointSet() local
1640 GlobalIndices[GTM] = GlobalIndex; in buildBitSetsFromDisjointSet()
1648 TMSet.insert(GlobalIndices[T]); in buildBitSetsFromDisjointSet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1601 DenseMap<GlobalTypeMember *, uint64_t> GlobalIndices; in buildBitSetsFromDisjointSet() local
1609 GlobalIndices[GTM] = GlobalIndex; in buildBitSetsFromDisjointSet()
1617 TMSet.insert(GlobalIndices[T]); in buildBitSetsFromDisjointSet()