Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSubtarget.h80 unsigned WavefrontSize; variable
197 return WavefrontSize; in getWavefrontSize()
457 return Log2_32(WavefrontSize); in getWavefrontSizeLog2()
1181 return WavefrontSize == 32; in isWave32()
HDAMDGPUFeatures.td43 "WavefrontSize",
HDAMDGPUSubtarget.cpp148 if (WavefrontSize == 0) in initializeSubtargetDependencies()
149 WavefrontSize = 64; in initializeSubtargetDependencies()
185 WavefrontSize(0) in AMDGPUSubtarget()
HDSIISelLowering.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()
HDSIInstrInfo.cpp1245 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress() local
1259 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAMDGPUMetadata.h241 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAMDGPUMetadata.cpp141 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()