Lines Matching defs:DeviceID
1117 Value *Ident, Value *DeviceID, Value *NumTeams, Value *NumThreads,
1135 SmallVector<Value *> OffloadingArgs{Ident, DeviceID, NumTeams,
1148 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP) {
1188 Builder, AllocaIP, Return, RTLoc, DeviceID, Args.NumTeams.front(),
6548 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond,
6598 SrcLocInfo, DeviceID,
6631 cantFail(TaskBodyCB(/*DeviceID=*/nullptr, /*RTLoc=*/nullptr,
6634 cantFail(emitTargetTask(TaskBodyCB, DeviceID, SrcLocInfo, AllocaIP,
6691 Value *OffloadingArgs[] = {SrcLocInfo, DeviceID,
7114 TargetTaskBodyCallbackTy TaskBodyCB, Value *DeviceID, Value *RTLoc,
7231 if (Error Err = TaskBodyCB(DeviceID, RTLoc, TargetTaskAllocaIP))
7236 DeviceID](Function &OutlinedFn) mutable {
7259 // the DeviceID to the deferred task and also since
7261 bool NeedsTargetTask = HasNoWait && DeviceID;
7316 assert(DeviceID && "Expected non-empty device ID.");
7317 TaskAllocArgs.push_back(DeviceID);
7429 [&](Value *DeviceID, Value *RTLoc,
7444 DeviceID, RTLoc, TargetTaskAllocaIP);
7464 return OMPBuilder.emitTargetTask(TaskBodyCB, /*DeviceID=*/nullptr,
7532 Value *DeviceID = Builder.getInt64(OMP_DEVICEID_UNDEF);
7557 return OMPBuilder.emitTargetTask(TaskBodyCB, DeviceID, RTLoc, AllocaIP,
7562 DeviceID, RTLoc, AllocaIP);
7725 int64_t DeviceID, unsigned NumOperands) {
7743 {SrcLocInfo, Builder.getInt64(DeviceID),
9275 // - Entry 5 -> Count of regions at this DeviceID/FilesID/Line.
9279 GetMDInt(E.getKind()), GetMDInt(EntryInfo.DeviceID),
9406 SmallVectorImpl<char> &Name, StringRef ParentName, unsigned DeviceID,
9409 OS << KernelNamePrefix << llvm::format("%x", DeviceID)
9419 Name, EntryInfo.ParentName, EntryInfo.DeviceID, EntryInfo.FileID,
9638 /*DeviceID=*/GetMDInt(1),