Searched refs:WavefrontSize (Results 1 – 6 of 6) sorted by relevance
234 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64; in AMDGPUTargetInfo()321 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE__", Twine(WavefrontSize)); in getTargetDefines()323 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
38 unsigned WavefrontSize; variable371 switch (WavefrontSize) { in getGridValue()438 WavefrontSize = 64; in handleTargetFeatures()
760 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local761 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()775 .addImm(WavefrontSize); in lowerInitExec()
5803 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local5804 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()5833 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local5834 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
250 constexpr char WavefrontSize[] = "WavefrontSize"; variable
145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()