Home
last modified time | relevance | path

Searched defs:DeviceID (Results 1 – 7 of 7) sorted by relevance

/llvm-project/offload/include/
H A Ddevice.h44 int32_t DeviceID; member
/llvm-project/offload/src/
H A Ddevice.cpp67 DeviceTy::DeviceTy(GenericPluginTy *RTL, int32_t DeviceID, int32_t RTLDeviceID) in DeviceTy()
H A Domptarget.cpp376 checkDeviceAndCtors(int64_t & DeviceID,ident_t * Loc) checkDeviceAndCtors() argument
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h200 unsigned DeviceID; global() member
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1041 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 DCGOpenMPRuntime.cpp3760 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 DOpenMPIRBuilderTest.cpp5661 int64_t DeviceID = 2; TEST_F() local
5720 int64_t DeviceID = 2; TEST_F() local
5779 int64_t DeviceID = 2; TEST_F() local
[all...]