Home
last modified time | relevance | path

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

12

/third_party/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.cpp126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_target_nvc0.cpp209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_lowering_nv50.cpp977 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; in handleTXL()
1266 i->op = OP_BRA; in handleCONT()
1475 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL); in handleSharedATOM()
1492 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_LT, locked); in handleSharedATOM()
1493 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOM()
1556 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOM()
1561 bld.mkFlow(OP_BRA, tryLockBB, CC_GEU, locked); in handleSharedATOM()
1562 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
Dnv50_ir_lowering_nvc0.cpp741 contBB->getExit()->op = OP_BRA; in tryReplaceContWithBra()
763 if (exit->op == OP_BRA) { in propagateJoin()
1468 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1479 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1)); in handleSharedATOMNVE4()
1480 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1536 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1541 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4()
1542 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1563 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_ALWAYS, NULL); in handleSharedATOM()
1633 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_NOT_P, ld->getDef(1)); in handleSharedATOM()
[all …]
Dnv50_ir_target_gv100.cpp73 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
242 case OP_BRA: in getOpInfo()
Dnv50_ir_target.cpp277 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
Dnv50_ir_from_nir.cpp1453 mkFlow(OP_BRA, elseBB, CC_EQ, src)->setType(sType); in visit()
1463 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL); in visit()
1466 insertJoins = insertJoins && bb->getExit()->op == OP_BRA; in visit()
1477 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL); in visit()
1480 insertJoins = insertJoins && bb->getExit()->op == OP_BRA; in visit()
2401 mkFlow(OP_BRA, exit, CC_ALWAYS, NULL); in visit()
Dnv50_ir_lowering_gv100.cpp367 i->op = OP_BRA; in handleFLOW()
Dnv50_ir_emit_gv100.cpp1775 case OP_BRA: in emitInstruction()
2040 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
Dnv50_ir_from_tgsi.cpp3617 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction()
3632 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction()
3645 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
3647 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()
3651 if (prevBB->getExit()->op == OP_BRA) { in handleInstruction()
Dnv50_ir_emit_nv50.cpp1817 case OP_BRA: in emitFlow()
2084 case OP_BRA: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp1458 case OP_BRA: in emitFlow()
1509 if (f->op == OP_BRA) in emitFlow()
2869 case OP_BRA: in emitInstruction()
Dnv50_ir.h99 OP_BRA, enumerator
Dnv50_ir_emit_gk110.cpp1511 case OP_BRA: in emitFlow()
2675 case OP_BRA: in emitInstruction()
/third_party/glib/glib/pcre/
Dpcre_compile.c1742 case OP_BRA: in find_fixedlength()
2421 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
5196 *previous++ = OP_BRA; in compile_branch()
5325 *code++ = OP_BRA; in compile_branch()
5405 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
5427 *bracode += OP_SBRA - OP_BRA; in compile_branch()
5735 bravalue = OP_BRA; in compile_branch()
6499 bravalue = OP_BRA; in compile_branch()
6510 bravalue = OP_BRA; in compile_branch()
7351 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
[all …]
Dpcre_study.c122 case OP_BRA: in find_minlength()
845 case OP_BRA: in set_start_bits()
Dpcre_jit_compile.c643 case OP_BRA: in next_opcode()
4223 pcre_uchar bra = OP_BRA; in compile_assert_trypath()
4415 if (bra == OP_BRA) in compile_assert_trypath()
4454 if (bra != OP_BRA) in compile_assert_trypath()
4464 if (bra != OP_BRA) in compile_assert_trypath()
4482 if (bra != OP_BRA) in compile_assert_trypath()
4671 pcre_uchar bra = OP_BRA; in compile_bracket_trypath()
5012 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_trypath()
5026 else if (bra != OP_BRA) in compile_bracket_trypath()
5830 case OP_BRA: in compile_trypath()
[all …]
Dpcre_internal.h1741 OP_BRA, /* 125 Start of non-capturing bracket */ enumerator
/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c648 case OP_BRA: in compare_opcodes()
671 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
Dpcre2_compile.c6453 bravalue = OP_BRA; in compile_branch()
7055 op_previous = *previous = OP_BRA; in compile_branch()
7081 case OP_BRA: in compile_branch()
7167 *previous++ = OP_BRA; in compile_branch()
7272 *code++ = OP_BRA; in compile_branch()
7331 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7351 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
8311 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8449 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8703 case OP_BRA: in find_firstassertedcu()
[all …]
Dpcre2_study.c166 case OP_BRA: in find_minlength()
1112 case OP_BRA: in set_start_bits()
Dpcre2_jit_compile.c936 case OP_BRA: in next_opcode()
1253 SLJIT_ASSERT(*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA); in detect_early_fail()
1482 case OP_BRA: in detect_early_fail()
1653 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1767 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1827 case OP_BRA: in set_private_data_ptrs()
5545 case OP_BRA: in scan_prefix()
9705 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
9752 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
10014 if (bra == OP_BRA) in compile_assert_matchingpath()
[all …]
Dpcre2_printint.c382 case OP_BRA: in pcre2_printint()
Dpcre2_internal.h1540 OP_BRA, /* 134 Start of non-capturing bracket */ enumerator

12