Home
last modified time | relevance | path

Searched refs:LLVMInsertBasicBlockInContext (Results 1 – 15 of 15) 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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2600 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/mesa3d/src/amd/common/
Dac_llvm_build.c1964 return LLVMInsertBasicBlockInContext(ctx->context, in append_basic_block()
Dac_nir_to_llvm.c6273 new_block = LLVMInsertBasicBlockInContext(ctx->context, next_block, name); in ac_build_insert_new_block()
6300 LLVMInsertBasicBlockInContext(ctx->context, in ac_nir_build_if()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1148 return LLVMInsertBasicBlockInContext(Context, BB, String_val(Name)); in llvm_insert_block()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2290 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, in LLVMInsertBasicBlockInContext() function
2299 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1499 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1181 bb.C = C.LLVMInsertBasicBlockInContext(c.C, ref.C, cname)
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5716 bb = LLVMInsertBasicBlockInContext(ctx.ac.context, end_bb, "out"); in si_generate_gs_copy_shader()