Lines Matching refs:DeviceID

2961         if (I->getFirst()->getUniqueID().getDevice() == EntryInfo.DeviceID &&  in createOffloadEntriesAndInfoMetadata()
3949 llvm::Value *DeviceID; in emitTaskInit() local
3951 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), in emitTaskInit()
3954 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTaskInit()
3955 AllocArgs.push_back(DeviceID); in emitTaskInit()
9877 llvm::Value *DeviceID; in emitTargetCall() local
9883 DeviceID = in emitTargetCall()
9886 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTargetCall()
9957 CGF.Builder, Return, RTLoc, DeviceID, NumTeams, NumThreads, in emitTargetCall()
10678 llvm::Value *DeviceID = nullptr; in emitTargetDataCalls() local
10680 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), in emitTargetDataCalls()
10683 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTargetDataCalls()
10693 DeviceID, in emitTargetDataCalls()
10725 llvm::Value *DeviceID = nullptr; in emitTargetDataCalls() local
10727 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), in emitTargetDataCalls()
10730 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTargetDataCalls()
10740 DeviceID, in emitTargetDataCalls()
10809 llvm::Value *DeviceID = nullptr; in emitTargetDataStandAloneCall() local
10811 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), in emitTargetDataStandAloneCall()
10814 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF); in emitTargetDataStandAloneCall()
10825 DeviceID, in emitTargetDataStandAloneCall()