Home
last modified time | relevance | path

Searched refs:LLVMBuildFPToUI (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c350 res = LLVMBuildFPToUI(builder, res, int_vec_type, ""); in lp_build_clamped_float_to_unsigned_norm()
900 tmp[i] = LLVMBuildFPToUI(builder, tmp[i], tmp_vec_type, ""); in lp_build_conv()
Dlp_bld_nir.c752 result = LLVMBuildFPToUI(builder, in do_alu_action()
757 result = LLVMBuildFPToUI(builder, in do_alu_action()
762 result = LLVMBuildFPToUI(builder, in do_alu_action()
772 result = LLVMBuildFPToUI(builder, in do_alu_action()
Dlp_bld_tgsi_action.c697 LLVMBuildFPToUI(bld_base->base.gallivm->builder, in f2u_emit()
870 LLVMBuildFPToUI(bld_base->base.gallivm->builder, in d2u_emit()
1070 LLVMBuildFPToUI(bld_base->base.gallivm->builder, in f2u64_emit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c223 tmp = LLVMBuildFPToUI(ctx->ac.builder, tmp, int_type, ""); in load_input_vs()
599 edgeflag_value = LLVMBuildFPToUI(ctx->ac.builder, edgeflag_value, ctx->ac.i32, ""); in si_llvm_build_vs_exports()
Dgfx10_shader_ngg.c1551 edgeflag = LLVMBuildFPToUI(ctx->ac.builder, edgeflag, ctx->ac.i32, ""); in gfx10_ngg_build_end()
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp924 return LLVMBuildFPToUI(builder, base, this->getType(c.fType), "cast"); in compileConstructor()
1545 CONSTRUCT(LLVMBuildFPToUI); in compileVectorConstructor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3835 LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef, LLVMValueRef Val,
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1004 result = LLVMBuildFPToUI(ctx->ac.builder, src[0], def_type, ""); in visit_alu()
1560 tmp2 = LLVMBuildFPToUI(ctx->builder, tmp, ctx->i32, ""); in lower_gather4_integer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3720 LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef B, LLVMValueRef Val, in LLVMBuildFPToUI() function