Home
last modified time | relevance | path

Searched refs:LLVMInsertBasicBlockInContext (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c68 new_block = LLVMInsertBasicBlockInContext(gallivm->context, next_block, name); in lp_build_insert_new_block()
420 LLVMInsertBasicBlockInContext(gallivm->context, in lp_build_if()
442 LLVMInsertBasicBlockInContext(ifthen->gallivm->context, in lp_build_else()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c474 bb = LLVMInsertBasicBlockInContext(ctx.ac.context, end_bb, "out"); in si_generate_gs_copy_shader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2981 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C,
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1657 bb = LLVMInsertBasicBlockInContext(ctx->ac.context, end_bb, "out"); in ac_gs_copy_shader_emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2661 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, in LLVMInsertBasicBlockInContext() function
2670 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2892 return LLVMInsertBasicBlockInContext(ctx->context, flow->next_block, name); in append_basic_block()