Searched refs:IsAMDGCN (Results 1 – 4 of 4) sorted by relevance
296 bool IsAMDGCN = isAMDGCN(getTriple()); in setSupportedOpenCLOpts() local301 if (IsAMDGCN || GPUKind >= llvm::AMDGPU::GK_CEDAR) { in setSupportedOpenCLOpts()309 if (IsAMDGCN) { in setSupportedOpenCLOpts()
103 bool IsAMDGCN = false; member in __anon98b3e5030111::AMDGPUPromoteAllocaImpl136 IsAMDGCN = TT.isAMDGCN(); in AMDGPUPromoteAllocaImpl()1092 assert(IsAMDGCN); in getLocalSizeYZ()1165 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_x in getWorkitemID()1170 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_y in getWorkitemID()1176 IntrID = IsAMDGCN ? (Intrinsic::ID)Intrinsic::amdgcn_workitem_id_z in getWorkitemID()
948 const bool IsAMDGCN = Triple.isAMDGCN(); in addLTOOptions() local1072 if (IsAMDGCN) in addLTOOptions()
4544 bool IsAMDGCN = Name.consume_front("amdgcn."); in UpgradeIntrinsicCall() local4558 } else if (IsAMDGCN) { in UpgradeIntrinsicCall()