Searched refs:IsAMDGCN (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.h297 bool IsAMDGCN = isAMDGCN(getTriple()); variable
302 if (IsAMDGCN || GPUKind >= llvm::AMDGPU::GK_CEDAR) {
310 if (IsAMDGCN) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp78 bool IsAMDGCN = false; member in class:__anon2607::AMDGPUPromoteAllocaImpl
171 IsAMDGCN = TT.getArch() == Triple::amdgcn;
178 if (IsAMDGCN) {
228 assert(IsAMDGCN);
305 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_x
310 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_y
316 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_z

Completed in 75 milliseconds