Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp94 LLVMBuilderRef builder = LLVMCreateBuilderInContext(ctx); in ac_create_builder()
Dac_llvm_build.c3187 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(ac->context); in ac_build_alloca_undef()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c489 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in create_builder_at_entry()
Dlp_bld_init.c350 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in init_gallivm_state()
Dlp_bld_format_s3tc.c1938 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in generate_update_cache_one_block()
Dlp_bld_sample_soa.c3562 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in lp_build_sample_gen_func()
/external/llvm/tools/llvm-c-test/
Decho.cpp370 auto Builder = LLVMCreateBuilderInContext(Ctx); in CloneValue()
703 LLVMBuilderRef Builder = LLVMCreateBuilderInContext(Ctx); in CloneBB()
/external/skqp/src/sksl/
DSkSLJIT.cpp1262 LLVMBuilderRef builder = LLVMCreateBuilderInContext(fContext); in compileStageFunctionLoop()
1661 LLVMBuilderRef builder = LLVMCreateBuilderInContext(fContext); in compileStageFunctionVector()
1783 LLVMBuilderRef builder = LLVMCreateBuilderInContext(fContext); in compileFunction()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp441 auto Builder = LLVMCreateBuilderInContext(Ctx); in CloneValue()
900 LLVMBuilderRef Builder = LLVMCreateBuilderInContext(Ctx); in CloneBB()
/external/llvm/include/llvm-c/
DCore.h2870 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp2374 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function
2379 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()
/external/llvm-project/llvm/include/llvm-c/
DCore.h3547 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3510 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
/external/llvm-project/llvm/lib/IR/
DCore.cpp3023 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function
3028 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2987 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function
2992 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1759 return alloc_builder(LLVMCreateBuilderInContext(C)); in llvm_builder()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1649 return alloc_builder(LLVMCreateBuilderInContext(C)); in llvm_builder()
/external/llvm/bindings/go/llvm/
Dir.go1194 func (c Context) NewBuilder() (b Builder) { b.C = C.LLVMCreateBuilderInContext(c.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1340 func (c Context) NewBuilder() (b Builder) { b.C = C.LLVMCreateBuilderInContext(c.C); return }