Home
last modified time | relevance | path

Searched refs:LLVMGetIntTypeWidth (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c114 if (LLVMGetIntTypeWidth(type_ref) == 64) { in lp_build_print_value()
116 } else if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
141 LLVMGetIntTypeWidth(type_ref) < sizeof(int) * 8) { in lp_build_print_value()
143 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
Dlp_bld_type.c125 if (LLVMGetIntTypeWidth(elem_type) != type.width) { in lp_check_elem_type()
128 LLVMGetIntTypeWidth(elem_type), type.width); in lp_check_elem_type()
277 return LLVMGetIntTypeWidth(t); in lp_sizeof_llvm_type()
361 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()
375 unsigned b = LLVMGetIntTypeWidth(t); in lp_dump_llvmtype()
Dlp_bld_arit_overflow.c79 type_width = LLVMGetIntTypeWidth(type_ref); in build_binary_int_overflow()
Dlp_bld_intr.c79 width = LLVMGetIntTypeWidth(type); in lp_format_intrinsic()
Dlp_bld_logic.c367 if (LLVMGetIntTypeWidth(mask_type) != type.width) { in lp_build_select()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c164 return LLVMGetIntTypeWidth(type); in ac_get_elem_bits()
187 return LLVMGetIntTypeWidth(type) / 8; in ac_get_type_size()
368 snprintf(buf, bufsize, "i%d", LLVMGetIntTypeWidth(elem_type)); in ac_build_type_name_for_intr()
1694 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()
1697 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()
3164 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_readlane_common()
3309 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_dpp()
3360 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_permlane16()
3404 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_ds_swizzle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1148 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp590 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function