Home
last modified time | relevance | path

Searched refs:LLVMInsertBasicBlockInContext (Results 1 – 6 of 6) 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/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c356 loop_block = LLVMInsertBasicBlockInContext(gallivm->context, in bgnloop_emit()
488 if_block = LLVMInsertBasicBlockInContext(gallivm->context, in if_emit()
490 else_block = LLVMInsertBasicBlockInContext(gallivm->context, in if_emit()
/external/llvm/include/llvm-c/
DCore.h2204 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C,
/external/llvm/lib/IR/
DCore.cpp1938 LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, in LLVMInsertBasicBlockInContext() function
1947 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1379 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)