Home
last modified time | relevance | path

Searched refs:IsInteger32Constant (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc27 (instr->IsInteger32Constant() && instr->GetInteger32Constant() >= 0); in IsUint32Operation()
125 if (operand->IsInteger32Constant() && in CheckPhiOperands()
Dhydrogen-bch.cc198 if (!data->limit()->IsInteger32Constant()) { in ProcessRelatedChecks()
208 data->limit()->IsInteger32Constant())) { in ProcessRelatedChecks()
263 if (limit->IsInteger32Constant() && in ProcessRelatedChecks()
Dhydrogen-instructions.cc458 bool HValue::IsInteger32Constant() { in IsInteger32Constant() function in v8::internal::HValue
469 return IsInteger32Constant() && GetInteger32Constant() == value; in EqualsInteger32Constant()
1595 if (right->IsInteger32Constant()) { in Canonicalize()
2042 if (bitwise->right()->IsInteger32Constant()) { in DecomposeBitwise()
2045 } else if (bitwise->left()->IsInteger32Constant()) { in DecomposeBitwise()
2065 if (add->right()->IsInteger32Constant()) { in DecomposeBitwise()
2067 } else if (add->left()->IsInteger32Constant()) { in DecomposeBitwise()
2072 if (sub->right()->IsInteger32Constant()) { in DecomposeBitwise()
2230 operation->right()->IsInteger32Constant()) { in ComputeIncrement()
2233 operation->left()->IsInteger32Constant()) { in ComputeIncrement()
[all …]
Dhydrogen-escape-analysis.cc49 if (!allocate->size()->IsInteger32Constant()) continue; in CollectCapturedValues()
Dhydrogen-instructions.h589 bool IsInteger32Constant();
3192 if (base()->IsInteger32Constant() && base()->GetInteger32Constant() >= 0) { in LowerLimitIsNonNegativeConstant()
3196 additional_lower_limit()->IsInteger32Constant() && in LowerLimitIsNonNegativeConstant()
3842 if (!right()->IsInteger32Constant()) return false; in RightIsPowerOf2()
4785 if (left()->IsInteger32Constant()) { in TryDecompose()
4788 } else if (right()->IsInteger32Constant()) { in TryDecompose()
4877 if (right()->IsInteger32Constant()) { in TryDecompose()
5125 !(right()->IsInteger32Constant() && in UpdateRepresentation()
5150 if (right()->IsInteger32Constant()) { in TryDecompose()
5188 if (right()->IsInteger32Constant()) { in TryDecompose()
[all …]
Dhydrogen.cc2912 if (from->IsInteger32Constant() && to->IsInteger32Constant()) { in BuildFillElementsWithValue()
3469 HConstant* elememts_size_upper_bound = capacity->IsInteger32Constant() in AllocateArray()
/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc232 } else if (cgen_->IsInteger32Constant(constant_source)) { in EmitMove()
247 } else if (cgen_->IsInteger32Constant(constant_source)) { in EmitMove()
Dlithium-codegen-arm64.h94 bool IsInteger32Constant(LConstantOperand* op) const;
Dlithium-codegen-arm64.cc1223 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { in IsInteger32Constant() function in v8::internal::LCodeGen
5116 IsInteger32Constant(LConstantOperand::cast(instr->value()))); in DoStoreNamedField()
/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc176 } else if (cgen_->IsInteger32Constant(constant_source)) { in EmitMove()
203 } else if (cgen_->IsInteger32Constant(constant_source)) { in EmitMove()
Dlithium-codegen-x64.h60 bool IsInteger32Constant(LConstantOperand* op) const;
Dlithium-codegen-x64.cc443 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { in IsInteger32Constant() function in v8::internal::LCodeGen
3878 IsInteger32Constant(LConstantOperand::cast(instr->value()))); in DoStoreNamedField()
3939 if (IsInteger32Constant(operand_value)) { in DoStoreNamedField()
4186 if (IsInteger32Constant(operand_value)) { in DoStoreKeyedFixedArray()