Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c280 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
284 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
336 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
340 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
Dlp_bld_pack.c719 val = LLVMBuildSExt(builder, val, lp_build_elem_type(gallivm, dst_type), ""); in lp_build_resize()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c280 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
284 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
336 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
340 res = LLVMBuildSExt(builder, cond, int_vec_type, ""); in lp_build_compare()
Dlp_bld_pack.c719 val = LLVMBuildSExt(builder, val, lp_build_elem_type(gallivm, dst_type), ""); in lp_build_resize()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c694 front_facing = LLVMBuildSExt(builder, front_facing, in lp_build_depth_stencil_test()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c694 front_facing = LLVMBuildSExt(builder, front_facing, in lp_build_depth_stencil_test()
/external/llvm/include/llvm-c/
DCore.h2644 LLVMValueRef LLVMBuildSExt(LLVMBuilderRef, LLVMValueRef Val,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1933 return LLVMBuildSExt(Builder_val(B), X, Ty, String_val(Name)); in llvm_build_sext()
/external/llvm/lib/IR/
DCore.cpp2383 LLVMValueRef LLVMBuildSExt(LLVMBuilderRef B, LLVMValueRef Val, in LLVMBuildSExt() function