Searched refs:emit_b2i (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 330 static LLVMValueRef emit_b2i(struct lp_build_nir_context *bld_base, function in typeref:typename:LLVMValueRef 590 result = emit_b2i(bld_base, src[0], 8); 593 result = emit_b2i(bld_base, src[0], 16); 596 result = emit_b2i(bld_base, src[0], 32); 599 result = emit_b2i(bld_base, src[0], 64);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 337 static LLVMValueRef emit_b2i(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef 951 result = emit_b2i(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 309 static LLVMValueRef emit_b2i(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) function in typeref:typename:LLVMValueRef 1074 result = emit_b2i(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size);
|
Completed in 19 milliseconds