Lines Matching refs:Int32Ty
394 Type *Int32Ty = IRB.getInt32Ty(); in populateSwMetadataGlobal() local
420 StructType::create(Ctx, {Int32Ty, Int32Ty, Int32Ty}, MDItemOS.str()); in populateSwMetadataGlobal()
434 Constant *ItemStartOffset = ConstantInt::get(Int32Ty, MallocSize); in populateSwMetadataGlobal()
435 Constant *SizeInBytesConst = ConstantInt::get(Int32Ty, SizeInBytes); in populateSwMetadataGlobal()
449 ConstantInt::get(Int32Ty, AlignedSize); in populateSwMetadataGlobal()
543 Type *Int32Ty = IRB.getInt32Ty(); in replaceKernelLDSAccesses() local
562 Constant *GEPIdx[] = {ConstantInt::get(Int32Ty, Indices[0]), in replaceKernelLDSAccesses()
563 ConstantInt::get(Int32Ty, Indices[1]), in replaceKernelLDSAccesses()
564 ConstantInt::get(Int32Ty, Indices[2])}; in replaceKernelLDSAccesses()
567 Value *Offset = IRB.CreateLoad(Int32Ty, GEP); in replaceKernelLDSAccesses()
585 Type *Int32Ty = IRB.getInt32Ty(); in updateMallocSizeForDynamicLDS() local
599 Constant *Index0 = ConstantInt::get(Int32Ty, 0); in updateMallocSizeForDynamicLDS()
600 Constant *Index1 = ConstantInt::get(Int32Ty, Indices[1]); in updateMallocSizeForDynamicLDS()
602 Constant *Index2Offset = ConstantInt::get(Int32Ty, 0); in updateMallocSizeForDynamicLDS()
608 Constant *Index2Size = ConstantInt::get(Int32Ty, 1); in updateMallocSizeForDynamicLDS()
612 Value *CurrDynLDSSize = IRB.CreateLoad(Int32Ty, HiddenDynLDSSize); in updateMallocSizeForDynamicLDS()
614 Constant *Index2AlignedSize = ConstantInt::get(Int32Ty, 2); in updateMallocSizeForDynamicLDS()
812 Type *Int32Ty = IRB.getInt32Ty(); in lowerKernelLDSAccesses() local
832 {ConstantInt::get(Int32Ty, 0), in lowerKernelLDSAccesses()
833 ConstantInt::get(Int32Ty, NumStaticLDS - 1), in lowerKernelLDSAccesses()
834 ConstantInt::get(Int32Ty, 0)}); in lowerKernelLDSAccesses()
838 {ConstantInt::get(Int32Ty, 0), in lowerKernelLDSAccesses()
839 ConstantInt::get(Int32Ty, NumStaticLDS - 1), in lowerKernelLDSAccesses()
840 ConstantInt::get(Int32Ty, 2)}); in lowerKernelLDSAccesses()
843 IRB.CreateLoad(Int32Ty, GEPForEndStaticLDSOffset); in lowerKernelLDSAccesses()
844 Value *EndStaticLDSSize = IRB.CreateLoad(Int32Ty, GEPForEndStaticLDSSize); in lowerKernelLDSAccesses()
956 Type *Int32Ty = IRB.getInt32Ty(); in getAddressesOfVariablesInKernel() local
975 Constant *GEPIdx[] = {ConstantInt::get(Int32Ty, Indices[0]), in getAddressesOfVariablesInKernel()
976 ConstantInt::get(Int32Ty, Indices[1]), in getAddressesOfVariablesInKernel()
977 ConstantInt::get(Int32Ty, Indices[2])}; in getAddressesOfVariablesInKernel()
993 Type *Int32Ty = IRB.getInt32Ty(); in buildNonKernelLDSBaseTable() local
1003 Constant *GEPIdx[] = {ConstantInt::get(Int32Ty, 0)}; in buildNonKernelLDSBaseTable()