Home
last modified time | relevance | path

Searched refs:LLVMBuildCondBr (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c107 LLVMBuildCondBr(skip->gallivm->builder, cond, skip->block, new_block); in lp_build_flow_skip_cond_break()
261 LLVMBuildCondBr(builder, cond, after_block, state->block); in lp_build_loop_end_cond()
340 LLVMBuildCondBr(builder, cond, state->body, state->exit); in lp_build_for_loop_end()
443 LLVMBuildCondBr(builder, ifthen->condition, in lp_build_endif()
448 LLVMBuildCondBr(builder, ifthen->condition, in lp_build_endif()
Dlp_bld_tgsi_soa.c483 LLVMBuildCondBr(builder, in lp_exec_endloop()
/external/skia/src/sksl/
DSkSLJIT.cpp339 LLVMBuildCondBr(builder, fTest, trueBlock, falseBlock); in getLValue()
367 LLVMBuildCondBr(builder, fTest, trueBlock, falseBlock); in getLValue()
699 LLVMBuildCondBr(builder, left, ifTrue, merge); in compileBinary()
717 LLVMBuildCondBr(builder, left, merge, ifFalse); in compileBinary()
1006 LLVMBuildCondBr(builder, test, trueBlock, falseBlock); in compileTernary()
1097 LLVMBuildCondBr(builder, test, ifTrue, ifFalse); in compileIf()
1126 LLVMBuildCondBr(builder, test, body, end); in compileFor()
1158 LLVMBuildCondBr(builder, test, body, end); in compileDo()
1181 LLVMBuildCondBr(builder, test, body, end); in compileWhile()
1296 LLVMBuildCondBr(builder, test, loopBody, loopEnd); in compileStageFunctionLoop()
/external/skqp/src/sksl/
DSkSLJIT.cpp339 LLVMBuildCondBr(builder, fTest, trueBlock, falseBlock); in getLValue()
367 LLVMBuildCondBr(builder, fTest, trueBlock, falseBlock); in getLValue()
699 LLVMBuildCondBr(builder, left, ifTrue, merge); in compileBinary()
717 LLVMBuildCondBr(builder, left, merge, ifFalse); in compileBinary()
1006 LLVMBuildCondBr(builder, test, trueBlock, falseBlock); in compileTernary()
1097 LLVMBuildCondBr(builder, test, ifTrue, ifFalse); in compileIf()
1126 LLVMBuildCondBr(builder, test, body, end); in compileFor()
1158 LLVMBuildCondBr(builder, test, body, end); in compileDo()
1181 LLVMBuildCondBr(builder, test, body, end); in compileWhile()
1296 LLVMBuildCondBr(builder, test, loopBody, loopEnd); in compileStageFunctionLoop()
/external/llvm/tools/llvm-c-test/
Decho.cpp440 Dst = LLVMBuildCondBr(Builder, Cond, ThenBB, ElseBB); in CloneInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp460 Dst = LLVMBuildCondBr(Builder, CloneValue(Cond), ThenBB, ElseBB); in CloneInstruction()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h853 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef, LLVMValueRef If,
/external/llvm/include/llvm-c/
DCore.h2894 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef, LLVMValueRef If,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3127 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef, LLVMValueRef If,
/external/mesa3d/src/amd/common/
Dac_llvm_build.c2057 LLVMBuildCondBr(ctx->builder, cond, if_block, flow->next_block); in if_cond_emit()
Dac_nir_to_llvm.c6327 LLVMBuildCondBr(builder, ifthen->condition, in ac_nir_build_endif()
6332 LLVMBuildCondBr(builder, ifthen->condition, in ac_nir_build_endif()
6923 LLVMBuildCondBr(ctx.ac.builder, cond, then_block, merge_block); in ac_translate_nir_to_llvm()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1381 return LLVMBuildCondBr(Builder_val(B), If, Then, Else); in llvm_build_cond_br()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1818 return LLVMBuildCondBr(Builder_val(B), If, Then, Else); in llvm_build_cond_br()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1739 return LLVMBuildCondBr(Builder_val(B), If, Then, Else); in llvm_build_cond_br()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1765 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, in LLVMBuildCondBr() function
/external/llvm/lib/IR/
DCore.cpp2458 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, in LLVMBuildCondBr() function
/external/llvm/bindings/go/llvm/
Dir.go1235 rv.C = C.LLVMBuildCondBr(b.C, ifv.C, thenb.C, elseb.C)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1302 rv.C = C.LLVMBuildCondBr(b.C, ifv.C, thenb.C, elseb.C)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2688 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, in LLVMBuildCondBr() function