HomeSort by relevance Sort by last modified time
    Searched refs:OperandCount (Results 1 - 21 of 21) sorted by null

  /external/v8/src/crankshaft/
hydrogen-mark-deoptimize.cc 33 for (int i = phi->OperandCount() - 1; i >= 0; --i) {
hydrogen-uint32-analysis.cc 121 for (int j = 0; j < phi->OperandCount(); j++) {
145 for (int j = 0; j < phi->OperandCount(); j++) {
hydrogen-dce.cc 21 for (int i = 0; i < instr->OperandCount(); ++i) {
hydrogen-representation-changes.cc 163 for (int i = 0; i < current->OperandCount(); ++i) {
180 for (int i = 0; i < current->OperandCount(); ++i) {
hydrogen-instructions.cc 119 for (int i = 0; i < OperandCount(); ++i) {
414 if (OperandCount() != other->OperandCount()) return false;
415 for (int i = 0; i < OperandCount(); ++i) {
426 int count = OperandCount();
505 for (int i = 0; i < OperandCount(); ++i) {
627 for (int i = 0; i < OperandCount(); ++i) {
725 for (int i = 0; i < OperandCount(); ++i) {
1071 for (int i = 0; i < OperandCount(); i++) {
    [all...]
hydrogen-range-analysis.cc 226 for (int i = 0; i < phi->OperandCount(); ++i) {
hydrogen-escape-analysis.cc 226 for (int i = 0; i < instr->OperandCount(); i++) {
lithium.cc 623 int length = value->OperandCount();
hydrogen-instructions.h 596 virtual int OperandCount() const = 0;
    [all...]
hydrogen-gvn.cc 619 for (int i = 0; i < instr->OperandCount(); ++i) {
lithium-allocator.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 15 size_t OperandCount(const Instruction* instr) {
87 const size_t operand_count = OperandCount(instr);
124 CHECK(operand_count == OperandCount(instr));
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 844 if (current->OperandCount() == 0) {
851 for (int i = 1; i < current->OperandCount(); ++i) {
1034 int argc = instr->OperandCount();
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 820 if (current->OperandCount() == 0) {
827 for (int i = 1; i < current->OperandCount(); ++i) {
1012 int argc = instr->OperandCount();
1077 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 662 if (current->OperandCount() == 0) {
669 for (int i = 1; i < current->OperandCount(); ++i) {
1033 ZoneList<LOperand*> ops(instr->OperandCount(), zone());
1041 i < instr->OperandCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 859 if (current->OperandCount() == 0) {
866 for (int i = 1; i < current->OperandCount(); ++i) {
1053 int argc = instr->OperandCount();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 830 if (current->OperandCount() == 0) {
837 for (int i = 1; i < current->OperandCount(); ++i) {
1017 int argc = instr->OperandCount();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 830 if (current->OperandCount() == 0) {
837 for (int i = 1; i < current->OperandCount(); ++i) {
1017 int argc = instr->OperandCount();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 834 if (current->OperandCount() == 0) {
841 for (int i = 1; i < current->OperandCount(); ++i) {
1024 int argc = instr->OperandCount();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 857 if (current->OperandCount() == 0) {
864 for (int i = 1; i < current->OperandCount(); ++i) {
    [all...]

Completed in 200 milliseconds