Searched refs:LLVMPositionBuilderBefore (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 468 LLVMPositionBuilderBefore(first_builder, first_instr); in create_builder_at_entry()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 833 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2874 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3107 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1301 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1738 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1659 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1698 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2389 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1199 func (b Builder) SetInsertPointBefore(instr Value) { C.LLVMPositionBuilderBefore(b.C, instr.C) }
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1252 func (b Builder) SetInsertPointBefore(instr Value) { C.LLVMPositionBuilderBefore(b.C, instr.C) }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2619 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 5566 LLVMPositionBuilderBefore(first_builder, first_instr); in ac_build_alloca()
|