Home
last modified time | relevance | path

Searched refs:OperandCount (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen-uint32-analysis.cc125 for (int j = 0; j < phi->OperandCount(); j++) { in CheckPhiOperands()
149 for (int j = 0; j < phi->OperandCount(); j++) { in UnmarkPhi()
Dhydrogen-mark-deoptimize.cc33 for (int i = phi->OperandCount() - 1; i >= 0; --i) { in ProcessPhi()
Dhydrogen-representation-changes.cc153 for (int i = 0; i < current->OperandCount(); ++i) { in Run()
170 for (int i = 0; i < current->OperandCount(); ++i) { in Run()
Dhydrogen-instructions.cc125 for (int i = 0; i < OperandCount(); ++i) { in AddDependantsToWorklist()
420 if (OperandCount() != other->OperandCount()) return false; in Equals()
421 for (int i = 0; i < OperandCount(); ++i) { in Equals()
432 int count = OperandCount(); in Hashcode()
511 for (int i = 0; i < OperandCount(); ++i) { in Kill()
642 for (int i = 0; i < OperandCount(); ++i) { in PrintDataTo()
740 for (int i = 0; i < OperandCount(); ++i) { in Verify()
1082 for (int i = 0; i < OperandCount(); i++) { in PrintDataTo()
1708 for (int i = 0; i < OperandCount(); i++) { in PrintDataTo()
1801 for (int i = 1; i < OperandCount(); ++i) { in InferRange()
[all …]
Dhydrogen-dce.cc22 for (int i = 0; i < instr->OperandCount(); ++i) { in MarkLive()
Dhydrogen-range-analysis.cc226 for (int i = 0; i < phi->OperandCount(); ++i) { in PropagateMinusZeroChecks()
Dhydrogen-escape-analysis.cc225 for (int i = 0; i < instr->OperandCount(); i++) { in AnalyzeDataFlow()
Dlithium.cc629 int length = value->OperandCount(); in AddObjectToMaterialize()
Dhydrogen-instructions.h664 virtual int OperandCount() const = 0;
1188 DCHECK(0 <= index && index < OperandCount()); in set_operand_position()
1189 position_.ensure_storage_for_operand_positions(zone, OperandCount()); in set_operand_position()
1237 virtual int OperandCount() const FINAL OVERRIDE { return V; } in OperandCount() function
1309 int OperandCount() const OVERRIDE { return V; } in OperandCount() function
1849 virtual int OperandCount() const OVERRIDE { return values_.length(); } in OperandCount() function
2133 virtual int OperandCount() const FINAL OVERRIDE { in OperandCount() function
2333 virtual int OperandCount() const FINAL OVERRIDE { in OperandCount() function
3281 virtual int OperandCount() const OVERRIDE { return inputs_.length(); } in OperandCount() function
3383 virtual int OperandCount() const FINAL OVERRIDE { in OperandCount() function
Dhydrogen-gvn.cc611 for (int i = 0; i < instr->OperandCount(); ++i) { in ProcessLoopBlock()
Dlithium-allocator.cc1021 for (int j = 0; j < phi->OperandCount(); ++j) { in ResolvePhis()
Dhydrogen.cc3898 for (int k = 0; k < phi->OperandCount(); k++) { in CheckConstPhiUses()
12024 DCHECK(phi->OperandCount() == block->predecessors()->length()); in AddIncomingEdge()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc846 if (current->OperandCount() == 0) { in VisitInstruction()
853 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction()
1037 int argc = instr->OperandCount(); in DoPushArguments()
1102 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor()
1104 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
2176 for (int i = 0; i < candidate->OperandCount(); ++i) { in FindDehoistedKeyDefinitions()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc833 if (current->OperandCount() == 0) { in VisitInstruction()
840 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction()
1022 int argc = instr->OperandCount(); in DoPushArguments()
1087 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor()
1089 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc833 if (current->OperandCount() == 0) { in VisitInstruction()
840 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction()
1022 int argc = instr->OperandCount(); in DoPushArguments()
1087 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor()
1089 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc823 if (current->OperandCount() == 0) { in VisitInstruction()
830 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction()
1017 int argc = instr->OperandCount(); in DoPushArguments()
1082 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor()
1084 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc862 if (current->OperandCount() == 0) { in VisitInstruction()
869 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction()
1077 int argc = instr->OperandCount(); in DoPushArguments()
1141 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor()
1143 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc863 if (current->OperandCount() == 0) { in VisitInstruction()
870 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction()
1058 int argc = instr->OperandCount(); in DoPushArguments()
1122 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor()
1124 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc661 if (current->OperandCount() == 0) { in VisitInstruction()
668 for (int i = 1; i < current->OperandCount(); ++i) { in VisitInstruction()
1036 ZoneList<LOperand*> ops(instr->OperandCount(), zone()); in DoCallWithDescriptor()
1038 for (int i = 1; i < instr->OperandCount(); i++) { in DoCallWithDescriptor()
2029 int argc = instr->OperandCount(); in DoPushArguments()