/llvm-project/offload/include/ |
H A D | device.h | 44 int32_t DeviceID; member
|
/llvm-project/offload/src/ |
H A D | device.cpp | 67 DeviceTy::DeviceTy(GenericPluginTy *RTL, int32_t DeviceID, int32_t RTLDeviceID) in DeviceTy()
|
H A D | omptarget.cpp | 376 checkDeviceAndCtors(int64_t & DeviceID,ident_t * Loc) checkDeviceAndCtors() argument
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 200 unsigned DeviceID; global() member [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1041 emitTargetKernel(const LocationDescription & Loc,InsertPointTy AllocaIP,Value * & Return,Value * Ident,Value * DeviceID,Value * NumTeams,Value * NumThreads,Value * HostPtr,ArrayRef<Value * > KernelArgs) emitTargetKernel() argument 1072 emitKernelLaunch(const LocationDescription & Loc,Function * OutlinedFn,Value * OutlinedFnID,EmitFallbackCallbackTy emitTargetCallFallbackCB,TargetKernelArgs & Args,Value * DeviceID,Value * RTLoc,InsertPointTy AllocaIP) emitKernelLaunch() argument 6275 createTargetData(const LocationDescription & Loc,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,Value * DeviceID,Value * IfCond,TargetDataInfo & Info,GenMapInfoCallbackTy GenMapInfoCB,omp::RuntimeFunction * MapperFunc,function_ref<InsertPointTy (InsertPointTy CodeGenIP,BodyGenTy BodyGenType)> BodyGenCB,function_ref<void (unsigned int,Value *)> DeviceAddrCB,function_ref<Value * (unsigned int)> CustomMapperCB,Value * SrcLocInfo) createTargetData() argument 6667 Value *DeviceID = Builder.getInt64(OMP_DEVICEID_UNDEF); emitTargetCall() local 6816 emitMapperCall(const LocationDescription & Loc,Function * MapperFunc,Value * SrcLocInfo,Value * MaptypesArg,Value * MapnamesArg,struct MapperAllocas & MapperAllocas,int64_t DeviceID,unsigned NumOperands) emitMapperCall() argument 8137 getTargetRegionEntryFnName(SmallVectorImpl<char> & Name,StringRef ParentName,unsigned DeviceID,unsigned FileID,unsigned Line,unsigned Count) getTargetRegionEntryFnName() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3760 llvm::Value *DeviceID; emitTaskInit() local 9449 llvm::Value *DeviceID; emitDeviceID() local 9625 llvm::Value *DeviceID = emitDeviceID(Device, CGF); emitTargetCallKernelLaunch() local 10245 llvm::Value *DeviceID = nullptr; emitTargetDataCalls() local 10346 llvm::Value *DeviceID = nullptr; emitTargetDataStandAloneCall() local [all...] |
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 5661 int64_t DeviceID = 2; TEST_F() local 5720 int64_t DeviceID = 2; TEST_F() local 5779 int64_t DeviceID = 2; TEST_F() local [all...] |