Searched refs:LLVMGetInsertBlock (Results 1 – 9 of 9) sorted by relevance
62 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()
86 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
1088 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_aos()1100 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_aos()
2137 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); in lp_build_tgsi_soa()2147 LLVMGetBasicBlockParent(LLVMGetInsertBlock(gallivm->builder))); in lp_build_tgsi_soa()
397 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()
2560 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder);
1610 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); in llvm_insertion_block()
2182 LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder) { in LLVMGetInsertBlock() function
1201 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return }