Home
last modified time | relevance | path

Searched refs:LLVMInsertBasicBlockInContext (Results 1 – 10 of 10) 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()
393 LLVMInsertBasicBlockInContext(gallivm->context, in lp_build_if()
415 LLVMInsertBasicBlockInContext(ifthen->gallivm->context, in lp_build_else()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1515 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, in LLVMInsertBasicBlockInContext() function
1524 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1091 return LLVMInsertBasicBlockInContext(gallivm->context, in append_basic_block()
Dsi_shader.c6564 bb = LLVMInsertBasicBlockInContext(gallivm->context, end_bb, "out"); in si_generate_gs_copy_shader()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h776 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C,
/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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1148 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)