Lines Matching refs:getInt32Ty
67 "__tgt_bin_desc", Type::getInt32Ty(C), getDeviceImagePtrTy(M), in getBinDescTy()
181 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc()
227 Type::getInt32Ty(C), PointerType::getUnqual(C), /*isVarArg=*/false); in createRegisterFunction()
259 "fatbin_wrapper", Type::getInt32Ty(C), Type::getInt32Ty(C), in getFatbinWrapperTy()
287 ConstantInt::get(Type::getInt32Ty(C), IsHIP ? HIPFatMagic : CudaFatMagic), in createFatbinDesc()
288 ConstantInt::get(Type::getInt32Ty(C), 1), in createFatbinDesc()
340 Type::getInt32Ty(C), in createRegisterGlobalsFunction()
341 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
350 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
351 getSizeTTy(M), Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
360 Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
368 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
369 Type::getInt32Ty(C), Type::getInt32Ty(C)}, in createRegisterGlobalsFunction()
400 ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
405 ConstantInt::get(Type::getInt32Ty(C), 1)}); in createRegisterGlobalsFunction()
410 ConstantInt::get(Type::getInt32Ty(C), 2)}); in createRegisterGlobalsFunction()
415 ConstantInt::get(Type::getInt32Ty(C), 3)}); in createRegisterGlobalsFunction()
416 auto *Flags = Builder.CreateLoad(Type::getInt32Ty(C), FlagsPtr, "flags"); in createRegisterGlobalsFunction()
420 ConstantInt::get(Type::getInt32Ty(C), 4)}); in createRegisterGlobalsFunction()
421 auto *Data = Builder.CreateLoad(Type::getInt32Ty(C), DataPtr, "textype"); in createRegisterGlobalsFunction()
423 Flags, ConstantInt::get(Type::getInt32Ty(C), 0x7), "type"); in createRegisterGlobalsFunction()
427 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
430 ExternBit, ConstantInt::get(Type::getInt32Ty(C), 3), "extern"); in createRegisterGlobalsFunction()
432 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
435 ConstantBit, ConstantInt::get(Type::getInt32Ty(C), 4), "constant"); in createRegisterGlobalsFunction()
437 Flags, ConstantInt::get(Type::getInt32Ty(C), in createRegisterGlobalsFunction()
440 NormalizedBit, ConstantInt::get(Type::getInt32Ty(C), 5), "normalized"); in createRegisterGlobalsFunction()
448 ConstantInt::get(Type::getInt32Ty(C), -1), in createRegisterGlobalsFunction()
462 Const, ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
551 FunctionType::get(Type::getInt32Ty(C), PtrTy, /*isVarArg=*/false); in createRegisterFatbinFunction()