Searched refs:GroupIndex (Results 1 – 7 of 7) sorted by relevance
215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use() local216 ResourceState &CurrentUser = *Resources[GroupIndex]; in use()218 Strategies[GroupIndex]->used(RR.first); in use()237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release() local238 ResourceState &CurrentUser = *Resources[GroupIndex]; in release()
157 SymbolGroup::SymbolGroup(InputFile *File, uint32_t GroupIndex) : File(File) { in SymbolGroup() argument 162 initializeForPdb(GroupIndex); in SymbolGroup() 174 if (I == GroupIndex) in SymbolGroup()
901 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies() local902 if (GroupIndex == 0) { in BreakAntiDependencies()911 if (FindSuitableFreeRegisters(AntiDepReg, GroupIndex, RenameOrder, in BreakAntiDependencies()
95 LLVM_ABI explicit SymbolGroup(InputFile *File, uint32_t GroupIndex = 0);
391 llvm::Function *GroupIndex = in emitInputSemantic() local393 return B.CreateCall(FunctionCallee(GroupIndex)); in emitInputSemantic()
264 SEMANTIC_KIND(23, GroupIndex)
5357 int GroupIndex = -1; member5385 Objects[Index].GroupIndex = NextGroupIndex; in EndCurrentGroup()5418 A.GroupIndex, A.ObjectIndex) < in FrameObjectCompare()5420 B.GroupIndex, B.ObjectIndex); in FrameObjectCompare()5512 int FirstGroupIndex = FrameObjects[*TBPI].GroupIndex; in orderFrameObjects()5515 if (Object.GroupIndex == FirstGroupIndex) in orderFrameObjects()5534 dbgs() << " " << Obj.ObjectIndex << ": group " << Obj.GroupIndex; in orderFrameObjects()