Home
last modified time | relevance | path

Searched refs:LLVMGetInsertBlock (Results 1 – 15 of 15) 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()
461 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(builder); in create_builder_at_entry()
Dlp_bld_intr.c192 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
Dlp_bld_tgsi_aos.c1046 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_aos()
1058 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_aos()
Dlp_bld_sample_soa.c3220 LLVMGetInsertBlock(builder))); in lp_build_sample_soa_func()
3373 bb = LLVMGetInsertBlock(builder); in lp_build_sample_soa_func()
Dlp_bld_tgsi_soa.c4061 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_soa()
4071 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp259 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in CompileVS()
637 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in CompileFS()
690 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in CompileFS()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3586 LLVMBasicBlockRef llvm_block = LLVMGetInsertBlock(ctx->builder); in visit_block()
3641 if (LLVMGetInsertBlock(ctx->builder)) in visit_if()
3647 if (LLVMGetInsertBlock(ctx->builder)) in visit_if()
3668 if (LLVMGetInsertBlock(ctx->builder)) in visit_loop()
3870 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(builder); in ac_build_alloca()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1104 if (!LLVMGetBasicBlockTerminator(LLVMGetInsertBlock(builder))) in emit_default_branch()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h835 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder);
/external/llvm/include/llvm-c/
DCore.h2876 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1308 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1666 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1708 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder) { in LLVMGetInsertBlock() function
/external/llvm/lib/IR/
DCore.cpp2399 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 }