Home
last modified time | relevance | path

Searched refs:IB (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc234 for (bucket_type *IB = m_Buckets, *E = m_Buckets+m_NumOfBuckets; IB != E; ++IB) { in doRehash() local
235 if (IB->Entry != bucket_type::getEmptyBucket() && in doRehash()
236 IB->Entry != bucket_type::getTombstone()) { in doRehash()
238 unsigned full_hash = IB->FullHashValue; in doRehash()
241 new_table[new_bucket].Entry = IB->Entry; in doRehash()
255 new_table[new_bucket].Entry = IB->Entry; in doRehash()
/frameworks/compile/slang/
Dslang_rs_backend.cpp356 llvm::IRBuilder<> *IB = new llvm::IRBuilder<>(BB); in dumpExportFunctionInfo() local
372 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo()
378 llvm::Value *V = IB->CreateLoad(Ptr); in dumpExportFunctionInfo()
384 llvm::CallInst *CI = IB->CreateCall(F, Params); in dumpExportFunctionInfo()
389 IB->CreateRetVoid(); in dumpExportFunctionInfo()
391 IB->CreateRet(CI); in dumpExportFunctionInfo()
393 delete IB; in dumpExportFunctionInfo()