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

1 2 3 4 5 6

  /external/v8/src/crankshaft/
hydrogen-alias-analysis.h 37 if (b->IsConstant()) return kNoAlias;
42 if (a->IsConstant()) return kNoAlias;
46 if (a->IsConstant()) {
hydrogen-dehoist.cc 21 if (binary_operation->left()->IsConstant() && index->IsAdd()) {
24 } else if (binary_operation->right()->IsConstant()) {
hydrogen-bce.cc 41 if (index->left()->IsConstant()) {
44 } else if (index->right()->IsConstant()) {
51 if (index->right()->IsConstant()) {
55 } else if (check->index()->IsConstant()) {
270 } else if (index_raw->IsConstant()) {
hydrogen-instructions.cc 495 return IsConstant() && HConstant::cast(this)->HasInteger32Value();
712 if (block->IsStartBlock() && block->IsFinished() && !IsConstant()) {
1100 DCHECK(value->IsConstant());
    [all...]
  /art/compiler/optimizing/
x86_memory_gen.cc 47 if (array->IsConstant() || (array->IsNullCheck() && array->InputAt(0)->IsConstant())) {
locations.cc 53 return instruction->IsConstant()
81 return instruction->IsConstant()
87 return instruction->IsConstant()
scheduler_arm.cc 108 if (rhs->IsConstant()) {
134 if (!rhs->IsConstant()) {
140 if (!rhs->IsConstant()) {
317 if (index->IsConstant()) {
345 if (index->IsConstant()) {
359 if (index->IsConstant()) {
369 if (index->IsConstant()) {
379 if (index->IsConstant()) {
414 if (index->IsConstant()) {
428 if (index->IsConstant()) {
    [all...]
constant_folding.cc 126 if (check_input->IsConstant() && !check_input->AsConstant()->IsArithmeticZero()) {
136 if (left->IsConstant() && left->AsConstant()->IsArithmeticZero()) {
171 if (instruction->GetLeft()->IsConstant() &&
183 if (instruction->GetRight()->IsConstant() &&
195 if (instruction->GetRight()->IsConstant() &&
207 if (instruction->GetLeft()->IsConstant() &&
293 if (instruction->GetLeft()->IsConstant() &&
instruction_simplifier_arm.cc 207 if (instruction->InputAt(1)->IsConstant()) {
213 if (instruction->InputAt(1)->IsConstant()) {
233 if (instruction->InputAt(1)->IsConstant()) {
instruction_simplifier_arm64.cc 176 if (instruction->InputAt(1)->IsConstant()) {
182 if (instruction->InputAt(1)->IsConstant()) {
202 if (instruction->InputAt(1)->IsConstant()) {
instruction_simplifier_shared.cc 54 if (input_binop->GetRight()->IsConstant() &&
62 } else if (input_binop->GetLeft()->IsConstant() &&
236 if (index->IsConstant() ||
237 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) {
352 if (index->IsConstant()) {
induction_var_range.cc 368 IsConstant(trip->op_a, kExact, tc);
385 if (IsConstant(info->op_a, kExact, &stride_value) && stride_value == 1) {
387 if (IsConstant(info->op_b, kExact, &off_value)) {
429 bool InductionVarRange::IsConstant(HInductionVarAnalysis::InductionInfo* info,
489 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, &not_used)) &&
490 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, &not_used));
510 return IsConstant(info->op_a, kExact, stride_value);
554 if (IsConstant(info->op_a, kExact, &stride_value)) {
600 if (IsConstant(info->op_a->op_a, kExact, &a) && CanLongValueFitIntoInt(a) && a >= 0 &&
601 IsConstant(info->op_a->op_b, kExact, &b) && CanLongValueFitIntoInt(b) && b >= 0)
    [all...]
scheduler_arm64.cc 91 if (instr->GetRight()->IsConstant()) {
159 if (instruction->GetRight()->IsConstant()) {
317 if (!index->IsConstant()) {
parallel_move_resolver.cc 46 if (move.IsEliminated() || move.GetSource().IsConstant()) {
61 if (!move.IsEliminated() && !move.GetSource().IsConstant()) {
70 DCHECK(move->GetSource().IsConstant());
318 if (!move.IsEliminated() && !move.GetSource().IsConstant()) {
bounds_check_elimination.cc 145 bool IsConstant() const {
216 return bound1.IsConstant() ? bound1 : bound2;
252 if (IsConstant() || (IsRelatedToArrayLength() && new_constant <= 0)) {
267 if (IsConstant() || IsRelatedToArrayLength()) {
304 bool IsConstantValueRange() { return lower_.IsConstant() && upper_.IsConstant(); }
413 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) {
428 if (upper_bound.IsConstant()) {
463 if ((!upper.IsConstant() || upper.GetConstant() == std::numeric_limits<int32_t>::max()) &&
471 if (range->GetLower().IsConstant()) {
    [all...]
  /external/llvm/include/llvm/IR/
MDBuilder.h 131 bool isConstant = false);
159 uint64_t Offset, bool IsConstant = false);
  /external/v8/src/ast/
ast-types.cc 85 if (this->IsConstant()) return this->AsConstant()->Value()->Number();
101 if (this->IsConstant()) return this->AsConstant()->Value()->Number();
143 if (type->IsConstant()) return type->AsConstant()->Lub();
455 if (this->IsConstant()) {
456 return that->IsConstant() &&
557 (this->IsConstant() &&
592 if (this->IsConstant()) {
650 if (that->IsConstant()) {
873 if (rhs->IsConstant() && Contains(lhs->AsRange(), rhs->AsConstant())) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 139 bool isConstant = false);
167 uint64_t Offset, bool IsConstant = false);

Completed in 301 milliseconds

1 2 3 4 5 6