HomeSort by: relevance | last modified time | path
    Searched defs:startpgm (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_dead_code_analysis.cpp 105 /* add one use to exec to prevent startpgm from being removed */
106 aco_ptr<Instruction>& startpgm = program->blocks[0].instructions[0]; local
107 assert(startpgm->opcode == aco_opcode::p_startpgm);
108 ctx.uses[startpgm->definitions.back().tempId()]++;
aco_insert_exec_mask.cpp 413 aco_ptr<Instruction>& startpgm = block->instructions[0]; local
414 assert(startpgm->opcode == aco_opcode::p_startpgm);
415 bld.insert(std::move(startpgm));
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
test_optimizer_postRA.cpp 39 auto &startpgm = bld.instructions->at(0); variable
40 assert(startpgm->opcode == aco_opcode::p_startpgm);
41 startpgm->definitions[0].setFixed(reg_v0);

Completed in 14 milliseconds