Home
last modified time | relevance | path

Searched refs:OP_CONT (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp362 case SM4_OPCODE_CONTINUE: return OP_CONT; in cvtOpcode()
363 case SM4_OPCODE_CONTINUEC: return OP_CONT; in cvtOpcode()
2052 mkFlow(OP_CONT, loopBB, CC_ALWAYS, NULL); in handleInstruction()
2083 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()
2092 mkFlow(OP_CONT, contBB, insn->insn.test_nz ? CC_P : CC_NOT_P, src(0, 0)); in handleInstruction()
Dnv50_ir_target_nv50.cpp126 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
Dnv50_ir.h95 OP_CONT, enumerator
Dnv50_ir.cpp961 op == OP_CONT || op == OP_BREAK || in FlowInstruction()
Dnv50_ir_lowering_nv50.cpp1076 case OP_CONT: in visit()
Dnv50_ir_from_tgsi.cpp2141 mkFlow(OP_CONT, loopBB, CC_ALWAYS, NULL); in handleInstruction()
2161 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()
Dnv50_ir_emit_nv50.cpp1711 case OP_CONT: in emitInstruction()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp275 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
Dnv50_ir_emit_nvc0.cpp1146 case OP_CONT: code[1] = 0xb0000000; mask = 1; break; in emitFlow()
1710 case OP_CONT: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp514 if (!contBB->getExit() || contBB->getExit()->op != OP_CONT || in tryReplaceContWithBra()