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

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc407 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
454 : UseRegisterAtStart(value);
627 LOperand* left = UseRegisterAtStart(instr->left());
643 right = UseRegisterAtStart(right_value);
672 LOperand* left = UseRegisterAtStart(instr->left());
673 LOperand* right = UseRegisterAtStart(instr->right());
892 LOperand* value = UseRegisterAtStart(instr->value());
922 LOperand* receiver = UseRegisterAtStart(instr->receiver());
923 LOperand* function = UseRegisterAtStart(instr->function());
962 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-arm.h2410 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2415 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc421 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
467 : UseRegisterAtStart(value);
639 LOperand* left = UseRegisterAtStart(instr->left());
655 right = UseRegisterAtStart(right_value);
687 LOperand* left = UseRegisterAtStart(instr->left());
688 LOperand* right = UseRegisterAtStart(instr->right());
907 LOperand* value = UseRegisterAtStart(instr->value());
937 LOperand* receiver = UseRegisterAtStart(instr->receiver());
938 LOperand* function = UseRegisterAtStart(instr->function());
975 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-ppc.h2336 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2341 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc414 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
461 : UseRegisterAtStart(value);
634 LOperand* left = UseRegisterAtStart(instr->left());
650 right = UseRegisterAtStart(right_value);
682 LOperand* left = UseRegisterAtStart(instr->left());
683 LOperand* right = UseRegisterAtStart(instr->right());
897 LOperand* value = UseRegisterAtStart(instr->value());
927 LOperand* receiver = UseRegisterAtStart(instr->receiver());
928 LOperand* function = UseRegisterAtStart(instr->function());
967 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-mips.h2367 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2372 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc414 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
461 : UseRegisterAtStart(value);
634 LOperand* left = UseRegisterAtStart(instr->left());
650 right = UseRegisterAtStart(right_value);
682 LOperand* left = UseRegisterAtStart(instr->left());
683 LOperand* right = UseRegisterAtStart(instr->right());
897 LOperand* value = UseRegisterAtStart(instr->value());
927 LOperand* receiver = UseRegisterAtStart(instr->receiver());
928 LOperand* function = UseRegisterAtStart(instr->function());
967 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-mips64.h2413 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2418 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc442 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
502 : UseRegisterAtStart(value);
657 LOperand* left = UseRegisterAtStart(instr->left());
697 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
698 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
702 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
703 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
928 : new (zone()) LBranch(UseRegisterAtStart(value), temp);
945 LOperand* value = UseRegisterAtStart(instr->value());
1016 LOperand* base_object = UseRegisterAtStart(inst
[all...]
H A Dlithium-x87.h2415 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2420 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc354 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
367 return value->IsConstant() ? UseConstant(value) : UseRegisterAtStart(value);
729 LOperand* left = UseRegisterAtStart(instr->left());
730 LOperand* right = UseRegisterAtStart(instr->right());
769 args = UseRegisterAtStart(instr->arguments());
774 length = UseRegisterAtStart(instr->length());
792 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
805 LOperand* left = UseRegisterAtStart(instr->left());
857 LOperand* value = UseRegisterAtStart(instr->value());
882 LOperand* left = UseRegisterAtStart(inst
[all...]
H A Dlithium-arm64.h2741 // The operand created by UseRegisterAtStart is guaranteed to be live only at
2745 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc435 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
489 : UseRegisterAtStart(value);
652 LOperand* left = UseRegisterAtStart(instr->left());
698 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
699 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
919 LOperand* value = UseRegisterAtStart(instr->value());
948 LOperand* function = UseRegisterAtStart(instr->function());
987 LOperand* base_object = UseRegisterAtStart(instr->base_object());
1099 LOperand* input = UseRegisterAtStart(instr->value());
1133 LOperand* input = UseRegisterAtStart(inst
[all...]
H A Dlithium-x64.h2407 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2412 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc436 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
496 : UseRegisterAtStart(value);
659 LOperand* left = UseRegisterAtStart(instr->left());
699 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
700 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
704 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
705 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
928 LOperand* value = UseRegisterAtStart(instr->value());
999 LOperand* base_object = UseRegisterAtStart(instr->base_object());
1111 LOperand* input = UseRegisterAtStart(inst
[all...]
H A Dlithium-ia32.h2421 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2426 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc382 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { function in class:v8::internal::LChunkBuilder
421 : UseRegisterAtStart(value);
572 LOperand* left = UseRegisterAtStart(instr->left());
588 right = UseRegisterAtStart(right_value);
619 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand());
620 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand());
858 LOperand* receiver = UseRegisterAtStart(instr->receiver());
859 LOperand* function = UseRegisterAtStart(instr->function());
892 LOperand* base_object = UseRegisterAtStart(instr->base_object());
1034 LOperand* input = UseRegisterAtStart(inst
[all...]
H A Dlithium-s390.h2168 // Operand created by UseRegisterAtStart is guaranteed to be live only at
2173 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);

Completed in 1471 milliseconds