Home
last modified time | relevance | path

Searched refs:IsGPU (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp96 void RuntimeDebugBuilder::createPrinter(PollyIRBuilder &Builder, bool IsGPU, in createPrinter() argument
98 if (IsGPU) in createPrinter()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp1283 bool IsGPU = OFK == Action::OFK_Cuda || OFK == Action::OFK_HIP; in TranslateXarchArgs() local
1288 NeedTrans = IsGPU; in TranslateXarchArgs()
1289 Skip = !IsGPU; in TranslateXarchArgs()
1291 NeedTrans = !IsGPU; in TranslateXarchArgs()
1292 Skip = IsGPU; in TranslateXarchArgs()
1293 } else if (A->getOption().matches(options::OPT_Xarch__) && IsGPU) { in TranslateXarchArgs()