Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DRuntimeDebugBuilder.cpp96 void RuntimeDebugBuilder::createPrinter(PollyIRBuilder &Builder, bool IsGPU, in createPrinter() argument
98 if (IsGPU) in createPrinter()
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp1273 bool IsGPU = OFK == Action::OFK_Cuda || OFK == Action::OFK_HIP; in TranslateXarchArgs() local
1278 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()