Home
last modified time | relevance | path

Searched refs:LLVMCountStructElementTypes (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c516 num_returns = LLVMCountStructElementTypes(return_type); in si_build_wrapper_function()
691 unsigned ret_size = LLVMCountStructElementTypes(ret_type); in si_build_wrapper_function()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1311 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp701 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c332 unsigned count = LLVMCountStructElementTypes(type); in ac_build_type_name_for_intr()