HomeSort by relevance Sort by last modified time
    Searched refs:BundleTagCache (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 199 uint32_t NewIdx = BundleTagCache.size();
200 return &*(BundleTagCache.insert(std::make_pair(Tag, NewIdx)).first);
204 Tags.resize(BundleTagCache.size());
205 for (const auto &T : BundleTagCache)
210 auto I = BundleTagCache.find(Tag);
211 assert(I != BundleTagCache.end() && "Unknown tag!");
LLVMContextImpl.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.cpp 201 uint32_t NewIdx = BundleTagCache.size();
202 return &*(BundleTagCache.insert(std::make_pair(Tag, NewIdx)).first);
206 Tags.resize(BundleTagCache.size());
207 for (const auto &T : BundleTagCache)
212 auto I = BundleTagCache.find(Tag);
213 assert(I != BundleTagCache.end() && "Unknown tag!");
LLVMContextImpl.h     [all...]

Completed in 44 milliseconds