Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.h44 unsigned WavefrontSize; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp748 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local
H A DSIISelLowering.cpp4947 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
4978 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h256 constexpr char WavefrontSize[] = "WavefrontSize"; variable