Searched refs:WavefrontSize (Results 1 – 11 of 11) sorted by relevance
30 WavefrontSize: 64 label
44 unsigned WavefrontSize; variable374 switch (WavefrontSize) { in getGridValue()441 WavefrontSize = 64; in handleTargetFeatures()
369 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64; in AMDGPUTargetInfo()452 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
18 ; CHECK: WavefrontSize: 6441 ; CHECK: WavefrontSize: 64
51 ; OSABI-HSA-ELF: WavefrontSize: 64
748 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local749 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()763 .addImm(WavefrontSize); in lowerInitExec()
4894 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local4895 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()4925 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local4926 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
256 constexpr char WavefrontSize[] = "WavefrontSize"; variable
144 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
2152 uint32_t WavefrontSize = 0; in __tgt_rtl_init_device() local2154 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()
3020 "WavefrontSize" integer Required Wavefront size. Must