Lines Matching defs:targetOptions
96 const gpu::TargetOptions &targetOptions)
99 target(target), toolkitPath(targetOptions.getToolkitPath()),
100 librariesToLink(targetOptions.getLibrariesToLink()) {
102 // If `targetOptions` has an empty toolkitPath use `getROCMPath`
404 const gpu::TargetOptions &targetOptions, llvm::Module &llvmModule) {
413 if (targetOptions.getCompilationTarget() == gpu::CompilationTarget::Offload)
439 if (targetOptions.getCompilationTarget() == gpu::CompilationTarget::Assembly)
457 const gpu::TargetOptions &targetOptions);
464 gpu::TargetOptions targetOptions;
469 const gpu::TargetOptions &targetOptions)
470 : SerializeGPUModuleBase(module, target, targetOptions),
471 targetOptions(targetOptions) {}
475 return moduleToObjectImpl(targetOptions, llvmModule);