Lines Matching defs:DeviceID
1041 Value *Ident, Value *DeviceID, Value *NumTeams, Value *NumThreads,
1059 SmallVector<Value *> OffloadingArgs{Ident, DeviceID, NumTeams,
1072 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP) {
1111 Builder.restoreIP(emitTargetKernel(Builder, AllocaIP, Return, RTLoc, DeviceID,
6341 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond,
6384 Value *OffloadingArgs[] = {SrcLocInfo, DeviceID,
6438 Value *OffloadingArgs[] = {SrcLocInfo, DeviceID,
6791 Value *DeviceID, Value *RTLoc, OpenMPIRBuilder::InsertPointTy AllocaIP,
6909 EmitTargetCallFallbackCB, Args, DeviceID,
7086 Value *DeviceID = Builder.getInt64(OMP_DEVICEID_UNDEF);
7110 OutlinedFn, OutlinedFnID, EmitTargetCallFallbackCB, KArgs, DeviceID,
7115 DeviceID, RTLoc, AllocaIP));
7252 int64_t DeviceID, unsigned NumOperands) {
7270 {SrcLocInfo, Builder.getInt64(DeviceID),
8442 // - Entry 5 -> Count of regions at this DeviceID/FilesID/Line.
8446 GetMDInt(E.getKind()), GetMDInt(EntryInfo.DeviceID),
8572 SmallVectorImpl<char> &Name, StringRef ParentName, unsigned DeviceID,
8575 OS << "__omp_offloading" << llvm::format("_%x", DeviceID)
8585 Name, EntryInfo.ParentName, EntryInfo.DeviceID, EntryInfo.FileID,
8804 /*DeviceID=*/GetMDInt(1),