HomeSort by relevance Sort by last modified time
    Searched refs:IsConstant (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/v8/src/
hydrogen-alias-analysis.h 37 if (b->IsConstant()) return kNoAlias;
42 if (a->IsConstant()) return kNoAlias;
46 if (a->IsConstant()) {
hydrogen-dehoist.cc 19 if (binary_operation->left()->IsConstant() && index->IsAdd()) {
22 } else if (binary_operation->right()->IsConstant()) {
types.cc 89 if (this->IsConstant()) return this->AsConstant()->Value()->Number();
107 if (this->IsConstant()) return this->AsConstant()->Value()->Number();
152 if (type->IsConstant()) return type->AsConstant()->Bound()->AsBitset();
401 if (this->IsConstant()) {
402 return that->IsConstant()
464 || (this->IsConstant() &&
479 if (this->IsConstant()) {
532 if (that->IsConstant()) {
538 if (this->IsConstant()) {
707 if (rhs->IsConstant() &
    [all...]
hydrogen-bce.cc 40 if (index->left()->IsConstant()) {
43 } else if (index->right()->IsConstant()) {
50 if (index->right()->IsConstant()) {
54 } else if (check->index()->IsConstant()) {
260 } else if (index_raw->IsConstant()) {
hydrogen-instructions.cc 465 return IsConstant() && HConstant::cast(this)->HasInteger32Value();
691 if (block->IsStartBlock() && block->IsFinished() && !IsConstant()) {
947 if (function->IsConstant()) {
    [all...]
hydrogen-representation-changes.cc 27 if (value->IsConstant()) {
96 DCHECK(value->IsConstant() || value->IsForceRepresentation());
  /external/skia/src/animator/
SkOperand2.h 34 enum IsConstant {
44 IsConstant fIsConstant : 8;
51 bool isConstant() const { return fIsConstant == kConstant; }
  /art/compiler/optimizing/
locations.cc 48 return instruction->IsConstant()
54 if (!instruction->IsConstant() || !instruction->AsConstant()->IsLongConstant()) {
67 return instruction->IsConstant()
constant_folding.cc 77 if (check_input->IsConstant() && !check_input->AsConstant()->IsZero()) {
89 if (left->IsConstant() && left->AsConstant()->IsZero()) {
154 if (instruction->GetLeft()->IsConstant() &&
code_generator_x86_64.cc 653 } else if (source.IsConstant()) {
670 } else if (source.IsConstant()) {
697 if (locations != nullptr && locations->Out().IsConstant()) {
706 DCHECK(location.IsConstant());
717 DCHECK(location.IsConstant());
842 } else if (rhs.IsConstant()) {
    [all...]
bounds_check_elimination.cc 118 bool IsConstant() const {
188 return bound1.IsConstant() ? bound1 : bound2;
224 if (IsConstant() || (IsRelatedToArrayLength() && new_constant <= 0)) {
239 if (IsConstant() || IsRelatedToArrayLength()) {
429 bool IsConstantValueRange() { return lower_.IsConstant() && upper_.IsConstant(); }
560 if (!lower.IsConstant() || lower.GetConstant() == INT_MIN) {
575 if (upper_bound.IsConstant()) {
610 if ((!upper.IsConstant() || upper.GetConstant() == INT_MAX) &&
618 if (range->GetLower().IsConstant()) {
    [all...]
locations.h 94 bool IsConstant() const {
104 DCHECK(IsConstant());
278 return IsConstant() ? kConstant : KindField::Decode(value_);
parallel_move_resolver.cc 46 if (!move.IsEliminated() && !move.GetSource().IsConstant()) {
55 DCHECK(move->GetSource().IsConstant());
305 if (!move.IsEliminated() && !move.GetSource().IsConstant()) {
code_generator_mips64.cc 607 HConstant* src_cst = source.IsConstant() ? source.GetConstant() : nullptr;
639 } else if (source.IsConstant()) {
694 } else if (source.IsConstant()) {
722 DCHECK(!loc1.IsConstant());
723 DCHECK(!loc2.IsConstant());
    [all...]
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.cc 69 if (!residual_block->parameter_blocks()[j]->IsConstant()) {
parameter_block_ordering.cc 63 if (parameter_block->IsConstant()) {
82 if (parameter_block->IsConstant()) {
118 if (!parameter_block->IsConstant()) {
130 if (parameter_blocks[j]->IsConstant()) {
135 if (parameter_blocks[k]->IsConstant()) {
block_jacobian_writer.cc 75 if (!parameter_block->IsConstant()) {
104 if (parameter_block->IsConstant()) {
159 CHECK(!parameter_blocks[i]->IsConstant());
192 if (!parameter_block->IsConstant()) {
scratch_evaluate_preparer.cc 68 if (parameter_block->IsConstant()) {
dense_jacobian_writer.h 87 if (parameter_block->IsConstant()) {
program.cc 78 if (!parameter_blocks_[i]->IsConstant() &&
102 if (!parameter_blocks_[i]->IsConstant() &&
198 if (parameter_block->IsConstant()) {
220 if (parameter_block->IsConstant()) {
312 if (!parameter_block->IsConstant()) {
403 if (parameter_blocks[j]->IsConstant()) {
compressed_row_jacobian_writer.cc 73 if (!parameter_block->IsConstant()) {
96 if (!parameter_block->IsConstant()) {
128 if (!parameter_block->IsConstant()) {
residual_block.cc 208 if (!parameter_block->IsConstant() &&
  /art/runtime/verifier/
reg_type-inl.h 56 if (!IsConstant()) {
reg_type.h 77 bool IsConstant() const {
129 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() ||
146 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() ||
153 bool IsFloatTypes() const { return IsFloat() || IsConstant(); }
599 return IsConstant() && ConstantValue() >= 0 &&
603 return IsConstant() &&
608 return IsConstant() &&
    [all...]
  /external/v8/src/compiler/
instruction-selector-unittest.h 155 if (operand->IsConstant()) return operand->index();
172 if (operand->IsConstant()) {

Completed in 264 milliseconds

1 2 3 4