Lines Matching defs:Device
6689 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device(
6692 Device.setPointerAndInt(C->getDevice(), C->getModifier());
6742 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device,
7055 llvm::Value *Device = nullptr;
7060 Device = EmitScalarExpr(C->getDevice());
7095 Device, NumDependences, DependenceList,
7105 OMPBuilder.createOMPInteropDestroy(Builder, InteropvarPtr, Device,
7116 OMPBuilder.createOMPInteropUse(Builder, InteropvarPtr, Device,
7476 const Expr *Device = nullptr;
7478 Device = C->getDevice();
7484 CGM.getOpenMPRuntime().emitTargetDataCalls(*this, S, IfCond, Device, RCG,
7501 const Expr *Device = nullptr;
7503 Device = C->getDevice();
7506 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);
7522 const Expr *Device = nullptr;
7524 Device = C->getDevice();
7527 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);
7914 const Expr *Device = nullptr;
7916 Device = C->getDevice();
7919 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);