Lines Matching defs:Device
3757 const Expr *Device = nullptr;
3759 Device = C->getDevice();
3762 if (Device)
3763 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
9457 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
9461 if (Device.getPointer()) {
9462 assert((Device.getInt() == OMPC_DEVICE_unknown ||
9463 Device.getInt() == OMPC_DEVICE_device_num) &&
9465 llvm::Value *DevVal = CGF.EmitScalarExpr(Device.getPointer());
9493 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
9602 RequiresOuterTask, &CS, OffloadingMandatory, Device,
9605 bool IsReverseOffloading = Device.getInt() == OMPC_DEVICE_ancestor;
9636 llvm::Value *DeviceID = emitDeviceID(Device, CGF);
9692 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
9724 RequiresOuterTask, &CS, OffloadingMandatory, Device,
9730 Device, OutlinedFnID, InputInfo, MapTypesArray,
10240 const Expr *Device, const RegionCodeGenTy &CodeGen,
10257 if (Device) {
10258 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
10341 const Expr *Device) {
10354 auto &&ThenGen = [this, &D, Device, &InputInfo, &MapTypesArray,
10358 if (Device) {
10359 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
12192 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
12228 const Expr *Device, const RegionCodeGenTy &CodeGen,
12235 const Expr *Device) {