/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 120 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()
|
D | lp_bld_struct.c | 160 LLVMSetAlignment(res, alignment); in lp_build_pointer_get_unaligned() 191 LLVMSetAlignment(instr, alignment); in lp_build_pointer_set_unaligned()
|
D | lp_bld.h | 108 # define LLVMSetAlignment LLVMSetAlignmentBackport macro
|
D | lp_bld_format_aos_array.c | 84 LLVMSetAlignment(res, src_type.width / 8); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_sample_soa.c | 2238 LLVMSetAlignment(border_color, 4); in lp_build_clamp_border_color()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 548 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 555 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 867 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 568 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 575 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 977 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 814 LLVMSetAlignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float)); in store_aos() 1066 LLVMSetAlignment(LLVMBuildStore(builder, aos[j], clip_ptr), sizeof(float)); in store_clip()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 703 void LLVMSetAlignment(LLVMValueRef Global, unsigned Bytes);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 920 LLVMSetAlignment(dst[i], dst_alignment); in load_unswizzled_block() 965 LLVMSetAlignment(src_ptr, src_alignment); in store_unswizzled_block()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1872 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 2068 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 813 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1133 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1050 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1166 void LLVMSetAlignment(LLVMValueRef Global, unsigned Bytes) { in LLVMSetAlignment() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1587 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 973 func (v Value) SetAlignment(a int) { C.LLVMSetAlignment(v.C, C.unsigned(a)) }
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1001 func (v Value) SetAlignment(a int) { C.LLVMSetAlignment(v.C, C.unsigned(a)) }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 1812 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 2237 LLVMSetAlignment(var, 4); in si_declare_compute_memory()
|