Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp157 SymbolGroup::SymbolGroup(InputFile *File, uint32_t GroupIndex) : File(File) { in SymbolGroup() argument
162 initializeForPdb(GroupIndex); in SymbolGroup()
174 if (I == GroupIndex) in SymbolGroup()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp897 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies() local
898 if (GroupIndex == 0) { in BreakAntiDependencies()
907 if (FindSuitableFreeRegisters(AntiDepReg, GroupIndex, RenameOrder, in BreakAntiDependencies()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h94 explicit SymbolGroup(InputFile *File, uint32_t GroupIndex = 0);
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def95 SEMANTIC_KIND(23, GroupIndex)
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4672 int GroupIndex = -1; member
4700 Objects[Index].GroupIndex = NextGroupIndex; in EndCurrentGroup()
4733 A.GroupIndex, A.ObjectIndex) < in FrameObjectCompare()
4735 B.GroupIndex, B.ObjectIndex); in FrameObjectCompare()
4827 int FirstGroupIndex = FrameObjects[*TBPI].GroupIndex; in orderFrameObjects()
4830 if (Object.GroupIndex == FirstGroupIndex) in orderFrameObjects()
4849 dbgs() << " " << Obj.ObjectIndex << ": group " << Obj.GroupIndex; in orderFrameObjects()