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

  /external/autotest/client/site_tests/hardware_SsdDetection/
hardware_SsdDetection.py 34 def is_fixed(dev): function in function:hardware_SsdDetection.run_once
46 if len(dev) != 1 or not is_fixed(dev[0]):
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_coalesce.cpp 246 if (!c->is_fixed())
281 if (c->is_fixed() || c->values.size() == 1)
587 if (cc->is_fixed()) {
sb_valtable.cpp 110 if (v.is_fixed())
272 bool value::is_fixed() { function in class:r600_sb::value
275 if (chunk && chunk->is_fixed())
sb_shader.h 109 bool is_fixed() { return flags & RCF_FIXED; } function in struct:r600_sb::ra_chunk
sb_sched.cpp 1104 if (prealloc && v->is_fixed()) {
1201 vi->is_fixed() && gpr.chan() == chan) {
1467 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel())
    [all...]
sb_ir.h 567 bool is_fixed();
sb_ra_init.cpp 486 if (v->chunk && v->chunk->is_fixed())
  /art/compiler/optimizing/
ssa_liveness_analysis.h 753 stream << " is_fixed: " << is_fixed_ << ", is_split: " << IsSplit();
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 3228 bool is_fixed = range->TopLevel()->IsFixed(); local
    [all...]

Completed in 115 milliseconds