Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_helper.cpp88 LLVMBuilderRef builder = LLVMCreateBuilderInContext(ctx); in ac_create_builder()
Dac_nir_to_llvm.c5562 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(ac->context); in ac_build_alloca()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c315 gallivm->builder = LLVMCreateBuilderInContext(gallivm->context); in init_gallivm_state()
Dlp_bld_flow.c465 LLVMBuilderRef first_builder = LLVMCreateBuilderInContext(gallivm->context); in create_builder_at_entry()
Dlp_bld_sample_soa.c3484 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp389 auto Builder = LLVMCreateBuilderInContext(Ctx); in CloneValue()
776 LLVMBuilderRef Builder = LLVMCreateBuilderInContext(Ctx); in CloneBB()
/external/skia/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/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/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1683 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function
1688 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h829 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h2870 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3103 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp2374 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function
2379 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1291 return alloc_builder(LLVMCreateBuilderInContext(C)); in llvm_builder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2604 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) { in LLVMCreateBuilderInContext() function
2609 return LLVMCreateBuilderInContext(LLVMGetGlobalContext()); in LLVMCreateBuilder()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1728 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1247 func (c Context) NewBuilder() (b Builder) { b.C = C.LLVMCreateBuilderInContext(c.C); return }