Home
last modified time | relevance | path

Searched refs:LLVMStructTypeKind (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.c54 …VERSION_MAJOR >= 15 || LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get_ptr()
72 …VERSION_MAJOR >= 15 || LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get()
89 …VERSION_MAJOR >= 15 || LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get_ptr2()
108 …VERSION_MAJOR >= 15 || LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get2()
Dlp_bld_type.c332 case LLVMStructTypeKind: in lp_typekind_name()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c515 case LLVMStructTypeKind: in si_build_wrapper_function()
689 assert(LLVMGetTypeKind(ret_type) == LLVMStructTypeKind); in si_build_wrapper_function()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c344 case LLVMStructTypeKind: in constant_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h157 LLVMStructTypeKind, /**< Structures */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp502 return LLVMStructTypeKind; in LLVMGetTypeKind()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c331 if (LLVMGetTypeKind(type) == LLVMStructTypeKind) { in ac_build_type_name_for_intr()