/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_gather.c | 137 res = LLVMGetUndef(dst_vec_type); 158 LLVMValueRef vec = LLVMGetUndef(vec_type);
|
lp_bld_format_aos.c | 179 LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 185 LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 199 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); 293 swizzles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); 297 LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), 306 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); 307 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context)); 350 packed = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); 567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels));
|
lp_bld_intr.c | 153 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); 238 res = LLVMGetUndef(ret_type);
|
lp_bld_swizzle.c | 60 LLVMValueRef undef = LLVMGetUndef(vec_type); 146 LLVMGetUndef(lp_build_vec_type(gallivm, src_type)), 292 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); 328 shuffles[j + i] = LLVMGetUndef(i32t); 569 LLVMValueRef undef = LLVMGetUndef(i32t);
|
lp_bld_logic.c | 289 res = LLVMGetUndef(int_vec_type); 345 res = LLVMGetUndef(int_vec_type);
|
lp_bld_type.c | 396 bld->undef = LLVMGetUndef(bld->vec_type);
|
lp_bld_const.c | 228 return LLVMGetUndef(vec_type);
|
lp_bld_format_yuv.c | 486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n));
|
lp_bld_pack.c | 752 LLVMValueRef undef = LLVMGetUndef(lp_build_vec_type(gallivm, src_type));
|
lp_bld_arit.c | [all...] |
lp_bld_sample.c | 209 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); [all...] |
lp_bld_tgsi_soa.c | [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 103 LLVMValueRef res = LLVMGetUndef(type4f(gallivm)); 121 LLVMValueRef res = LLVMGetUndef(type4f(gallivm)); 276 shuffles[2] = LLVMGetUndef(shuf_type); 277 shuffles[3] = LLVMGetUndef(shuf_type); 301 shuffles[2] = LLVMGetUndef(shuf_type); 302 shuffles[3] = LLVMGetUndef(shuf_type); 307 shuffles[3] = LLVMGetUndef(shuf_type); 628 shuffles[2] = LLVMGetUndef(shuf_type); 629 shuffles[3] = LLVMGetUndef(shuf_type);
|
lp_bld_depth.c | 484 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");
|
/external/llvm/include/llvm-c/ |
Core.h | [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_setup_tgsi_llvm.c | 79 LLVMGetUndef(LLVMTypeOf(value)), [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 448 external undef : lltype -> llvalue = "LLVMGetUndef" [all...] |
/external/llvm/bindings/go/llvm/ |
ir.go | 736 func Undef(t Type) (v Value) { v.C = C.LLVMGetUndef(t.C); return } [all...] |
/external/llvm/lib/IR/ |
Core.cpp | 703 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty) { [all...] |