Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c68 new_block = LLVMInsertBasicBlockInContext(gallivm->context, next_block, name); in lp_build_insert_new_block()
417 LLVMInsertBasicBlockInContext(gallivm->context, in lp_build_if()
439 LLVMInsertBasicBlockInContext(ifthen->gallivm->context, in lp_build_else()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c496 bb = LLVMInsertBasicBlockInContext(ctx.ac.context, end_bb, "out"); in si_generate_gs_copy_shader()
/external/llvm/include/llvm-c/
DCore.h2374 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C,
/external/llvm/lib/IR/
DCore.cpp2064 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, in LLVMInsertBasicBlockInContext() function
2073 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock()
/external/llvm-project/llvm/include/llvm-c/
DCore.h3018 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2981 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C,
/external/llvm-project/llvm/lib/IR/
DCore.cpp2697 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, in LLVMInsertBasicBlockInContext() function
2706 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock()
/external/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()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1525 return LLVMInsertBasicBlockInContext(Context, BB, String_val(Name)); in llvm_insert_block()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1435 return LLVMInsertBasicBlockInContext(Context, BB, String_val(Name)); in llvm_insert_block()
/external/llvm/bindings/go/llvm/
Dir.go1119 bb.C = C.LLVMInsertBasicBlockInContext(c.C, ref.C, cname)
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1239 bb.C = C.LLVMInsertBasicBlockInContext(c.C, ref.C, cname)
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c4240 bb = LLVMInsertBasicBlockInContext(ctx->ac.context, end_bb, "out"); in ac_gs_copy_shader_emit()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3087 return LLVMInsertBasicBlockInContext(ctx->context, flow->next_block, name); in append_basic_block()