Home
last modified time | relevance | path

Searched refs:WavefrontSize (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h80 unsigned WavefrontSize; variable
197 return WavefrontSize; in getWavefrontSize()
457 return Log2_32(WavefrontSize); in getWavefrontSizeLog2()
1181 return WavefrontSize == 32; in isWave32()
DAMDGPUFeatures.td43 "WavefrontSize",
DAMDGPUSubtarget.cpp148 if (WavefrontSize == 0) in initializeSubtargetDependencies()
149 WavefrontSize = 64; in initializeSubtargetDependencies()
185 WavefrontSize(0) in AMDGPUSubtarget()
DSIISelLowering.cpp4229 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
4230 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()
4262 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
4263 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
DSIInstrInfo.cpp1245 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress() local
1259 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h241 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAMDGPUMetadata.cpp141 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()