Searched refs:LocalIndex (Results 1 – 4 of 4) sorted by relevance
1426 NaClBcIndexSize_t LocalIndex = Index - CachedNumGlobalValueIDs; in getOperand() local1427 if (LocalIndex >= LocalOperands.size()) in getOperand()1429 Ice::Operand *Op = LocalOperands[LocalIndex]; in getOperand()1519 NaClBcIndexSize_t LocalIndex = NextLocalInstIndex - CachedNumGlobalValueIDs; in getNextInstVar() local1520 if (LocalIndex < LocalOperands.size()) { in getNextInstVar()1521 Ice::Operand *Op = LocalOperands[LocalIndex]; in getNextInstVar()1561 NaClBcIndexSize_t LocalIndex = Index - CachedNumGlobalValueIDs; in setOperand() local1562 if (LocalIndex == LocalOperands.size()) { in setOperand()1568 if (LocalIndex >= LocalOperands.size()) { in setOperand()1569 if (LocalIndex > MaxRecordsInBlock) { in setOperand()[all …]
84 static size_t LocalIndex(token_t token) { in LocalIndex() function
222 size_t index = AsmJsScanner::LocalIndex(token); in GetVarInfo()
4854 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity() local4855 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity()4880 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local4881 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()5085 unsigned LocalIndex = PPInfo.second; in isPreprocessedEntityInFileID() local5086 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID()6147 unsigned LocalIndex = LocalID >> Qualifiers::FastWidth; in getGlobalTypeID() local6149 if (LocalIndex < NUM_PREDEF_TYPE_IDS) in getGlobalTypeID()6153 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()6156 unsigned GlobalIndex = LocalIndex + I->second; in getGlobalTypeID()