Home
last modified time | relevance | path

Searched refs:ac_build_indexed_store (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h246 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index,
Dac_llvm_build.c1108 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, in ac_build_indexed_store() function
2767 ac_build_indexed_store(ctx, ctx->lds, dw_addr, value); in ac_lds_store()