Home
last modified time | relevance | path

Searched refs:LLVMIntegerTypeKind (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c97 ? LLVMHalfTypeKind : LLVMIntegerTypeKind)) { in lp_check_elem_type()
120 if (elem_kind != LLVMIntegerTypeKind) { in lp_check_elem_type()
276 case LLVMIntegerTypeKind: in lp_sizeof_llvm_type()
328 case LLVMIntegerTypeKind: in lp_typekind_name()
360 if (ke == LLVMIntegerTypeKind) { in lp_dump_llvmtype()
374 else if (k == LLVMIntegerTypeKind) { in lp_dump_llvmtype()
Dlp_bld_printf.c113 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value()
140 if (type_kind == LLVMIntegerTypeKind && in lp_build_print_value()
Dlp_bld_arit_overflow.c78 assert(type_kind == LLVMIntegerTypeKind); in build_binary_int_overflow()
Dlp_bld_intr.c77 case LLVMIntegerTypeKind: in lp_format_intrinsic()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c340 case LLVMIntegerTypeKind: in constant_value()
435 case LLVMIntegerTypeKind: in value_to_pvalue()
642 case LLVMIntegerTypeKind: { in output_op_compare()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c163 if (LLVMGetTypeKind(type) == LLVMIntegerTypeKind) in ac_get_elem_bits()
186 case LLVMIntegerTypeKind: in ac_get_type_size()
367 case LLVMIntegerTypeKind: in ac_build_type_name_for_intr()
Dac_nir_to_llvm.c3641 if (LLVMGetTypeKind(LLVMTypeOf(ids)) == LLVMIntegerTypeKind) { in visit_intrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h155 LLVMIntegerTypeKind, /**< Arbitrary bit width integers */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp498 return LLVMIntegerTypeKind; in LLVMGetTypeKind()