/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_inlines.h | 300 if (op >= OP_BRA && op <= OP_JOIN) in asFlow() 307 if (op >= OP_BRA && op <= OP_JOIN) in asFlow()
|
D | nv50_ir_target_nv50.cpp | 126 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()
|
D | nv50_ir_target_nvc0.cpp | 209 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()
|
D | nv50_ir_lowering_nv50.cpp | 977 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()
|
D | nv50_ir_lowering_nvc0.cpp | 741 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 …]
|
D | nv50_ir_target_gv100.cpp | 73 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo() 242 case OP_BRA: in getOpInfo()
|
D | nv50_ir_target.cpp | 278 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
|
D | nv50_ir_from_nir.cpp | 1467 mkFlow(OP_BRA, elseBB, CC_EQ, src)->setType(sType); in visit() 1477 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL); in visit() 1480 insertJoins = insertJoins && bb->getExit()->op == OP_BRA; in visit() 1491 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL); in visit() 1494 insertJoins = insertJoins && bb->getExit()->op == OP_BRA; in visit() 2431 mkFlow(OP_BRA, exit, CC_ALWAYS, NULL); in visit()
|
D | nv50_ir_lowering_gv100.cpp | 367 i->op = OP_BRA; in handleFLOW()
|
D | nv50_ir_emit_gv100.cpp | 1802 case OP_BRA: in emitInstruction() 2067 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
|
D | nv50_ir_from_tgsi.cpp | 3621 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction() 3636 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction() 3649 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction() 3651 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction() 3655 if (prevBB->getExit()->op == OP_BRA) { in handleInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1817 case OP_BRA: in emitFlow() 2084 case OP_BRA: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 1458 case OP_BRA: in emitFlow() 1509 if (f->op == OP_BRA) in emitFlow() 2869 case OP_BRA: in emitInstruction()
|
D | nv50_ir.h | 99 OP_BRA, enumerator
|
D | nv50_ir_emit_gk110.cpp | 1511 case OP_BRA: in emitFlow() 2675 case OP_BRA: in emitInstruction()
|
D | nv50_ir.cpp | 1132 if (op == OP_BRA || in FlowInstruction()
|
D | nv50_ir_peephole.cpp | 3337 if (term->op == OP_BRA) { in removeFlow() 3399 for (Instruction *i = bb->getExit(); i && i->op == OP_BRA; i = i->prev) { in tryPropagateBranch() 3410 if (rep->op != OP_BRA && in tryPropagateBranch()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_auto_possess.c | 665 case OP_BRA: in compare_opcodes() 688 if (*next_code != OP_BRA && *next_code != OP_CBRA && in compare_opcodes()
|
D | pcre2_compile.c | 6543 bravalue = OP_BRA; in compile_branch() 7150 op_previous = *previous = OP_BRA; in compile_branch() 7176 case OP_BRA: in compile_branch() 7262 *previous++ = OP_BRA; in compile_branch() 7367 *code++ = OP_BRA; in compile_branch() 7426 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch() 7446 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch() 8406 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored() 8544 if (op == OP_BRA || op == OP_BRAPOS || in is_startline() 8798 case OP_BRA: in find_firstassertedcu() [all …]
|
D | pcre2_study.c | 166 case OP_BRA: in find_minlength() 1112 case OP_BRA: in set_start_bits()
|
D | pcre2_jit_compile.c | 938 case OP_BRA: in next_opcode() 1255 SLJIT_ASSERT(*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA); in detect_early_fail() 1484 case OP_BRA: in detect_early_fail() 1655 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat() 1769 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs() 1829 case OP_BRA: in set_private_data_ptrs() 5550 case OP_BRA: in scan_prefix() 9867 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath() 9914 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath() 10176 if (bra == OP_BRA) in compile_assert_matchingpath() [all …]
|
D | pcre2_printint.c | 413 case OP_BRA: in pcre2_printint()
|
D | pcre2_internal.h | 1564 OP_BRA, /* 134 Start of non-capturing bracket */ enumerator
|
D | pcre2_match.c | 5256 case OP_BRA: in match() 5744 if (*bracode != OP_BRA && *bracode != OP_COND) in match() 5778 case OP_BRA: /* No need to do anything for these */ in match()
|
/third_party/pcre2/pcre2/ |
D | HACKING | 658 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A 703 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead
|