Searched refs:WavefrontSize (Results 1 – 7 of 7) sorted by relevance
44 unsigned WavefrontSize; variable378 switch (WavefrontSize) { in getGridValue()445 WavefrontSize = 64; in handleTargetFeatures()
402 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64; in AMDGPUTargetInfo()485 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
748 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local749 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()763 .addImm(WavefrontSize); in lowerInitExec()
4947 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local4948 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()4978 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local4979 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
256 constexpr char WavefrontSize[] = "WavefrontSize"; variable
145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
3030 "WavefrontSize" integer Required Wavefront size. Must