/external/mesa3d/src/gallium/drivers/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 | 127 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()
|
D | nv50_ir_target_nvc0.cpp | 174 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()
|
D | nv50_ir_lowering_nvc0.cpp | 553 contBB->getExit()->op = OP_BRA; in tryReplaceContWithBra() 575 if (exit->op == OP_BRA) { in propagateJoin() 1194 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4() 1205 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1)); in handleSharedATOMNVE4() 1206 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4() 1262 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4() 1267 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4() 1268 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4() 1289 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_ALWAYS, NULL); in handleSharedATOM() 1359 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_NOT_P, ld->getDef(1)); in handleSharedATOM() [all …]
|
D | nv50_ir_target.cpp | 267 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
|
D | nv50_ir_from_tgsi.cpp | 3421 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction() 3436 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction() 3449 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction() 3451 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction() 3455 if (prevBB->getExit()->op == OP_BRA) { in handleInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1739 case OP_BRA: in emitFlow() 1997 case OP_BRA: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 923 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; in handleTXL() 1148 i->op = OP_BRA; in handleCONT()
|
D | nv50_ir.h | 94 OP_BRA, enumerator
|
D | nv50_ir_emit_nvc0.cpp | 1423 case OP_BRA: in emitFlow() 1474 if (f->op == OP_BRA) in emitFlow() 2763 case OP_BRA: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 1456 case OP_BRA: in emitFlow() 2544 case OP_BRA: in emitInstruction()
|
D | nv50_ir.cpp | 1065 if (op == OP_BRA || in FlowInstruction()
|
D | nv50_ir_peephole.cpp | 2872 if (term->op == OP_BRA) { in removeFlow() 2934 for (Instruction *i = bb->getExit(); i && i->op == OP_BRA; i = i->prev) { in tryPropagateBranch() 2945 if (rep->op != OP_BRA && in tryPropagateBranch()
|
D | nv50_ir_ra.cpp | 468 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb)); in visit()
|
D | nv50_ir_emit_gm107.cpp | 3057 case OP_BRA: in emitInstruction()
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 948 case OP_BRA: in find_fixedlength() 1502 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch() 5495 *previous++ = OP_BRA; in compile_branch() 5599 *code++ = OP_BRA; in compile_branch() 5658 possessive_quantifier) *bracode = OP_BRA; in compile_branch() 5689 *bracode += OP_SBRA - OP_BRA; in compile_branch() 6089 bravalue = OP_BRA; in compile_branch() 6973 bravalue = OP_BRA; in compile_branch() 6984 bravalue = OP_BRA; in compile_branch() 7951 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored() [all …]
|
D | pcre2_auto_possess.c | 604 case OP_BRA: in compare_opcodes() 624 if (*next_code != OP_BRA && *next_code != OP_CBRA in compare_opcodes()
|
D | pcre2_study.c | 164 case OP_BRA: in find_minlength() 1019 case OP_BRA: in set_start_bits()
|
D | pcre2_jit_compile.c | 679 case OP_BRA: in next_opcode() 1033 if (*cc != OP_BRA && *cc != OP_CBRA) in detect_fast_forward_skip() 1062 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA); in detect_fast_fail() 1099 if (depth > 0 && (*cc == OP_BRA || *cc == OP_CBRA)) in detect_fast_fail() 1194 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat() 1307 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs() 1364 case OP_BRA: in set_private_data_ptrs() 3586 case OP_BRA: in scan_prefix() 7288 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath() 7335 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath() [all …]
|
D | pcre2_printint.c | 382 case OP_BRA: in pcre2_printint()
|
D | pcre2_internal.h | 1540 OP_BRA, /* 132 Start of non-capturing bracket */ enumerator
|
D | pcre2_dfa_match.c | 760 case OP_BRA: in internal_dfa_match()
|
D | pcre2_match.c | 1088 case OP_BRA: in match()
|
/external/pcre/dist2/ |
D | HACKING | 439 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A 483 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead
|