Searched refs:OP_CONT (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 362 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()
|
D | nv50_ir_target_nv50.cpp | 126 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
|
D | nv50_ir.h | 95 OP_CONT, enumerator
|
D | nv50_ir.cpp | 961 op == OP_CONT || op == OP_BREAK || in FlowInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 1076 case OP_CONT: in visit()
|
D | nv50_ir_from_tgsi.cpp | 2141 mkFlow(OP_CONT, loopBB, CC_ALWAYS, NULL); in handleInstruction() 2161 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1711 case OP_CONT: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 275 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
|
D | nv50_ir_emit_nvc0.cpp | 1146 case OP_CONT: code[1] = 0xb0000000; mask = 1; break; in emitFlow() 1710 case OP_CONT: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 514 if (!contBB->getExit() || contBB->getExit()->op != OP_CONT || in tryReplaceContWithBra()
|