Searched refs:IsGPU (Results 1 – 2 of 2) sorted by relevance
96 void RuntimeDebugBuilder::createPrinter(PollyIRBuilder &Builder, bool IsGPU, in createPrinter() argument98 if (IsGPU) in createPrinter()
1273 bool IsGPU = OFK == Action::OFK_Cuda || OFK == Action::OFK_HIP; in TranslateXarchArgs() local1278 NeedTrans = IsGPU; in TranslateXarchArgs()1279 Skip = !IsGPU; in TranslateXarchArgs()1281 NeedTrans = !IsGPU; in TranslateXarchArgs()1282 Skip = IsGPU; in TranslateXarchArgs()1283 } else if (A->getOption().matches(options::OPT_Xarch__) && IsGPU) { in TranslateXarchArgs()