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

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_insert_waitcnt.cpp 246 check_instr(wait_ctx& ctx, wait_imm& wait, Instruction* instr) function in namespace:aco::__anon466
359 check_instr(ctx, imm, instr);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_sched.c 355 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, function
463 if (check_instr(ctx, notes, instr)) {
477 if (check_instr(ctx, notes, candidate)) {
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_sched.c 368 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, function
648 if (!check_instr(ctx, notes, n->instr))
737 if (!check_instr(ctx, notes, n->instr))

Completed in 7 milliseconds