Home
last modified time | relevance | path

Searched full:groupsharedbytesused (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DPSVv0-mesh.yaml17 GroupSharedBytesUsed: 1024
50 # CHECK-NEXT: GroupSharedBytesUsed: 1024
H A DPSVv1-mesh.yaml17 GroupSharedBytesUsed: 1024
63 # CHECK-NEXT: GroupSharedBytesUsed: 1024
H A DPSVv2-mesh.yaml17 GroupSharedBytesUsed: 1024
72 # CHECK-NEXT: GroupSharedBytesUsed: 1024
H A DPSVv3-mesh.yaml17 GroupSharedBytesUsed: 1024
73 # CHECK-NEXT: GroupSharedBytesUsed: 1024
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h217 uint32_t GroupSharedBytesUsed; member
224 sys::swapByteOrder(GroupSharedBytesUsed); in swapBytes()
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp329 IO.mapRequired("GroupSharedBytesUsed", StageInfo.MS.GroupSharedBytesUsed); in mapInfoForVersion()