Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1362 CachedNumGlobalValueIDs(Context->getNumGlobalIDs()), in FunctionParser()
1370 CachedNumGlobalValueIDs(Context->getNumGlobalIDs()), in FunctionParser()
1412 size_t getNumGlobalIDs() const { return CachedNumGlobalValueIDs; } in getNumGlobalIDs()
1423 if (Index < CachedNumGlobalValueIDs) { in getOperand()
1426 NaClBcIndexSize_t LocalIndex = Index - CachedNumGlobalValueIDs; in getOperand()
1453 size_t CachedNumGlobalValueIDs; member in __anon013ef65f0111::FunctionParser
1517 assert(NextLocalInstIndex >= CachedNumGlobalValueIDs); in getNextInstVar()
1519 NaClBcIndexSize_t LocalIndex = NextLocalInstIndex - CachedNumGlobalValueIDs; in getNextInstVar()
1561 NaClBcIndexSize_t LocalIndex = Index - CachedNumGlobalValueIDs; in setOperand()
1573 << CachedNumGlobalValueIDs << " globals and function contains " in setOperand()