Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c108 if (LLVMGetIntTypeWidth(type_ref) == 64) { in lp_build_print_value()
110 } else if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
135 LLVMGetIntTypeWidth(type_ref) < sizeof(int) * 8) { in lp_build_print_value()
137 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()
337 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()
351 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()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c160 return LLVMGetIntTypeWidth(type); in ac_get_elem_bits()
183 return LLVMGetIntTypeWidth(type) / 8; in ac_get_type_size()
346 snprintf(buf, bufsize, "i%d", LLVMGetIntTypeWidth(elem_type)); in ac_build_type_name_for_intr()
1596 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()
1599 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()
3326 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_readlane_common()
3462 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_dpp()
3513 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_permlane16()
3557 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_ds_swizzle()
/external/llvm/tools/llvm-c-test/
Decho.cpp88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c396 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()
891 LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64) { in llvm_int64_of_const()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c327 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()
782 LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64) { in llvm_int64_of_const()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp90 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/external/llvm/include/llvm-c/
DCore.h867 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/external/llvm-project/llvm/include/llvm-c/
DCore.h1154 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1148 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/external/llvm/lib/IR/
DCore.cpp424 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function
/external/llvm/bindings/go/llvm/
Dir.go502 return int(C.LLVMGetIntTypeWidth(t.C))
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go567 return int(C.LLVMGetIntTypeWidth(t.C))
/external/llvm-project/llvm/lib/IR/
DCore.cpp596 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp590 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function