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.c109 if (LLVMGetIntTypeWidth(type_ref) == 64) { in lp_build_print_value()
111 } else if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
136 LLVMGetIntTypeWidth(type_ref) < sizeof(int) * 8) { in lp_build_print_value()
138 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
Dlp_bld_type.c112 if(LLVMGetIntTypeWidth(elem_type) != type.width) in lp_check_elem_type()
257 return LLVMGetIntTypeWidth(t); in lp_sizeof_llvm_type()
341 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()
355 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.c365 if (LLVMGetIntTypeWidth(mask_type) != type.width) { in lp_build_select()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c161 return LLVMGetIntTypeWidth(type); in ac_get_elem_bits()
184 return LLVMGetIntTypeWidth(type) / 8; in ac_get_type_size()
366 snprintf(buf, bufsize, "i%d", LLVMGetIntTypeWidth(elem_type)); in ac_build_type_name_for_intr()
1638 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()
1641 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()
3401 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_readlane_common()
3545 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_dpp()
3596 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_permlane16()
3640 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