Home
last modified time | relevance | path

Searched refs:base_ptr (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c51 LLVMValueRef base_ptr, in lp_build_gather_elem_ptr() argument
58 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_ptr()
68 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, ""); in lp_build_gather_elem_ptr()
85 LLVMValueRef base_ptr, in lp_build_gather_elem() argument
96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem()
98 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); in lp_build_gather_elem()
170 LLVMValueRef base_ptr, in lp_build_gather_elem_vec() argument
177 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_vec()
179 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i); in lp_build_gather_elem_vec()
283 LLVMValueRef base_ptr, in lp_build_gather_avx2() argument
[all …]
Dlp_bld_format.h105 LLVMValueRef base_ptr,
115 LLVMValueRef base_ptr,
147 LLVMValueRef base_ptr,
162 LLVMValueRef base_ptr,
172 LLVMValueRef base_ptr,
Dlp_bld_gather.h39 LLVMValueRef base_ptr,
49 LLVMValueRef base_ptr,
60 LLVMValueRef base_ptr,
Dlp_bld_format_soa.c417 LLVMValueRef base_ptr, in lp_build_fetch_rgba_soa() argument
458 base_ptr, offset, FALSE); in lp_build_fetch_rgba_soa()
611 base_ptr, offsetr, FALSE); in lp_build_fetch_rgba_soa()
694 base_ptr, offset, FALSE); in lp_build_fetch_rgba_soa()
722 aligned, base_ptr, offset, FALSE); in lp_build_fetch_rgba_soa()
729 aligned, base_ptr, offset, TRUE); in lp_build_fetch_rgba_soa()
772 aligned, base_ptr, offset, i, j, cache); in lp_build_fetch_rgba_soa()
854 aligned, base_ptr, offset_elem, in lp_build_fetch_rgba_soa()
Dlp_bld_format_aos.c474 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos() argument
513 aligned, base_ptr, offset, TRUE); in lp_build_fetch_rgba_aos()
549 aligned, base_ptr, offset, TRUE); in lp_build_fetch_rgba_aos()
640 base_ptr, offset, k, FALSE); in lp_build_fetch_rgba_aos()
697 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset); in lp_build_fetch_rgba_aos()
716 base_ptr, in lp_build_fetch_rgba_aos()
743 base_ptr, in lp_build_fetch_rgba_aos()
830 base_ptr, offset, k); in lp_build_fetch_rgba_aos()
926 base_ptr, offset, k); in lp_build_fetch_rgba_aos()
Dlp_bld_format_aos_array.c56 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos_array() argument
81 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, ""); in lp_build_fetch_rgba_aos_array()
Dlp_bld_format_cached.c247 LLVMValueRef base_ptr, in lp_build_fetch_cached_texels() argument
286 addr = LLVMBuildPtrToInt(builder, base_ptr, i64t, ""); in lp_build_fetch_cached_texels()
287 ptr_addrtrunc = LLVMBuildPtrToInt(builder, base_ptr, i32t, ""); in lp_build_fetch_cached_texels()
Dlp_bld_sample.h245 (*base_ptr)(const struct lp_sampler_dynamic_state *state, member
388 LLVMValueRef base_ptr; member
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc84 llvm::Value* base_ptr = in EmitBasePointersForHlos() local
87 EmitGetTupleElement(non_io_hlo, base_ptr)); in EmitBasePointersForHlos()
133 llvm::Value* base_ptr) { in EmitGetTupleElement() argument
138 GetTypedIrValue(*gte->operand(0), {}, base_ptr), b_); in EmitGetTupleElement()
142 EmitGetTupleElement(gte->operand(0), base_ptr), b_); in EmitGetTupleElement()
216 llvm::Value* base_ptr = GetBasePointer(hlo, shape_index); in GetIrArray() local
217 CHECK_NE(base_ptr, nullptr) in GetIrArray()
220 llvm_ir::IrArray ir_array(base_ptr, in GetIrArray()
Dhlo_to_ir_bindings.h96 llvm::Value* base_ptr);
/external/u-boot/arch/x86/lib/
Dzimage.c310 struct boot_params *base_ptr; in do_zboot() local
344 base_ptr = load_zimage(bzImage_addr, bzImage_size, &load_address); in do_zboot()
346 if (!base_ptr) { in do_zboot()
350 if (setup_zimage(base_ptr, (char *)base_ptr + COMMAND_LINE_OFFSET, in do_zboot()
357 return boot_linux_kernel((ulong)base_ptr, load_address, false); in do_zboot()
Dbootm.c116 char *base_ptr; in boot_prep_linux() local
118 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
120 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
121 images->ep = (ulong)base_ptr; in boot_prep_linux()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmacros-expected.cc25 Base* base_ptr = new Derived; in F() local
26 Derived* derived_ptr = ToDerived(base_ptr); in F()
27 long long as_int = ToInt(base_ptr); in F()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcode_sink.cpp172 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
173 if (base_ptr->opcode() != SpvOpVariable) { in ReferencesMutableMemory()
177 if (base_ptr->IsReadOnlyVariable()) { in ReferencesMutableMemory()
185 if (base_ptr->GetSingleWordInOperand(0) != SpvStorageClassUniform) { in ReferencesMutableMemory()
189 return HasPossibleStore(base_ptr); in ReferencesMutableMemory()
Dcombine_access_chains.cpp92 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local
93 const analysis::Type* type = type_mgr->GetType(base_ptr->type_id()); in GetIndexedType()
/external/jemalloc_new/src/
Dandroid_je_iterate.c67 uintptr_t base_ptr = (uintptr_t)extent_addr_get(extent); in je_iterate() local
68 if (ptr <= base_ptr) { in je_iterate()
70 callback(base_ptr, extent_usize_get(extent), arg); in je_iterate()
/external/mesa3d/src/amd/common/
Dac_llvm_build.h182 LLVMValueRef base_ptr,
187 LLVMValueRef base_ptr, LLVMValueRef index,
190 LLVMValueRef ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
193 LLVMValueRef base_ptr, LLVMValueRef index);
195 LLVMValueRef base_ptr, LLVMValueRef index);
Dac_llvm_build.c769 LLVMValueRef base_ptr, in ac_build_gep0() argument
776 return LLVMBuildGEP(ctx->builder, base_ptr, in ac_build_gep0()
782 LLVMValueRef base_ptr, LLVMValueRef index, in ac_build_indexed_store() argument
786 ac_build_gep0(ctx, base_ptr, index)); in ac_build_indexed_store()
800 ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_custom() argument
805 pointer = ac_build_gep0(ctx, base_ptr, index); in ac_build_load_custom()
814 LLVMValueRef ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load() argument
817 return ac_build_load_custom(ctx, base_ptr, index, false, false); in ac_build_load()
821 LLVMValueRef base_ptr, LLVMValueRef index) in ac_build_load_invariant() argument
823 return ac_build_load_custom(ctx, base_ptr, index, false, true); in ac_build_load_invariant()
[all …]
/external/clang/test/PCH/
Dcxx_exprs.h10 Base *base_ptr; variable
11 typedef __typeof__(dynamic_cast<Derived *>(base_ptr)) dynamic_cast_result;
/external/dynamic_depth/internal/strings/
Dnumbers.cc34 int* base_ptr /*inout*/, in safe_parse_sign_and_base() argument
42 int base = *base_ptr; in safe_parse_sign_and_base()
98 *base_ptr = base; in safe_parse_sign_and_base()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c194 DRAW_LLVM_TEXTURE_MEMBER(base_ptr, DRAW_JIT_TEXTURE_BASE, TRUE) in DRAW_LLVM_TEXTURE_MEMBER()
285 sampler->dynamic_state.base.base_ptr = draw_llvm_texture_base_ptr; in draw_llvm_sampler_soa_create()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c154 LP_LLVM_TEXTURE_MEMBER(base_ptr, LP_JIT_TEXTURE_BASE, TRUE) in LP_LLVM_TEXTURE_MEMBER()
309 sampler->dynamic_state.base.base_ptr = lp_llvm_texture_base_ptr; in lp_llvm_sampler_soa_create()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp182 SWR_TEXTURE_MEMBER(base_ptr, TRUE) in SWR_TEXTURE_MEMBER()
344 sampler->dynamic_state.base.base_ptr = swr_texture_base_ptr; in swr_sampler_soa_create()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp92 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local
93 const analysis::Type* type = type_mgr->GetType(base_ptr->type_id()); in GetIndexedType()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc201 std::unique_ptr<char[]> base_ptr(new char[*size]); in EncodePyBytesArray() local
202 char* base = base_ptr.get(); in EncodePyBytesArray()
216 *buffer = base_ptr.release(); in EncodePyBytesArray()

12