HomeSort by relevance Sort by last modified time
    Searched refs:LLVMConstNull (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_logicop.c 56 res = LLVMConstNull(type);
lp_test_format.c 89 LLVMValueRef offset = LLVMConstNull(LLVMInt32TypeInContext(context));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_logicop.c 56 res = LLVMConstNull(type);
lp_test_format.c 89 LLVMValueRef offset = LLVMConstNull(LLVMInt32TypeInContext(context));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 82 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
233 res = LLVMConstNull(vec_type);
484 mask = LLVMBuildICmp(builder, LLVMIntNE, mask, LLVMConstNull(bld->int_vec_type), "");
640 val, LLVMConstNull(true_type), "");
lp_bld_format_aos.c 181 LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)),
186 LLVMConstNull(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)),
200 masks[i] = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context));
201 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context));
lp_bld_flow.c 147 LLVMConstNull(mask->reg_type),
492 LLVMBuildStore(builder, LLVMConstNull(type), res);
lp_bld_type.c 397 bld->zero = LLVMConstNull(bld->vec_type);
lp_bld_swizzle.c 68 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), "");
69 res = LLVMBuildShuffleVector(builder, res, undef, LLVMConstNull(i32_vec_type), "");
lp_bld_const.c 243 return LLVMConstNull(vec_type);
lp_bld_tgsi_soa.c 270 LLVMConstNull(reg_type), "");
277 LLVMConstNull(int_type), "");
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 82 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
233 res = LLVMConstNull(vec_type);
484 mask = LLVMBuildICmp(builder, LLVMIntNE, mask, LLVMConstNull(bld->int_vec_type), "");
640 val, LLVMConstNull(true_type), "");
lp_bld_format_aos.c 181 LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)),
186 LLVMConstNull(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)),
200 masks[i] = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context));
201 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context));
lp_bld_flow.c 147 LLVMConstNull(mask->reg_type),
492 LLVMBuildStore(builder, LLVMConstNull(type), res);
lp_bld_type.c 397 bld->zero = LLVMConstNull(bld->vec_type);
lp_bld_swizzle.c 68 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), "");
69 res = LLVMBuildShuffleVector(builder, res, undef, LLVMConstNull(i32_vec_type), "");
lp_bld_const.c 243 return LLVMConstNull(vec_type);
lp_bld_tgsi_soa.c 270 LLVMConstNull(reg_type), "");
277 LLVMConstNull(int_type), "");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 504 LLVMValueRef zero = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 504 LLVMValueRef zero = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context));
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 376 external const_null : lltype -> llvalue = "LLVMConstNull"
    [all...]
  /external/llvm/lib/IR/
Core.cpp 523 LLVMValueRef LLVMConstNull(LLVMTypeRef Ty) {
    [all...]

Completed in 1650 milliseconds