Searched refs:IsAMDGCN (Results 1 – 4 of 4) sorted by relevance
286 bool IsAMDGCN = isAMDGCN(getTriple()); in setSupportedOpenCLOpts() local291 if (IsAMDGCN || GPUKind >= llvm::AMDGPU::GK_CEDAR) { in setSupportedOpenCLOpts()299 if (IsAMDGCN) { in setSupportedOpenCLOpts()
88 bool IsAMDGCN = false; member in __anon98b3e5030111::AMDGPUPromoteAllocaImpl119 IsAMDGCN = TT.getArch() == Triple::amdgcn; in AMDGPUPromoteAllocaImpl()991 assert(IsAMDGCN); in getLocalSizeYZ()1068 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_x in getWorkitemID()1073 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_y in getWorkitemID()1079 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_z in getWorkitemID()
814 const bool IsAMDGCN = Triple.isAMDGCN(); in addLTOOptions() local912 if (IsAMDGCN) in addLTOOptions()
4188 bool IsAMDGCN = Name.consume_front("amdgcn."); in UpgradeIntrinsicCall() local4273 } else if (IsAMDGCN) { in UpgradeIntrinsicCall()