Home
last modified time | relevance | path

Searched refs:GroupId (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h116 virtual const CriticalDependency getCriticalPredecessor(unsigned GroupId) = 0;
448 const CriticalDependency getCriticalPredecessor(unsigned GroupId) override { in getCriticalPredecessor() argument
449 const MemoryGroup &Group = getGroup(GroupId); in getCriticalPredecessor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h100 GENERATE_HLSL_INTRINSIC_FUNCTION(GroupId, group_id)
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h100 uptr getNumFreePages(uptr GroupId) { return FreePagesCount[GroupId]; } in getNumFreePages() argument
/freebsd/sys/dev/hptrr/
H A Dhptintf.h406 HPT_U32 GroupId; /* low 32bit of vbus pointer the controller belongs member
434 HPT_U32 GroupId; member
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h451 HPT_U32 GroupId; /* low 32bit of vbus pointer the controller belongs member
504 HPT_U32 GroupId; member
/freebsd/sys/dev/hptnr/
H A Dhptintf.h447 HPT_U32 GroupId; /* low 32bit of vbus pointer the controller belongs member
500 HPT_U32 GroupId; member
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td934 def GroupId : DXILOp<94, groupId> {