Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c495 LLVMPositionBuilderBefore(first_builder, first_instr); in create_builder_at_entry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3514 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3002 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() function
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c3014 LLVMPositionBuilderBefore(first_builder, first_instr); in ac_build_alloca_undef()
Dac_nir_to_llvm.c5267 LLVMPositionBuilderBefore(ctx->ac.builder, LLVMGetFirstInstruction(blockref)); in visit_block()