Home
last modified time | relevance | path

Searched refs:OP_BRA (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h268 if (op >= OP_BRA && op <= OP_JOIN) in asFlow()
275 if (op >= OP_BRA && op <= OP_JOINAT) in asFlow()
Dnv50_ir_target_nv50.cpp125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
159 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_from_sm4.cpp373 case SM4_OPCODE_ELSE: return OP_BRA; in cvtOpcode()
376 case SM4_OPCODE_ENDIF: return OP_BRA; in cvtOpcode()
386 case SM4_OPCODE_IF: return OP_BRA; in cvtOpcode()
1982 mkFlow(OP_BRA, NULL, insn->insn.test_nz ? CC_NOT_P : CC_P, src(0, 0)); in handleInstruction()
1997 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction()
2010 if (lastBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
2012 mkFlow(OP_BRA, convPoint, CC_ALWAYS, NULL); in handleInstruction()
2016 if (lastBB->getExit()->op == OP_BRA) { in handleInstruction()
Dnv50_ir_target.cpp226 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
Dnv50_ir_from_tgsi.cpp2078 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0)); in handleInstruction()
2093 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction()
2106 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
2108 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()
2112 if (prevBB->getExit()->op == OP_BRA) { in handleInstruction()
Dnv50_ir_lowering_nv50.cpp712 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; in handleTXL()
884 i->op = OP_BRA; in handleCONT()
Dnv50_ir_emit_nv50.cpp1467 case OP_BRA: in emitFlow()
1662 case OP_BRA: in emitInstruction()
Dnv50_ir.h92 OP_BRA, enumerator
Dnv50_ir_peephole.cpp1841 if (term->op == OP_BRA) { in removeFlow()
1898 if (!bb->getExit() || bb->getExit()->op != OP_BRA) in tryPropagateBranch()
1914 if (rep->op != OP_BRA && in tryPropagateBranch()
Dnv50_ir.cpp960 if (op == OP_BRA || in FlowInstruction()
Dnv50_ir_ra.cpp367 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb)); in visit()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
304 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_lowering_nvc0.cpp517 contBB->getExit()->op = OP_BRA; in tryReplaceContWithBra()
539 if (exit->op == OP_BRA) { in propagateJoin()
Dnv50_ir_emit_nvc0.cpp1129 case OP_BRA: in emitFlow()
1703 case OP_BRA: in emitInstruction()
/external/pcre/dist/
Dpcre_compile.c1761 case OP_BRA: in find_fixedlength()
2506 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
3204 case OP_BRA: in compare_opcodes()
3224 if (*next_code != OP_BRA && *next_code != OP_CBRA in compare_opcodes()
6058 *previous++ = OP_BRA; in compile_branch()
6190 *code++ = OP_BRA; in compile_branch()
6269 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6291 *bracode += OP_SBRA - OP_BRA; in compile_branch()
6705 bravalue = OP_BRA; in compile_branch()
7635 bravalue = OP_BRA; in compile_branch()
[all …]
Dpcre_study.c130 case OP_BRA: in find_minlength()
962 case OP_BRA: in set_start_bits()
Dpcre_jit_compile.c648 case OP_BRA: in next_opcode()
964 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1077 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()
1134 case OP_BRA: in set_private_data_ptrs()
3339 case OP_BRA: in scan_prefix()
6468 pcre_uchar bra = OP_BRA; in compile_assert_matchingpath()
6754 if (bra == OP_BRA) in compile_assert_matchingpath()
6802 if (bra != OP_BRA) in compile_assert_matchingpath()
6816 if (bra != OP_BRA) in compile_assert_matchingpath()
6834 if (bra != OP_BRA) in compile_assert_matchingpath()
[all …]
Dpcre_printint.c400 case OP_BRA: in pcre_printint()
DHACKING402 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99
451 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
Dpcre_internal.h2080 OP_BRA, /* 131 Start of non-capturing bracket */ enumerator
Dpcre_dfa_exec.c824 case OP_BRA: in internal_dfa_exec()
Dpcre_exec.c1057 case OP_BRA: in match()