Searched refs:element_ptr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_struct.c | 86 LLVMValueRef element_ptr; local in function:lp_build_array_get_ptr 91 element_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, ARRAY_SIZE(indices), ""); 93 lp_build_name(element_ptr, "&%s[%s]", 96 return element_ptr; 105 LLVMValueRef element_ptr; local in function:lp_build_array_get 109 element_ptr = lp_build_array_get_ptr(gallivm, ptr, index); 110 res = LLVMBuildLoad(gallivm->builder, element_ptr, ""); 124 LLVMValueRef element_ptr; local in function:lp_build_array_set 127 element_ptr = lp_build_array_get_ptr(gallivm, ptr, index); 128 LLVMBuildStore(gallivm->builder, value, element_ptr); 137 LLVMValueRef element_ptr; local in function:lp_build_pointer_get 155 LLVMValueRef element_ptr; local in function:lp_build_pointer_get_unaligned 174 LLVMValueRef element_ptr; local in function:lp_build_pointer_set 187 LLVMValueRef element_ptr; local in function:lp_build_pointer_set_unaligned [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_struct.c | 86 LLVMValueRef element_ptr; local in function:lp_build_array_get_ptr 91 element_ptr = LLVMBuildGEP(gallivm->builder, ptr, indices, ARRAY_SIZE(indices), ""); 93 lp_build_name(element_ptr, "&%s[%s]", 96 return element_ptr; 105 LLVMValueRef element_ptr; local in function:lp_build_array_get 109 element_ptr = lp_build_array_get_ptr(gallivm, ptr, index); 110 res = LLVMBuildLoad(gallivm->builder, element_ptr, ""); 124 LLVMValueRef element_ptr; local in function:lp_build_array_set 127 element_ptr = lp_build_array_get_ptr(gallivm, ptr, index); 128 LLVMBuildStore(gallivm->builder, value, element_ptr); 137 LLVMValueRef element_ptr; local in function:lp_build_pointer_get 155 LLVMValueRef element_ptr; local in function:lp_build_pointer_get_unaligned 174 LLVMValueRef element_ptr; local in function:lp_build_pointer_set 187 LLVMValueRef element_ptr; local in function:lp_build_pointer_set_unaligned [all...] |
Completed in 5 milliseconds