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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_value.h 118 // is_phi is true, then this value is a phi value, for example, at the
122 bool is_phi = false);
135 bool is_phi() const { return is_phi_; } function in class:xla::HloValue
  /external/v8/src/compiler/
register-allocator.h 494 bool is_phi() const { return IsPhiField::decode(bits_); } function in class:v8::internal::compiler::LiveRange::final
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 824 bool is_phi() { return subtype == NST_PHI; } function in class:r600_sb::node

Completed in 167 milliseconds