Searched refs:WavefrontSize (Results 1 – 8 of 8) sorted by relevance
256 WavefrontSize = (GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32) ? 32 : 64; in AMDGPUTargetInfo()357 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE__", Twine(WavefrontSize), in getTargetDefines()360 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize), in getTargetDefines()
38 unsigned WavefrontSize; variable380 switch (WavefrontSize) { in getGridValue()449 WavefrontSize = 64; in handleTargetFeatures()
147 uint32_t WavefrontSize = KInvalidValue; member
258 constexpr char WavefrontSize[] = "WavefrontSize"; variable
145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
1641 const unsigned WavefrontSize = ST->getWavefrontSize(); in lowerInitExec() local1642 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()1654 .addImm(WavefrontSize); in lowerInitExec()
6381 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local6382 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()6411 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local6412 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
284 KernelData.WavefrontSize = V.second.getUInt(); in extractKernelData()