Home
last modified time | relevance | path

Searched refs:LLVMGetInsertBlock (Results 1 – 20 of 20) 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.c227 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
Dlp_bld_tgsi_aos.c963 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_aos()
975 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_aos()
Dlp_bld_tgsi_soa.c3948 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_soa()
3958 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_soa()
Dlp_bld_sample_soa.c3525 LLVMGetInsertBlock(builder))); in lp_build_sample_soa_func()
3678 bb = LLVMGetInsertBlock(builder); in lp_build_sample_soa_func()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp345 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_fetch_input()
403 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_emit_vertex()
474 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_end_primitive()
530 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in swr_gs_llvm_epilogue()
694 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in CompileGS()
840 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in CompileVS()
1327 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in CompileFS()
1380 IRB()->SetInsertPoint(unwrap(LLVMGetInsertBlock(gallivm->builder))); in CompileFS()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1969 LLVMGetBasicBlockParent(LLVMGetInsertBlock(ctx->builder)); in append_basic_block()
1980 if (!LLVMGetBasicBlockTerminator(LLVMGetInsertBlock(builder))) in emit_default_branch()
Dac_nir_to_llvm.c5244 LLVMBasicBlockRef llvm_block = LLVMGetInsertBlock(ctx->ac.builder); in visit_block()
5558 LLVMBasicBlockRef current_block = LLVMGetInsertBlock(builder); in ac_build_alloca()
6267 current_block = LLVMGetInsertBlock(ctx->builder); in ac_build_insert_new_block()
6288 LLVMBasicBlockRef block = LLVMGetInsertBlock(ctx->builder); in ac_nir_build_if()
6767 ctx.main_function = LLVMGetBasicBlockParent(LLVMGetInsertBlock(ctx.ac.builder)); in ac_nir_translate()
6913 LLVMValueRef fn = LLVMGetBasicBlockParent(LLVMGetInsertBlock(ctx.ac.builder)); in ac_translate_nir_to_llvm()
/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-7.0/llvm/include/llvm-c/
DCore.h3109 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/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1745 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 }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1254 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2629 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder) { in LLVMGetInsertBlock() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3309 LLVMGetInsertBlock(builder), in si_llvm_emit_tcs_epilogue()