Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h300 if (op >= OP_BRA && op <= OP_JOIN) in asFlow()
307 if (op >= OP_BRA && op <= OP_JOIN) in asFlow()
Dnv50_ir_target_nv50.cpp127 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
163 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_target_nvc0.cpp174 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
211 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_lowering_nvc0.cpp692 contBB->getExit()->op = OP_BRA; in tryReplaceContWithBra()
714 if (exit->op == OP_BRA) { in propagateJoin()
1369 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1380 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1)); in handleSharedATOMNVE4()
1381 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1437 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1442 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4()
1443 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1464 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_ALWAYS, NULL); in handleSharedATOM()
1534 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_NOT_P, ld->getDef(1)); in handleSharedATOM()
[all …]
Dnv50_ir_target.cpp267 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
Dnv50_ir_from_tgsi.cpp3629 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction()
3644 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction()
3657 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
3659 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()
3663 if (prevBB->getExit()->op == OP_BRA) { in handleInstruction()
Dnv50_ir_emit_nv50.cpp1739 case OP_BRA: in emitFlow()
1997 case OP_BRA: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp923 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; in handleTXL()
1148 i->op = OP_BRA; in handleCONT()
Dnv50_ir.h94 OP_BRA, enumerator
Dnv50_ir_emit_nvc0.cpp1445 case OP_BRA: in emitFlow()
1496 if (f->op == OP_BRA) in emitFlow()
2855 case OP_BRA: in emitInstruction()
Dnv50_ir_emit_gk110.cpp1500 case OP_BRA: in emitFlow()
2663 case OP_BRA: in emitInstruction()
Dnv50_ir.cpp1063 if (op == OP_BRA || in FlowInstruction()
Dnv50_ir_peephole.cpp3062 if (term->op == OP_BRA) { in removeFlow()
3124 for (Instruction *i = bb->getExit(); i && i->op == OP_BRA; i = i->prev) { in tryPropagateBranch()
3135 if (rep->op != OP_BRA && in tryPropagateBranch()
Dnv50_ir_ra.cpp466 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb)); in visit()
Dnv50_ir_emit_gm107.cpp3157 case OP_BRA: in emitInstruction()
/external/pcre/dist2/src/
Dpcre2_auto_possess.c629 case OP_BRA: in compare_opcodes()
652 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
Dpcre2_compile.c6001 bravalue = OP_BRA; in compile_branch()
6612 op_previous = *previous = OP_BRA; in compile_branch()
6635 case OP_BRA: in compile_branch()
6715 *previous++ = OP_BRA; in compile_branch()
6820 *code++ = OP_BRA; in compile_branch()
6878 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6897 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
7843 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
7981 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8235 case OP_BRA: in find_firstassertedcu()
[all …]
Dpcre2_study.c159 case OP_BRA: in find_minlength()
1069 case OP_BRA: in set_start_bits()
Dpcre2_jit_compile.c719 case OP_BRA: in next_opcode()
1075 if (*cc != OP_BRA && *cc != OP_CBRA) in detect_fast_forward_skip()
1104 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA); in detect_fast_fail()
1141 if (depth > 0 && (*cc == OP_BRA || *cc == OP_CBRA)) in detect_fast_fail()
1236 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1349 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1405 case OP_BRA: in set_private_data_ptrs()
3980 case OP_BRA: in scan_prefix()
8377 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
8424 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
[all …]
Dpcre2_printint.c382 case OP_BRA: in pcre2_printint()
Dpcre2_internal.h1494 OP_BRA, /* 131 Start of non-capturing bracket */ enumerator
Dpcre2_match.c4974 case OP_BRA: in match()
5459 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5492 case OP_BRA: /* No need to do anything for these */ in match()
Dpcre2_dfa_match.c901 case OP_BRA: in internal_dfa_match()
/external/pcre/dist2/
DHACKING656 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A
701 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead