HomeSort by relevance Sort by last modified time
    Searched defs:ssa_index (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_regs_to_ssa.c 162 unsigned ssa_index = 0; local
167 alu->src[i].swizzle[ssa_index++] = alu->src[i].swizzle[index];
169 assert(ssa_index == num_components);
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 37 int ssa_index = 0; local
57 current->SetSsaIndex(ssa_index++);
75 current->SetSsaIndex(ssa_index++);
86 number_of_ssa_values_ = ssa_index;

Completed in 82 milliseconds