Searched refs:UseRegisterAtStart (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc433 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
480 : UseRegisterAtStart(value);
653 LOperand* left = UseRegisterAtStart(instr->left());
669 right = UseRegisterAtStart(right_value);
698 LOperand* left = UseRegisterAtStart(instr->left());
699 LOperand* right = UseRegisterAtStart(instr->right());
918 LOperand* value = UseRegisterAtStart(instr->value());
948 LOperand* receiver = UseRegisterAtStart(instr->receiver());
949 LOperand* function = UseRegisterAtStart(instr->function());
988 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-arm.h2567 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2572 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc447 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
493 : UseRegisterAtStart(value);
665 LOperand* left = UseRegisterAtStart(instr->left());
681 right = UseRegisterAtStart(right_value);
713 LOperand* left = UseRegisterAtStart(instr->left());
714 LOperand* right = UseRegisterAtStart(instr->right());
933 LOperand* value = UseRegisterAtStart(instr->value());
963 LOperand* receiver = UseRegisterAtStart(instr->receiver());
964 LOperand* function = UseRegisterAtStart(instr->function());
1001 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-ppc.h2490 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2495 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc440 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
487 : UseRegisterAtStart(value);
660 LOperand* left = UseRegisterAtStart(instr->left());
676 right = UseRegisterAtStart(right_value);
708 LOperand* left = UseRegisterAtStart(instr->left());
709 LOperand* right = UseRegisterAtStart(instr->right());
923 LOperand* value = UseRegisterAtStart(instr->value());
953 LOperand* receiver = UseRegisterAtStart(instr->receiver());
954 LOperand* function = UseRegisterAtStart(instr->function());
993 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-mips.h2525 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2530 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc440 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
487 : UseRegisterAtStart(value);
660 LOperand* left = UseRegisterAtStart(instr->left());
676 right = UseRegisterAtStart(right_value);
708 LOperand* left = UseRegisterAtStart(instr->left());
709 LOperand* right = UseRegisterAtStart(instr->right());
923 LOperand* value = UseRegisterAtStart(instr->value());
953 LOperand* receiver = UseRegisterAtStart(instr->receiver());
954 LOperand* function = UseRegisterAtStart(instr->function());
993 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-mips64.h2571 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2576 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc468 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
528 : UseRegisterAtStart(value);
683 LOperand* left = UseRegisterAtStart(instr->left());
723 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
724 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
728 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
729 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
952 : new (zone()) LBranch(UseRegisterAtStart(value), temp);
969 LOperand* value = UseRegisterAtStart(instr->value());
1040 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-x87.h2571 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2576 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc404 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
443 : UseRegisterAtStart(value);
594 LOperand* left = UseRegisterAtStart(instr->left());
610 right = UseRegisterAtStart(right_value);
641 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
642 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
878 LOperand* receiver = UseRegisterAtStart(instr->receiver());
879 LOperand* function = UseRegisterAtStart(instr->function());
912 LOperand* base_object = UseRegisterAtStart(instr->base_object());
1046 LOperand* input = UseRegisterAtStart(inst
[all...]
H A Dlithium-s390.h2330 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2335 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc380 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
393 return value->IsConstant() ? UseConstant(value) : UseRegisterAtStart(value);
755 LOperand* left = UseRegisterAtStart(instr->left());
756 LOperand* right = UseRegisterAtStart(instr->right());
795 args = UseRegisterAtStart(instr->arguments());
800 length = UseRegisterAtStart(instr->length());
818 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
831 LOperand* left = UseRegisterAtStart(instr->left());
883 LOperand* value = UseRegisterAtStart(instr->value());
908 LOperand* left = UseRegisterAtStart(inst
[all...]
H A Dlithium-arm64.h2902 // The operand created by UseRegisterAtStart is guaranteed to be live only at
2906 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc459 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
513 : UseRegisterAtStart(value);
676 LOperand* left = UseRegisterAtStart(instr->left());
722 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
723 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
943 LOperand* value = UseRegisterAtStart(instr->value());
972 LOperand* function = UseRegisterAtStart(instr->function());
1011 LOperand* base_object = UseRegisterAtStart(instr->base_object());
1115 LOperand* input = UseRegisterAtStart(instr->value());
1149 LOperand* input = UseRegisterAtStart(inst
[all...]
H A Dlithium-x64.h2566 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2571 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc462 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
522 : UseRegisterAtStart(value);
685 LOperand* left = UseRegisterAtStart(instr->left());
725 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
726 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
730 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
731 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
952 LOperand* value = UseRegisterAtStart(instr->value());
1023 LOperand* base_object = UseRegisterAtStart(instr->base_object());
1126 LOperand* input = UseRegisterAtStart(inst
[all...]
H A Dlithium-ia32.h2577 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2582 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);

Completed in 180 milliseconds