Home
last modified time | relevance | path

Searched refs:i8p (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c368 LLVMTypeRef i8p = LLVMPointerType(ctx->ac.i8, AC_ADDR_SPACE_LDS); in si_llvm_declare_compute_memory() local
377 ctx->ac.lds = LLVMBuildBitCast(ctx->ac.builder, var, i8p, ""); in si_llvm_declare_compute_memory()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dintptr1.ll163 define void @test3(float* %a, float* readnone %a_end, i8** %b.i8p) {
191 %b.i64 = bitcast i8** %b.i8p to i64*
/external/clang/lib/CodeGen/
DCGBlocks.cpp81 llvm::Type *i8p = nullptr; in buildBlockDescriptor() local
83 i8p = in buildBlockDescriptor()
87 i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); in buildBlockDescriptor()
114 CGM.GetAddrOfConstantCString(typeAtEncoding).getPointer(), i8p)); in buildBlockDescriptor()
124 elements.push_back(llvm::Constant::getNullValue(i8p)); in buildBlockDescriptor()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp191 llvm::PointerType *i8p = nullptr; in buildBlockDescriptor() local
193 i8p = in buildBlockDescriptor()
197 i8p = CGM.VoidPtrTy; in buildBlockDescriptor()
245 CGM.GetAddrOfConstantCString(typeAtEncoding).getPointer(), i8p)); in buildBlockDescriptor()
255 elements.addNullPointer(i8p); in buildBlockDescriptor()