Lines Matching refs:PtrTy
532 auto *PtrTy = PointerType::getUnqual(C); in createRegisterFatbinFunction() local
535 auto *RegFatTy = FunctionType::get(PtrTy, PtrTy, /*isVarArg=*/false); in createRegisterFatbinFunction()
540 FunctionType::get(Type::getVoidTy(C), PtrTy, /*isVarArg=*/false); in createRegisterFatbinFunction()
545 FunctionType::get(Type::getVoidTy(C), PtrTy, /*isVarArg=*/false); in createRegisterFatbinFunction()
551 FunctionType::get(Type::getInt32Ty(C), PtrTy, /*isVarArg=*/false); in createRegisterFatbinFunction()
555 M, PtrTy, false, llvm::GlobalValue::InternalLinkage, in createRegisterFatbinFunction()
556 llvm::ConstantPointerNull::get(PtrTy), in createRegisterFatbinFunction()
563 ConstantExpr::getPointerBitCastOrAddrSpaceCast(FatbinDesc, PtrTy)); in createRegisterFatbinFunction()
566 Align(M.getDataLayout().getPointerTypeSize(PtrTy))); in createRegisterFatbinFunction()
581 PtrTy, BinaryHandleGlobal, in createRegisterFatbinFunction()
582 Align(M.getDataLayout().getPointerTypeSize(PtrTy))); in createRegisterFatbinFunction()