Home
last modified time | relevance | path

Searched refs:ac_build_imsb (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h329 LLVMValueRef ac_build_imsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type);
Dac_llvm_build.c1835 LLVMValueRef ac_build_imsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type) in ac_build_imsb() function
Dac_nir_to_llvm.c994 result = ac_build_imsb(&ctx->ac, src[0], ctx->ac.i32); in visit_alu()