Lines Matching defs:M
41 IntegerType *getSizeTTy(Module &M) { in getSizeTTy()
59 StructType *getEntryTy(Module &M) { in getEntryTy()
69 PointerType *getEntryPtrTy(Module &M) { in getEntryPtrTy()
79 StructType *getDeviceImageTy(Module &M) { in getDeviceImageTy()
89 PointerType *getDeviceImagePtrTy(Module &M) { in getDeviceImagePtrTy()
99 StructType *getBinDescTy(Module &M) { in getBinDescTy()
109 PointerType *getBinDescPtrTy(Module &M) { in getBinDescPtrTy()
151 GlobalVariable *createBinDesc(Module &M, ArrayRef<ArrayRef<char>> Bufs) { in createBinDesc()
227 void createRegisterFunction(Module &M, GlobalVariable *BinDesc) { in createRegisterFunction()
254 void createUnregisterFunction(Module &M, GlobalVariable *BinDesc) { in createUnregisterFunction()
283 StructType *getFatbinWrapperTy(Module &M) { in getFatbinWrapperTy()
295 GlobalVariable *createFatbinDesc(Module &M, ArrayRef<char> Image, bool IsHIP) { in createFatbinDesc()
368 Function *createRegisterGlobalsFunction(Module &M, bool IsHIP) { in createRegisterGlobalsFunction()
518 void createRegisterFatbinFunction(Module &M, GlobalVariable *FatbinDesc, in createRegisterFatbinFunction()
594 Error wrapOpenMPBinaries(Module &M, ArrayRef<ArrayRef<char>> Images) { in wrapOpenMPBinaries()
604 Error wrapCudaBinary(Module &M, ArrayRef<char> Image) { in wrapCudaBinary()
614 Error wrapHIPBinary(Module &M, ArrayRef<char> Image) { in wrapHIPBinary()