Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca()
529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
/external/llvm/include/llvm-c/
DCore.h2626 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1592 LLVMPositionBuilderBefore(Builder_val(B), I); in llvm_position_builder()
/external/llvm/lib/IR/
DCore.cpp2148 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
/external/llvm/bindings/go/llvm/
Dir.go1191 func (b Builder) SetInsertPointBefore(instr Value) { C.LLVMPositionBuilderBefore(b.C, instr.C) }