Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c482 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in lp_build_alloca() local
486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca()
488 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_alloca()
491 res = LLVMBuildAlloca(first_builder, type, name); in lp_build_alloca()
494 LLVMDisposeBuilder(first_builder); in lp_build_alloca()
525 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in lp_build_array_alloca() local
529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
531 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_array_alloca()
534 res = LLVMBuildArrayAlloca(first_builder, type, count, name); in lp_build_array_alloca()
536 LLVMDisposeBuilder(first_builder); in lp_build_array_alloca()