Searched refs:getEntry (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp297 for (i = bb->getEntry(); i; i = next) {
345 assert(!bb->getEntry() || (bb->getExit() && bb->getExit()->encSize == 8));
376 for (Instruction *i = fn->bbArray[b]->getEntry(); i; i = i->next) {
H A Dnv50_ir_ssa.cpp245 for (Instruction *i = bb->getEntry(); i; i = i->next) {
280 for (Instruction *i = bb->getEntry(); i; i = i->next) {
H A Dnv50_ir_peephole.cpp101 for (mov = bb->getEntry(); mov; mov = next) {
134 for (i = bb->getEntry(); i; i = next) {
262 for (Instruction *i = bb->getEntry(); i; i = next) {
312 for (Instruction *i = bb->getEntry(); i; i = next) {
411 for (i = bb->getEntry(); i; i = next) {
1737 for (i = bb->getEntry(); i; i = next) {
2379 for (Instruction *i = bb->getEntry(); i; i = next) {
2584 for (i = bb->getEntry(); i; i = next) {
3174 for (ldst = bb->getEntry(); ldst; ldst = next) {
3363 for (Instruction *i = bb->getEntry();
[all...]
H A Dnv50_ir_lowering_nvc0.cpp332 for (Instruction *i = bb->getEntry(); i; i = next) {
456 if (start == bb->getEntry()) {
488 findFirstUsesBB(minGPR, maxGPR, BasicBlock::get(ei.getNode())->getEntry(),
729 if (bb->cfg.incidentCount() != 2 || bb->getEntry()->op != OP_PRECONT)
742 bb->remove(bb->getEntry()); // delete PRECONT
753 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit)
768 bb->remove(bb->getEntry());
877 if (!bb->getEntry())
H A Dnv50_ir_bb.cpp497 for (insn = skipPhi ? bb->getEntry() : bb->getFirst(); insn != NULL;
H A Dnv50_ir_emit_gm107.cpp4208 for (insn = bb->getEntry(); insn != NULL; insn = next) {
4282 for (insn = bb->getEntry(); insn != NULL; insn = next) {
4329 for (Instruction *insn = bb->getEntry(); insn; insn = insn->next) {
4362 Instruction *start = bb->getEntry();
4368 for (insn = bb->getEntry(); insn && insn->next; insn = insn->next) {
4406 next = out->getEntry();
H A Dnv50_ir_ra.cpp387 if (begin < bb->getEntry()->serial || begin > bb->getExit()->serial)
388 begin = bb->getEntry()->serial;
538 for (Instruction *i = bb->getEntry(); i; i = i->next) {
634 // if (!bb->getEntry())
645 for (i = bb->getExit(); i && i != bb->getEntry()->prev; i = i->prev) {
2529 for (Instruction *i = bb->getEntry(); i; i = next) {
H A Dnv50_ir_emit_gv100.cpp2058 for (i = bb->getEntry(); i; i = i->next) {
2063 assert(!bb->getEntry() || (bb->getExit() && bb->getExit()->encSize == 16));
H A Dnv50_ir.h1184 Instruction *getEntry() const { return entry; } // first non-phi instruction function in class:nv50_ir::BasicBlock
H A Dnv50_ir_emit_nvc0.cpp3270 for (insn = bb->getEntry(); insn && insn->next; insn = insn->next) {
3295 next = out->getEntry();
H A Dnv50_ir_lowering_nv50.cpp344 if (!bb->getEntry())
606 for (insn = bb->getEntry(); insn; insn = next) {
H A Dnv50_ir_emit_nv50.cpp2266 if (epilogue->getEntry()->op != OP_EXIT) {
H A Dnv50_ir_from_tgsi.cpp3750 if (root->getEntry() == NULL || root->getEntry()->op != OP_PRERET) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp288 for (i = bb->getEntry(); i; i = next) {
341 assert(!bb->getEntry() || (bb->getExit() && bb->getExit()->encSize == 8));
393 for (Instruction *i = fn->bbArray[b]->getEntry(); i; i = i->next) {
H A Dnv50_ir_ssa.cpp245 for (Instruction *i = bb->getEntry(); i; i = i->next) {
280 for (Instruction *i = bb->getEntry(); i; i = i->next) {
H A Dnv50_ir_peephole.cpp101 for (mov = bb->getEntry(); mov; mov = next) {
134 for (i = bb->getEntry(); i; i = next) {
262 for (Instruction *i = bb->getEntry(); i; i = next) {
310 for (Instruction *i = bb->getEntry(); i; i = next) {
408 for (i = bb->getEntry(); i; i = next) {
1684 for (i = bb->getEntry(); i; i = next) {
2326 for (Instruction *i = bb->getEntry(); i; i = next) {
2531 for (i = bb->getEntry(); i; i = next) {
3111 for (ldst = bb->getEntry(); ldst; ldst = next) {
3289 for (Instruction *i = bb->getEntry();
[all...]
H A Dnv50_ir_lowering_nvc0.cpp324 for (Instruction *i = bb->getEntry(); i; i = next) {
445 if (start == bb->getEntry()) {
477 findFirstUsesBB(minGPR, maxGPR, BasicBlock::get(ei.getNode())->getEntry(),
718 if (bb->cfg.incidentCount() != 2 || bb->getEntry()->op != OP_PRECONT)
731 bb->remove(bb->getEntry()); // delete PRECONT
742 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit)
757 bb->remove(bb->getEntry());
866 if (!bb->getEntry())
H A Dnv50_ir_bb.cpp497 for (insn = skipPhi ? bb->getEntry() : bb->getFirst(); insn != NULL;
H A Dnv50_ir_emit_gm107.cpp4285 for (insn = bb->getEntry(); insn != NULL; insn = next) {
4359 for (insn = bb->getEntry(); insn != NULL; insn = next) {
4406 for (Instruction *insn = bb->getEntry(); insn; insn = insn->next) {
4439 Instruction *start = bb->getEntry();
4445 for (insn = bb->getEntry(); insn && insn->next; insn = insn->next) {
4483 next = out->getEntry();
H A Dnv50_ir_ra.cpp342 if (begin < bb->getEntry()->serial || begin > bb->getExit()->serial)
343 begin = bb->getEntry()->serial;
493 for (Instruction *i = bb->getEntry(); i; i = i->next) {
589 // if (!bb->getEntry())
600 for (i = bb->getExit(); i && i != bb->getEntry()->prev; i = i->prev) {
2467 for (Instruction *i = bb->getEntry(); i; i = next) {
H A Dnv50_ir_lowering_nv50.cpp321 if (!bb->getEntry())
583 for (insn = bb->getEntry(); insn; insn = next) {
H A Dnv50_ir.h1130 Instruction *getEntry() const { return entry; } // first non-phi instruction function in class:nv50_ir::BasicBlock
H A Dnv50_ir_emit_nvc0.cpp3262 for (insn = bb->getEntry(); insn && insn->next; insn = insn->next) {
3287 next = out->getEntry();
H A Dnv50_ir_emit_nv50.cpp2179 if (epilogue->getEntry()->op != OP_EXIT) {
H A Dnv50_ir_from_tgsi.cpp3718 if (root->getEntry() == NULL || root->getEntry()->op != OP_PRERET) {

Completed in 140 milliseconds

12