Searched refs:WavefrontSize (Results 1 – 7 of 7) sorted by relevance
80 unsigned WavefrontSize; variable197 return WavefrontSize; in getWavefrontSize()457 return Log2_32(WavefrontSize); in getWavefrontSizeLog2()1181 return WavefrontSize == 32; in isWave32()
43 "WavefrontSize",
148 if (WavefrontSize == 0) in initializeSubtargetDependencies()149 WavefrontSize = 64; in initializeSubtargetDependencies()185 WavefrontSize(0) in AMDGPUSubtarget()
4229 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local4230 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()4262 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local4263 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
1245 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress() local1259 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
241 constexpr char WavefrontSize[] = "WavefrontSize"; variable
141 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()