Lines Matching defs:DeviceID
2809 if (I->getFirst().getUniqueID().getDevice() == EntryInfo.DeviceID &&
3761 llvm::Value *DeviceID;
3763 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
3766 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
3767 AllocArgs.push_back(DeviceID);
9460 llvm::Value *DeviceID;
9466 DeviceID =
9469 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
9471 return DeviceID;
9636 llvm::Value *DeviceID = emitDeviceID(Device, CGF);
9657 DeviceID, RTLoc, AllocaIP));
10256 llvm::Value *DeviceID = nullptr;
10258 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
10261 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
10335 OmpLoc, AllocaIP, CodeGenIP, DeviceID, IfCondVal, Info, GenMapInfoCB,
10357 llvm::Value *DeviceID = nullptr;
10359 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
10362 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
10373 {RTLoc, DeviceID, PointerNum,