Searched refs:WavefrontSize (Results 1 – 6 of 6) sorted by relevance
241 WavefrontSize = (GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32) ? 32 : 64; in AMDGPUTargetInfo()340 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE__", Twine(WavefrontSize)); in getTargetDefines()342 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
38 unsigned WavefrontSize; variable367 switch (WavefrontSize) { in getGridValue()436 WavefrontSize = 64; in handleTargetFeatures()
257 constexpr char WavefrontSize[] = "WavefrontSize"; variable
145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
1573 const unsigned WavefrontSize = ST->getWavefrontSize(); in lowerInitExec() local1574 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()1586 .addImm(WavefrontSize); in lowerInitExec()
6037 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local6038 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()6067 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local6068 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()