Home
last modified time | relevance | path

Searched refs:LLVMSetAlignment (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c120 LLVMSetAlignment(res, 1); in lp_build_gather_elem()
134 LLVMSetAlignment(res, src_width / 24); in lp_build_gather_elem()
136 LLVMSetAlignment(res, 1); in lp_build_gather_elem()
201 LLVMSetAlignment(res, 1); in lp_build_gather_elem_vec()
215 LLVMSetAlignment(res, src_width / 24); in lp_build_gather_elem_vec()
217 LLVMSetAlignment(res, 1); in lp_build_gather_elem_vec()
Dlp_bld_struct.c160 LLVMSetAlignment(res, alignment); in lp_build_pointer_get_unaligned()
191 LLVMSetAlignment(instr, alignment); in lp_build_pointer_set_unaligned()
Dlp_bld.h108 # define LLVMSetAlignment LLVMSetAlignmentBackport macro
Dlp_bld_format_aos_array.c84 LLVMSetAlignment(res, src_type.width / 8); in lp_build_fetch_rgba_aos_array()
Dlp_bld_sample_soa.c1961 LLVMSetAlignment(border_color, 4); in lp_build_clamp_border_color()
/external/llvm/tools/llvm-c-test/
Decho.cpp548 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
555 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
867 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c810 LLVMSetAlignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float)); in store_aos()
1062 LLVMSetAlignment(LLVMBuildStore(builder, aos[j], clip_ptr), sizeof(float)); in store_clip()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h703 void LLVMSetAlignment(LLVMValueRef Global, unsigned Bytes);
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c899 LLVMSetAlignment(dst[i], dst_alignment); in load_unswizzled_block()
944 LLVMSetAlignment(src_ptr, src_alignment); in store_unswizzled_block()
/external/llvm/include/llvm-c/
DCore.h1872 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c813 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1050 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1166 void LLVMSetAlignment(LLVMValueRef Global, unsigned Bytes) { in LLVMSetAlignment() function
/external/llvm/lib/IR/
DCore.cpp1587 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function
/external/llvm/bindings/go/llvm/
Dir.go973 func (v Value) SetAlignment(a int) { C.LLVMSetAlignment(v.C, C.unsigned(a)) }
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4503 LLVMSetAlignment(var, 4); in ac_translate_nir_to_llvm()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1875 LLVMSetAlignment(var, 4); in declare_compute_memory()