Home
last modified time | relevance | path

Searched defs:WavefrontSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.h44 unsigned WavefrontSize; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp679 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local
H A DSIISelLowering.cpp4701 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
4732 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h251 constexpr char WavefrontSize[] = "WavefrontSize"; variable