Lines Matching defs:DeviceId
1203 static int processDataBefore(ident_t *Loc, int64_t DeviceId, void *HostPtr,
1212 auto DeviceOrErr = PM->getDevice(DeviceId);
1214 FATAL_MESSAGE(DeviceId, "%s", toString(DeviceOrErr.takeError()).c_str());
1338 static int processDataAfter(ident_t *Loc, int64_t DeviceId, void *HostPtr,
1345 auto DeviceOrErr = PM->getDevice(DeviceId);
1347 FATAL_MESSAGE(DeviceId, "%s", toString(DeviceOrErr.takeError()).c_str());
1383 int32_t DeviceId = Device.DeviceID;
1396 assert(TM->Table->TargetsTable.size() > (size_t)DeviceId &&
1398 TargetTable = TM->Table->TargetsTable[DeviceId];
1422 Ret = processDataBefore(Loc, DeviceId, HostPtr, NumClangLaunchArgs,
1474 Ret = processDataAfter(Loc, DeviceId, HostPtr, NumClangLaunchArgs,
1507 int32_t DeviceId = Device.DeviceID;
1521 assert(TM->Table->TargetsTable.size() > (size_t)DeviceId &&
1523 TargetTable = TM->Table->TargetsTable[DeviceId];