Home
last modified time | relevance | path

Searched refs:WavefrontSize (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/AMDGPU/
H A Dhsa-metadata-kernel-code-props.s30 WavefrontSize: 64 label
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAMDGPU.h44 unsigned WavefrontSize; variable
374 switch (WavefrontSize) { in getGridValue()
441 WavefrontSize = 64; in handleTargetFeatures()
H A DAMDGPU.cpp369 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64; in AMDGPUTargetInfo()
452 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dhsa-metadata-kernel-code-props.ll18 ; CHECK: WavefrontSize: 64
41 ; CHECK: WavefrontSize: 64
H A Delf-notes.ll51 ; OSABI-HSA-ELF: WavefrontSize: 64
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp748 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local
749 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()
763 .addImm(WavefrontSize); in lowerInitExec()
H A DSIISelLowering.cpp4894 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
4895 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()
4925 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
4926 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h256 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/llvm-project-15.0.7/llvm/lib/Support/
H A DAMDGPUMetadata.cpp144 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp2152 uint32_t WavefrontSize = 0; in __tgt_rtl_init_device() local
2154 hsa_agent_get_info(Agent, HSA_AGENT_INFO_WAVEFRONT_SIZE, &WavefrontSize); in __tgt_rtl_init_device()
2156 DP("Queried wavefront size: %d\n", WavefrontSize); in __tgt_rtl_init_device()
2157 DeviceInfo().WarpSize[DeviceId] = WavefrontSize; in __tgt_rtl_init_device()
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUUsage.rst3020 "WavefrontSize" integer Required Wavefront size. Must