Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp127 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
Dnv50_ir_target_nvc0.cpp210 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
Dnv50_ir_lowering_gv100.cpp440 case OP_CONT: in visit()
Dnv50_ir.h102 OP_CONT, enumerator
Dnv50_ir_emit_gk110.cpp1521 case OP_CONT: code[1] = 0x1a800000; mask = 1; break; in emitFlow()
2675 case OP_CONT: in emitInstruction()
Dnv50_ir.cpp1135 op == OP_CONT || op == OP_BREAK || in FlowInstruction()
Dnv50_ir_emit_nvc0.cpp1468 case OP_CONT: code[1] = 0xb0000000; mask = 1; break; in emitFlow()
2869 case OP_CONT: in emitInstruction()
Dnv50_ir_from_nir.cpp1513 mkFlow(OP_CONT, loopBB, CC_ALWAYS, NULL); in visit()
2391 mkFlow(isBreak ? OP_BREAK : OP_CONT, target, CC_ALWAYS, NULL); in visit()
Dnv50_ir_lowering_nv50.cpp1439 case OP_CONT: in visit()
Dnv50_ir_emit_nv50.cpp2052 case OP_CONT: in emitInstruction()
Dnv50_ir_from_tgsi.cpp3619 mkFlow(OP_CONT, loopBB, CC_ALWAYS, NULL); in handleInstruction()
3645 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()
Dnv50_ir_emit_gm107.cpp3435 case OP_CONT: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp738 if (!contBB->getExit() || contBB->getExit()->op != OP_CONT || in tryReplaceContWithBra()