Lines Matching defs:DeviceID
2789 if (I->getFirst().getUniqueID().getDevice() == EntryInfo.DeviceID &&
3739 llvm::Value *DeviceID;
3741 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
3744 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
3745 AllocArgs.push_back(DeviceID);
9161 llvm::Value *DeviceID;
9167 DeviceID =
9170 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
9172 return DeviceID;
9397 llvm::Value *DeviceID = emitDeviceID(Device, CGF);
9415 CGF.Builder, OutlinedFnID, EmitTargetCallFallbackCB, Args, DeviceID,
10016 llvm::Value *DeviceID = nullptr;
10018 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
10021 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
10096 OmpLoc, AllocaIP, CodeGenIP, DeviceID, IfCondVal, Info, GenMapInfoCB,
10119 llvm::Value *DeviceID = nullptr;
10121 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
10124 DeviceID = CGF.Builder.getInt64(OMP_DEVICEID_UNDEF);
10135 {RTLoc, DeviceID, PointerNum,