Home
last modified time | relevance | path

Searched refs:GroupIndex (Results 1 – 7 of 7) 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.cpp901 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies() local
902 if (GroupIndex == 0) { in BreakAntiDependencies()
911 if (FindSuitableFreeRegisters(AntiDepReg, GroupIndex, RenameOrder, in BreakAntiDependencies()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h95 LLVM_ABI explicit SymbolGroup(InputFile *File, uint32_t GroupIndex = 0);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp391 llvm::Function *GroupIndex = in emitInputSemantic() local
393 return B.CreateCall(FunctionCallee(GroupIndex)); in emitInputSemantic()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def264 SEMANTIC_KIND(23, GroupIndex)
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp5357 int GroupIndex = -1; member
5385 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()