Lines Matching defs:Img
199 __tgt_device_image *Img = &DI.getExecutableImage();
206 if (!R.is_plugin_compatible(Img))
218 if (!R.is_device_compatible(DeviceId, Img))
222 DPxPTR(Img->ImageStart), R.getName(), DeviceId);
243 DPxPTR(Img->ImageStart), R.getName());
254 TT.TargetsImages[UserId] = Img;
257 PM->UsedImages.insert(Img);
264 DP("No RTL found for image " DPxMOD "!\n", DPxPTR(Img->ImageStart));
297 __tgt_device_image *Img = &DI.getExecutableImage();
308 if (!UsedImages.contains(Img))
313 DP("Unregistered image " DPxMOD " from RTL\n", DPxPTR(Img->ImageStart));
321 DPxPTR(Img->ImageStart));
380 __tgt_device_image *Img = TransTable->TargetsImages[DeviceId];
381 if (!Img) {
388 auto BinaryOrErr = Device.loadBinary(Img);
400 llvm::make_range(Img->EntriesBegin, Img->EntriesEnd)) {