Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILMetadataAnalysis.cpp66 Success = llvm::to_integer(NumThreadsVec[2], EFP.NumThreadsZ, 10); in collectMetadataInfo()
85 << EP.NumThreadsZ << "\n"; in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILMetadataAnalysis.h29 unsigned NumThreadsZ{0}; // Z component
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp277 PSV.BaseData.NumThreadsZ = MMI.EntryPropertyVec[0].NumThreadsZ; in addPipelineStateValidationInfo()
H A DDXILTranslateMetadata.cpp196 Type::getInt32Ty(Ctx), EP.NumThreadsZ))}; in getEntryPropAsMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h534 uint32_t NumThreadsZ; member
539 sys::swapByteOrder(NumThreadsZ); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp673 IO.mapRequired("NumThreadsZ", Info.NumThreadsZ); in mapInfoForVersion()