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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 566 if (asFlow()) {
568 if (asFlow()->indirect)
570 if (asFlow()->absolute)
572 if (op == OP_CALL && asFlow()->builtin) {
573 PRINT(" %sBUILTIN:%i", colour[TXT_BRA], asFlow()->target.builtin);
575 if (op == OP_CALL && asFlow()->target.fn) {
577 asFlow()->target.fn->getName(),
578 asFlow()->target.fn->getLabel());
580 if (asFlow()->target.bb)
581 PRINT(" %sBB:%i", colour[TXT_BRA], asFlow()->target.bb->getId())
    [all...]
nv50_ir_inlines.h 298 FlowInstruction *Instruction::asFlow()
305 const FlowInstruction *Instruction::asFlow() const
nv50_ir.h 855 inline FlowInstruction *asFlow();
858 inline const FlowInstruction *asFlow() const;
    [all...]
nv50_ir_target.cpp 267 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
nv50_ir_emit_gm107.cpp 525 const FlowInstruction *insn = this->insn->asFlow();
562 const FlowInstruction *insn = this->insn->asFlow();
591 const FlowInstruction *insn = this->insn->asFlow();
613 const FlowInstruction *insn = this->insn->asFlow();
635 const FlowInstruction *insn = this->insn->asFlow();
657 const FlowInstruction *insn = this->insn->asFlow();
    [all...]
nv50_ir_peephole.cpp 77 if (terminator || asFlow())
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir.cpp 1144 if (insn->asFlow())
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_ra.cpp 422 if (pb->getExit()->asFlow()->target.bb == bb)
423 pb->getExit()->asFlow()->target.bb = pn;
491 FlowInstruction *cal = i->asFlow();
    [all...]
nv50_ir_lowering_nv50.cpp 306 handlePRERET(i->asFlow());
    [all...]
nv50_ir_lowering_nvc0.cpp 704 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit)
716 exit->asFlow()->limit = 1; // must-not-propagate marker
    [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 581 milliseconds