HomeSort by relevance Sort by last modified time
    Searched defs:TempRegister (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
code-generator-impl.h 104 Register TempRegister(size_t index) {
instruction-selector-impl.h 179 InstructionOperand TempRegister() {
209 InstructionOperand TempRegister(Register reg) {
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 458 LUnallocated* LChunkBuilder::TempRegister() {
819 LOperand* temp1 = TempRegister();
820 LOperand* temp2 = TempRegister();
827 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
850 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
934 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
940 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
941 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 561 LUnallocated* LChunkBuilder::TempRegister() {
893 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 606 LUnallocated* LChunkBuilder::TempRegister() {
909 ? TempRegister()
949 LOperand* temp = TempRegister();
959 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 568 LUnallocated* LChunkBuilder::TempRegister() {
898 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 568 LUnallocated* LChunkBuilder::TempRegister() {
898 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 573 LUnallocated* LChunkBuilder::TempRegister() {
908 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 514 LUnallocated* LChunkBuilder::TempRegister() {
833 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 599 LUnallocated* LChunkBuilder::TempRegister() {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 611 LUnallocated* LChunkBuilder::TempRegister() {
924 ? TempRegister()
966 LOperand* temp = TempRegister();
976 LOperand* temp = TempRegister();
    [all...]

Completed in 543 milliseconds