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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
lp_bld_const.h 143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *));
lp_bld_type.c 42 return LLVMIntTypeInContext(gallivm->context, 16);
56 return LLVMIntTypeInContext(gallivm->context, type.width);
162 return LLVMIntTypeInContext(gallivm->context, type.width);
lp_bld_const.c 239 return LLVMConstInt(LLVMIntTypeInContext(gallivm->context, type.width), 0, 0);
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width);
lp_bld_logic.c 626 true_type = LLVMIntTypeInContext(bld->gallivm->context,
628 scalar_type = LLVMIntTypeInContext(bld->gallivm->context,
lp_bld_flow.c 170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length);
lp_bld_format_aos.c 282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits);
lp_bld_tgsi_soa.c 234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
lp_bld_const.h 143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *));
lp_bld_type.c 42 return LLVMIntTypeInContext(gallivm->context, 16);
56 return LLVMIntTypeInContext(gallivm->context, type.width);
162 return LLVMIntTypeInContext(gallivm->context, type.width);
lp_bld_const.c 239 return LLVMConstInt(LLVMIntTypeInContext(gallivm->context, type.width), 0, 0);
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width);
lp_bld_logic.c 626 true_type = LLVMIntTypeInContext(bld->gallivm->context,
628 scalar_type = LLVMIntTypeInContext(bld->gallivm->context,
lp_bld_flow.c 170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length);
lp_bld_format_aos.c 282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits);
lp_bld_tgsi_soa.c 234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_printf.c 64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) };
lp_bld_depth.c 471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8);
510 count = LLVMBuildTrunc(builder, count, LLVMIntTypeInContext(context, 32), "");
695 LLVMIntTypeInContext(gallivm->context,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_printf.c 64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) };
lp_bld_depth.c 471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8);
510 count = LLVMBuildTrunc(builder, count, LLVMIntTypeInContext(context, 32), "");
695 LLVMIntTypeInContext(gallivm->context,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 239 elem_types[DRAW_JIT_VERTEX_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32);
297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 239 elem_types[DRAW_JIT_VERTEX_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32);
297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 709 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 230 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) {
250 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 212 return LLVMIntTypeInContext(Context, Int_val(Width));
    [all...]

Completed in 976 milliseconds