Searched defs:if_block (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h43 LLVMBasicBlockRef if_block; member in struct:radeon_llvm_branch
H A Dradeon_setup_tgsi_llvm.c413 if (current_block != current_branch->if_block) {
416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
435 if (current_block != current_branch->if_block
446 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
447 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->if_block);
480 LLVMBasicBlockRef if_block, else_block, endif_block; local
488 if_block = LLVMInsertBasicBlockInContext(gallivm->context,
492 LLVMBuildCondBr(gallivm->builder, cond, if_block, else_block);
493 LLVMPositionBuilderAtEnd(gallivm->builder, if_block);
497 ctx->branch[ctx->branch_depth - 1].if_block
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h43 LLVMBasicBlockRef if_block; member in struct:radeon_llvm_branch
H A Dradeon_setup_tgsi_llvm.c413 if (current_block != current_branch->if_block) {
416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
435 if (current_block != current_branch->if_block
446 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
447 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->if_block);
480 LLVMBasicBlockRef if_block, else_block, endif_block; local
488 if_block = LLVMInsertBasicBlockInContext(gallivm->context,
492 LLVMBuildCondBr(gallivm->builder, cond, if_block, else_block);
493 LLVMPositionBuilderAtEnd(gallivm->builder, if_block);
497 ctx->branch[ctx->branch_depth - 1].if_block
[all...]

Completed in 627 milliseconds