Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use() local
216 ResourceState &CurrentUser = *Resources[GroupIndex]; in use()
218 Strategies[GroupIndex]->used(RR.first); in use()
237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release() local
238 ResourceState &CurrentUser = *Resources[GroupIndex]; in release()
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp145 size_t GroupIndex = Results.size() - 1; in handleResult() local
147 TestRanges.GroupedRanges[GroupIndex].Ranges.size()) { in handleResult()
148 ++GroupIndex; in handleResult()
149 if (GroupIndex >= TestRanges.GroupedRanges.size()) { in handleResult()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp156 SymbolGroup::SymbolGroup(InputFile *File, uint32_t GroupIndex) : File(File) { in SymbolGroup() argument
161 initializeForPdb(GroupIndex); in SymbolGroup()
173 if (I == GroupIndex) in SymbolGroup()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp928 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies() local
929 if (GroupIndex == 0) { in BreakAntiDependencies()
938 if (FindSuitableFreeRegisters(GroupIndex, RenameOrder, RenameMap)) { in BreakAntiDependencies()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h94 explicit SymbolGroup(InputFile *File, uint32_t GroupIndex = 0);
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3819 int GroupIndex = -1; member
3842 Objects[Index].GroupIndex = NextGroupIndex; in EndCurrentGroup()
3870 return std::make_tuple(!A.IsValid, A.ObjectFirst, A.GroupFirst, A.GroupIndex, in FrameObjectCompare()
3872 std::make_tuple(!B.IsValid, B.ObjectFirst, B.GroupFirst, B.GroupIndex, in FrameObjectCompare()
3942 int FirstGroupIndex = FrameObjects[*TBPI].GroupIndex; in orderFrameObjects()
3945 if (Object.GroupIndex == FirstGroupIndex) in orderFrameObjects()
3963 dbgs() << " " << Obj.ObjectIndex << ": group " << Obj.GroupIndex; in orderFrameObjects()