HomeSort by relevance Sort by last modified time
    Searched refs:asFlow (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 492 if (asFlow()) {
494 if (op == OP_CALL && asFlow()->builtin) {
495 PRINT(" %sBUILTIN:%i", colour[TXT_BRA], asFlow()->target.builtin);
497 if (op == OP_CALL && asFlow()->target.fn) {
499 asFlow()->target.fn->getName(),
500 asFlow()->target.fn->getLabel());
502 if (asFlow()->target.bb)
503 PRINT(" %sBB:%i", colour[TXT_BRA], asFlow()->target.bb->getId());
531 if (!d && !asFlow())
nv50_ir_inlines.h 266 FlowInstruction *Instruction::asFlow()
273 const FlowInstruction *Instruction::asFlow() const
nv50_ir_peephole.cpp 73 if (terminator || asFlow())
    [all...]
nv50_ir_target.cpp 226 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
nv50_ir.h 665 inline FlowInstruction *asFlow();
668 inline const FlowInstruction *asFlow() const;
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_ra.cpp 358 if (pb->getExit()->asFlow()->target.bb == bb)
359 pb->getExit()->asFlow()->target.bb = pn;
391 FlowInstruction *cal = i->asFlow();
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir.cpp 1041 if (insn->asFlow())
nv50_ir_from_sm4.cpp     [all...]
nv50_ir_lowering_nv50.cpp 230 handlePRERET(i->asFlow());
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 529 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit)
541 exit->asFlow()->limit = 1; // must-not-propagate marker
    [all...]
nv50_ir_emit_nvc0.cpp 1122 const FlowInstruction *f = i->asFlow();
    [all...]

Completed in 127 milliseconds