Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c468 LLVMPositionBuilderBefore(first_builder, first_instr); in create_builder_at_entry()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h833 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
/external/llvm/include/llvm-c/
DCore.h2874 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3107 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1301 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1738 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1659 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1698 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
/external/llvm/lib/IR/
DCore.cpp2389 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
/external/llvm/bindings/go/llvm/
Dir.go1199 func (b Builder) SetInsertPointBefore(instr Value) { C.LLVMPositionBuilderBefore(b.C, instr.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1252 func (b Builder) SetInsertPointBefore(instr Value) { C.LLVMPositionBuilderBefore(b.C, instr.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2619 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5566 LLVMPositionBuilderBefore(first_builder, first_instr); in ac_build_alloca()