/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_inlines.h | 268 if (op >= OP_BRA && op <= OP_JOIN) in asFlow() 275 if (op >= OP_BRA && op <= OP_JOINAT) in asFlow()
|
D | nv50_ir_target_nv50.cpp | 125 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()
|
D | nv50_ir_from_sm4.cpp | 373 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()
|
D | nv50_ir_target.cpp | 226 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission()
|
D | nv50_ir_from_tgsi.cpp | 2078 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()
|
D | nv50_ir_lowering_nv50.cpp | 712 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; in handleTXL() 884 i->op = OP_BRA; in handleCONT()
|
D | nv50_ir_emit_nv50.cpp | 1467 case OP_BRA: in emitFlow() 1662 case OP_BRA: in emitInstruction()
|
D | nv50_ir.h | 92 OP_BRA, enumerator
|
D | nv50_ir_peephole.cpp | 1841 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()
|
D | nv50_ir.cpp | 960 if (op == OP_BRA || in FlowInstruction()
|
D | nv50_ir_ra.cpp | 367 pb->insertTail(new_FlowInstruction(func, OP_BRA, bb)); in visit()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 274 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()
|
D | nv50_ir_lowering_nvc0.cpp | 517 contBB->getExit()->op = OP_BRA; in tryReplaceContWithBra() 539 if (exit->op == OP_BRA) { in propagateJoin()
|
D | nv50_ir_emit_nvc0.cpp | 1129 case OP_BRA: in emitFlow() 1703 case OP_BRA: in emitInstruction()
|
/external/pcre/dist/ |
D | pcre_compile.c | 1761 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 …]
|
D | pcre_study.c | 130 case OP_BRA: in find_minlength() 962 case OP_BRA: in set_start_bits()
|
D | pcre_jit_compile.c | 648 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 …]
|
D | pcre_printint.c | 400 case OP_BRA: in pcre_printint()
|
D | HACKING | 402 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
|
D | pcre_internal.h | 2080 OP_BRA, /* 131 Start of non-capturing bracket */ enumerator
|
D | pcre_dfa_exec.c | 824 case OP_BRA: in internal_dfa_exec()
|
D | pcre_exec.c | 1057 case OP_BRA: in match()
|