Searched refs:HAdd (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc39 HAdd* index = HAdd::cast(check->index());
225 // index_raw can be HAdd(index_base, offset), HSub(index_base, offset),
H A Dcode-stubs-hydrogen.cc169 stack_pop_count = AddUncasted<HAdd>(stack_parameter_count, constant_one);
677 HValue* index = AddUncasted<HAdd>(key, constant_two);
1366 field_slot = AddUncasted<HAdd>(iterator, field_offset_value);
1841 HValue* map_index = AddUncasted<HAdd>(
1845 HValue* key_index = AddUncasted<HAdd>(
1864 HValue* index = AddUncasted<HAdd>(hash, Add<HConstant>(probe));
H A Dhydrogen-instructions.cc992 HInstruction* add = HAdd::New(zone, context,
1419 Representation HAdd::RepresentationFromInputs() {
1428 Representation HAdd::RequiredInputRepresentation(int index) {
1445 HValue* HAdd::Canonicalize() {
1812 Range* HAdd::InferRange(Zone* zone) {
2039 HAdd* add = HAdd::cast(base);
2202 HAdd* operation = HAdd::cast(phi_operand);
3806 new_dominator_size_value = HAdd
[all...]
H A Dhydrogen.cc1103 increment_ = HAdd::New(zone(), context_, phi_, one);
1148 increment_ = HAdd::New(zone(), context_, phi_, increment_amount_);
1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1());
1326 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap);
1342 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1());
1643 hash = AddUncasted<HAdd>(shifted_hash, not_hash);
1651 hash = AddUncasted<HAdd>(hash, shifted_hash);
1702 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset));
1758 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset + 2));
1771 AddUncasted<HAdd>(base_inde
[all...]
H A Dhydrogen-instructions.h4807 class HAdd FINAL : public HArithmeticBinaryOperation {
4863 HAdd(HValue* context, HValue* left, HValue* right) function in class:v8::FINAL::FINAL
5172 // This is intended to look for HAdd and HSub, to handle compounds
5211 // This is intended to look for HAdd and HSub, to handle compounds
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1524 HAdd* add = HAdd::cast(instr->uses().value());
1573 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc1525 HAdd* add = HAdd::cast(instr->uses().value());
1574 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1492 static bool UseLea(HAdd* add) {
H A Dlithium-ia32.cc1576 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1479 static bool UseLea(HAdd* add) {
H A Dlithium-x64.cc1552 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) {
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h1500 static bool UseLea(HAdd* add) {
H A Dlithium-x87.cc1587 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) {
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1624 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) {
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc853 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) {

Completed in 2530 milliseconds