Lines Matching defs:Device
4257 // Inserts a call to proper OpenMP Device RTL function which handles
5898 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences,
5907 if (Device == nullptr)
5908 Device = ConstantInt::get(Int32, -1);
5918 Device, NumDependences, DependenceAddress, HaveNowaitClauseVal};
5926 const LocationDescription &Loc, Value *InteropVar, Value *Device,
5935 if (Device == nullptr)
5936 Device = ConstantInt::get(Int32, -1);
5944 Ident, ThreadId, InteropVar, Device,
5953 Value *InteropVar, Value *Device,
5963 if (Device == nullptr)
5964 Device = ConstantInt::get(Int32, -1);
5972 Ident, ThreadId, InteropVar, Device,
6351 // Disable TargetData CodeGen on Device pass.
8437 // - Entry 1 -> Device ID of the file where the entry was identified.