Home
last modified time | relevance | path

Searched refs:LLVMConstNull (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c86 LLVMValueRef zeros = LLVMConstNull(int_vec_type); in lp_build_compare_ext()
177 LLVMValueRef zeros = LLVMConstNull(int_vec_type); in lp_build_compare()
509 val, LLVMConstNull(true_type), ""); in lp_build_any_true_range()
Dlp_bld_format_aos.c253 LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)), in lp_build_unpack_arith_rgba_aos()
256 LLVMConstNull(vec32_type), in lp_build_unpack_arith_rgba_aos()
270 masks[i] = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
271 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
Dlp_bld_flow.c147 LLVMConstNull(mask->reg_type), in lp_build_mask_check()
502 LLVMBuildStore(builder, LLVMConstNull(type), res); in lp_build_alloca()
Dlp_bld_swizzle.c67 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), ""); in lp_build_broadcast()
68 res = LLVMBuildShuffleVector(builder, res, undef, LLVMConstNull(i32_vec_type), ""); in lp_build_broadcast()
Dlp_bld_type.c389 bld->zero = LLVMConstNull(bld->vec_type); in lp_build_context_init()
Dlp_bld_const.c243 return LLVMConstNull(vec_type); in lp_build_zero()
Dlp_bld_tgsi_soa.c390 mask->switch_mask = LLVMConstNull(mask->bld->int_vec_type); in lp_exec_break()
493 LLVMConstNull(reg_type), "i1cond"); in lp_exec_endloop()
500 LLVMConstNull(int_type), "i2cond"); in lp_exec_endloop()
546 mask->switch_mask = LLVMConstNull(mask->int_vec_type); in lp_exec_switch()
548 ctx->switch_mask_default = LLVMConstNull(mask->int_vec_type); in lp_exec_switch()
2858 LLVMValueRef zero = LLVMConstNull(bld->bld_base.base.int_vec_type); in emit_kill()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_logicop.c56 res = LLVMConstNull(type); in lp_build_logicop()
Dlp_test_format.c92 LLVMValueRef offset = LLVMConstNull(LLVMInt32TypeInContext(context)); in add_fetch_rgba_test()
Dlp_state_fs.c1785 check_mask = LLVMConstNull(lp_build_int_vec_type(gallivm, mask_type)); in generate_unswizzled_blend()
/external/llvm/tools/llvm-c-test/
Decho.cpp268 return LLVMConstNull(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h549 LLVMValueRef LLVMConstNull(LLVMTypeRef Ty); /* all zeroes */
/external/llvm/include/llvm-c/
DCore.h1491 LLVMValueRef LLVMConstNull(LLVMTypeRef Ty); /* all zeroes */
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml467 external const_null : lltype -> llvalue = "LLVMConstNull"
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml375 external const_null : lltype -> llvalue = "LLVMConstNull"
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c669 LLVMValueRef zero = LLVMConstNull(i32_t); in fetch_instanced()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp483 LLVMValueRef LLVMConstNull(LLVMTypeRef Ty) { in LLVMConstNull() function
/external/llvm/lib/IR/
DCore.cpp786 LLVMValueRef LLVMConstNull(LLVMTypeRef Ty) { in LLVMConstNull() function
/external/llvm/bindings/go/llvm/
Dir.go734 func ConstNull(t Type) (v Value) { v.C = C.LLVMConstNull(t.C); return }
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3884 LLVMBuildStore(builder, LLVMConstNull(type), res); in ac_build_alloca()