Lines Matching refs:DeviceID
2794 if (I->getFirst().getUniqueID().getDevice() == EntryInfo.DeviceID && in createOffloadEntriesAndInfoMetadata()
3747 llvm::Value *DeviceID; in emitTaskInit() local
3749 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), in emitTaskInit()
3752 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTaskInit()
3753 AllocArgs.push_back(DeviceID); in emitTaskInit()
9398 llvm::Value *DeviceID; in emitDeviceID() local
9404 DeviceID = in emitDeviceID()
9407 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitDeviceID()
9409 return DeviceID; in emitDeviceID()
9573 llvm::Value *DeviceID = emitDeviceID(Device, CGF); in emitTargetCallKernelLaunch() local
9594 DeviceID, RTLoc, AllocaIP)); in emitTargetCallKernelLaunch()
10231 llvm::Value *DeviceID = nullptr; in emitTargetDataCalls() local
10233 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), in emitTargetDataCalls()
10236 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTargetDataCalls()
10310 OmpLoc, AllocaIP, CodeGenIP, DeviceID, IfCondVal, Info, GenMapInfoCB, in emitTargetDataCalls()
10332 llvm::Value *DeviceID = nullptr; in emitTargetDataStandAloneCall() local
10334 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), in emitTargetDataStandAloneCall()
10337 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTargetDataStandAloneCall()
10348 DeviceID, in emitTargetDataStandAloneCall()