Lines Matching refs:getInt8PtrTy

43   switch (M.getDataLayout().getPointerTypeSize(Type::getInt8PtrTy(C))) {  in getSizeTTy()
63 EntryTy = StructType::create("__tgt_offload_entry", Type::getInt8PtrTy(C), in getEntryTy()
64 Type::getInt8PtrTy(C), getSizeTTy(M), in getEntryTy()
83 ImageTy = StructType::create("__tgt_device_image", Type::getInt8PtrTy(C), in getDeviceImageTy()
84 Type::getInt8PtrTy(C), getEntryPtrTy(M), in getDeviceImageTy()
288 Type::getInt32Ty(C), Type::getInt8PtrTy(C), in getFatbinWrapperTy()
289 Type::getInt8PtrTy(C)); in getFatbinWrapperTy()
297 llvm::Type *Int8PtrTy = Type::getInt8PtrTy(C); in createFatbinDesc()
318 ConstantPointerNull::get(Type::getInt8PtrTy(C))}; in createFatbinDesc()
373 {Type::getInt8PtrTy(C)->getPointerTo(), Type::getInt8PtrTy(C), in createRegisterGlobalsFunction()
374 Type::getInt8PtrTy(C), Type::getInt8PtrTy(C), Type::getInt32Ty(C), in createRegisterGlobalsFunction()
375 Type::getInt8PtrTy(C), Type::getInt8PtrTy(C), Type::getInt8PtrTy(C), in createRegisterGlobalsFunction()
376 Type::getInt8PtrTy(C), Type::getInt32PtrTy(C)}, in createRegisterGlobalsFunction()
384 {Type::getInt8PtrTy(C)->getPointerTo(), Type::getInt8PtrTy(C), in createRegisterGlobalsFunction()
385 Type::getInt8PtrTy(C), Type::getInt8PtrTy(C), Type::getInt32Ty(C), in createRegisterGlobalsFunction()
408 Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterGlobalsFunction()
435 auto *Addr = Builder.CreateLoad(Type::getInt8PtrTy(C), AddrPtr, "addr"); in createRegisterGlobalsFunction()
440 auto *Name = Builder.CreateLoad(Type::getInt8PtrTy(C), NamePtr, "name"); in createRegisterGlobalsFunction()
460 ConstantPointerNull::get(Type::getInt8PtrTy(C)), in createRegisterGlobalsFunction()
461 ConstantPointerNull::get(Type::getInt8PtrTy(C)), in createRegisterGlobalsFunction()
462 ConstantPointerNull::get(Type::getInt8PtrTy(C)), in createRegisterGlobalsFunction()
463 ConstantPointerNull::get(Type::getInt8PtrTy(C)), in createRegisterGlobalsFunction()
534 auto *RegFatTy = FunctionType::get(Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterFatbinFunction()
535 Type::getInt8PtrTy(C), in createRegisterFatbinFunction()
541 Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterFatbinFunction()
547 Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterFatbinFunction()
559 M, Type::getInt8PtrTy(C)->getPointerTo(), false, in createRegisterFatbinFunction()
561 llvm::ConstantPointerNull::get(Type::getInt8PtrTy(C)->getPointerTo()), in createRegisterFatbinFunction()
568 FatbinDesc, Type::getInt8PtrTy(C))); in createRegisterFatbinFunction()
571 Align(M.getDataLayout().getPointerTypeSize(Type::getInt8PtrTy(C)))); in createRegisterFatbinFunction()
583 Type::getInt8PtrTy(C)->getPointerTo(), BinaryHandleGlobal, in createRegisterFatbinFunction()
584 Align(M.getDataLayout().getPointerTypeSize(Type::getInt8PtrTy(C)))); in createRegisterFatbinFunction()