Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.c54 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get_ptr()
72 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get()
Dlp_bld_type.c308 case LLVMStructTypeKind: in lp_typekind_name()
/external/llvm/tools/llvm-c-test/
Decho.cpp106 case LLVMStructTypeKind: { in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp107 case LLVMStructTypeKind: { in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h214 LLVMStructTypeKind, /**< Structures */ enumerator
/external/llvm/include/llvm-c/
DCore.h196 LLVMStructTypeKind, /**< Structures */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h151 LLVMStructTypeKind, /**< Structures */ enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp158 return LLVMStructTypeKind; in LLVMGetTypeKind()
/external/llvm/lib/IR/
DCore.cpp336 return LLVMStructTypeKind; in LLVMGetTypeKind()
/external/llvm/bindings/go/llvm/
Dir.go251 StructTypeKind TypeKind = C.LLVMStructTypeKind
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go209 StructTypeKind TypeKind = C.LLVMStructTypeKind
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp486 return LLVMStructTypeKind; in LLVMGetTypeKind()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6654 assert(LLVMGetTypeKind(ret_type) == LLVMStructTypeKind); in si_build_wrapper_function()