Home
last modified time | relevance | path

Searched refs:LLVMGetInsertBlock (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c62 current_block = LLVMGetInsertBlock(gallivm->builder); in lp_build_insert_new_block()
381 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_if()
478 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(builder); in lp_build_alloca()
521 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(builder); in lp_build_array_alloca()
Dlp_bld_intr.c86 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
Dlp_bld_tgsi_aos.c1088 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_aos()
1100 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_aos()
Dlp_bld_tgsi_soa.c2137 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_soa()
2147 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c397 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(gallivm->builder); in else_emit()
431 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(gallivm->builder); in endif_emit()
464 if (!LLVMGetBasicBlockTerminator(LLVMGetInsertBlock(gallivm->builder))) { in endloop_emit()
959 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in build_intrinsic()
/external/llvm/include/llvm-c/
DCore.h2560 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1610 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block()
/external/llvm/lib/IR/
DCore.cpp2182 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder) { in LLVMGetInsertBlock() function
/external/llvm/bindings/go/llvm/
Dir.go1201 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return }