Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c81 LLVMTypeKind elem_kind; in lp_check_elem_type()
253 LLVMTypeKind k = LLVMGetTypeKind(t); in lp_sizeof_llvm_type()
287 lp_typekind_name(LLVMTypeKind t) in lp_typekind_name()
338 LLVMTypeKind k = LLVMGetTypeKind(t); in lp_dump_llvmtype()
342 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype()
354 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype()
Dlp_bld_printf.c83 LLVMTypeKind type_kind; in lp_build_print_value()
Dlp_bld_type.h405 lp_typekind_name(LLVMTypeKind t);
/external/llvm/docs/
DExtendingLLVM.rst253 add enum ``LLVMTypeKind`` and modify
254 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type
299 add enum ``LLVMTypeKind`` and modify
300 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
/external/llvm/include/llvm-c/
DCore.h272 } LLVMTypeKind; typedef
762 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c285 LLVMTypeKind k = LLVMGetTypeKind(LLVMTypeOf(dst[0])); in emit_store()
/external/llvm/lib/IR/
DCore.cpp231 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()
/external/llvm/bindings/go/llvm/
Dir.go63 TypeKind C.LLVMTypeKind