Lines Matching refs:getInt32Ty

67         "__tgt_bin_desc", Type::getInt32Ty(C), getDeviceImagePtrTy(M),  in getBinDescTy()
179 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc()
251 "fatbin_wrapper", Type::getInt32Ty(C), Type::getInt32Ty(C), in getFatbinWrapperTy()
279 ConstantInt::get(Type::getInt32Ty(C), IsHIP ? HIPFatMagic : CudaFatMagic), in createFatbinDesc()
280 ConstantInt::get(Type::getInt32Ty(C), 1), in createFatbinDesc()
332 Type::getInt32Ty(C), in createRegisterGlobalsFunction()
333 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
342 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
343 getSizeTTy(M), Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
352 Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
360 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
361 Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
392 ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
397 ConstantInt::get(Type::getInt32Ty(C), 1)}); in createRegisterGlobalsFunction()
402 ConstantInt::get(Type::getInt32Ty(C), 2)}); in createRegisterGlobalsFunction()
407 ConstantInt::get(Type::getInt32Ty(C), 3)}); in createRegisterGlobalsFunction()
408 auto *Flags = Builder.CreateLoad(Type::getInt32Ty(C), FlagsPtr, "flags"); in createRegisterGlobalsFunction()
412 ConstantInt::get(Type::getInt32Ty(C), 4)}); in createRegisterGlobalsFunction()
413 auto *Data = Builder.CreateLoad(Type::getInt32Ty(C), DataPtr, "textype"); in createRegisterGlobalsFunction()
415 Flags, ConstantInt::get(Type::getInt32Ty(C), 0x7), "type"); in createRegisterGlobalsFunction()
419 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
422 ExternBit, ConstantInt::get(Type::getInt32Ty(C), 3), "extern"); in createRegisterGlobalsFunction()
424 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
427 ConstantBit, ConstantInt::get(Type::getInt32Ty(C), 4), "constant"); in createRegisterGlobalsFunction()
429 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
432 NormalizedBit, ConstantInt::get(Type::getInt32Ty(C), 5), "normalized"); in createRegisterGlobalsFunction()
440 ConstantInt::get(Type::getInt32Ty(C), -1), in createRegisterGlobalsFunction()
454 Const, ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
543 FunctionType::get(Type::getInt32Ty(C), PtrTy, /*isVarArg=*/false); in createRegisterFatbinFunction()