Lines Matching refs:getInt32Ty
45 return Type::getInt32Ty(C); in getSizeTTy()
65 Type::getInt32Ty(C), Type::getInt32Ty(C)); in getEntryTy()
103 DescTy = StructType::create("__tgt_bin_desc", Type::getInt32Ty(C), in getBinDescTy()
219 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc()
287 FatbinTy = StructType::create("fatbin_wrapper", Type::getInt32Ty(C), in getFatbinWrapperTy()
288 Type::getInt32Ty(C), Type::getInt8PtrTy(C), in getFatbinWrapperTy()
315 ConstantInt::get(Type::getInt32Ty(C), IsHIP ? HIPFatMagic : CudaFatMagic), in createFatbinDesc()
316 ConstantInt::get(Type::getInt32Ty(C), 1), in createFatbinDesc()
372 Type::getInt32Ty(C), in createRegisterGlobalsFunction()
374 Type::getInt8PtrTy(C), Type::getInt8PtrTy(C), Type::getInt32Ty(C), in createRegisterGlobalsFunction()
385 Type::getInt8PtrTy(C), Type::getInt8PtrTy(C), Type::getInt32Ty(C), in createRegisterGlobalsFunction()
386 getSizeTTy(M), Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
434 ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
439 ConstantInt::get(Type::getInt32Ty(C), 1)}); in createRegisterGlobalsFunction()
444 ConstantInt::get(Type::getInt32Ty(C), 2)}); in createRegisterGlobalsFunction()
449 ConstantInt::get(Type::getInt32Ty(C), 3)}); in createRegisterGlobalsFunction()
450 auto *Flags = Builder.CreateLoad(Type::getInt32Ty(C), FlagsPtr, "flag"); in createRegisterGlobalsFunction()
459 ConstantInt::get(Type::getInt32Ty(C), -1), in createRegisterGlobalsFunction()
472 ConstantInt::get(Type::getInt32Ty(C), 0), Size, in createRegisterGlobalsFunction()
473 ConstantInt::get(Type::getInt32Ty(C), 0), in createRegisterGlobalsFunction()
474 ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
554 FunctionType::get(Type::getInt32Ty(C), DtorFuncTy->getPointerTo(), in createRegisterFatbinFunction()