Searched refs:LLVMCreateBuilderInContext (Results 1 – 9 of 9) sorted by relevance
91 LLVMBuilderRef builder = LLVMCreateBuilderInContext(ctx); in ac_create_builder()
3010 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(ac->context); in ac_build_alloca_undef()
492 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in create_builder_at_entry()
361 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in init_gallivm_state()
1942 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in generate_update_cache_one_block()
4054 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in lp_build_sample_gen_func()
1262 LLVMBuilderRef builder = LLVMCreateBuilderInContext(fContext); in compileStageFunctionLoop()1661 LLVMBuilderRef builder = LLVMCreateBuilderInContext(fContext); in compileStageFunctionVector()1783 LLVMBuilderRef builder = LLVMCreateBuilderInContext(fContext); in compileFunction()
3510 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
2987 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function2992 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()