Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c110 if (LLVMGetIntTypeWidth(type_ref) == 64) { in lp_build_print_value()
114 } else if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
139 LLVMGetIntTypeWidth(type_ref) < sizeof(int) * 8) { in lp_build_print_value()
141 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.c78 width = LLVMGetIntTypeWidth(type); in lp_format_intrinsic()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c155 return LLVMGetIntTypeWidth(type) / 8; in ac_get_type_size()
297 snprintf(buf, bufsize, "i%d", LLVMGetIntTypeWidth(elem_type)); in ac_build_type_name_for_intr()
Dac_nir_to_llvm.c374 return LLVMGetIntTypeWidth(type); in get_elem_bits()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c218 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()
620 LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64) { in llvm_int64_of_const()
/external/llvm/tools/llvm-c-test/
Decho.cpp88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c396 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()
865 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/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h382 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/external/llvm/include/llvm-c/
DCore.h867 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1026 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp219 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go529 return int(C.LLVMGetIntTypeWidth(t.C))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp574 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function