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

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.h 117 raw_function_(temps_[result_index_], &run_options_,
118 const_cast<const void**>(args_), temps_, profile_counters_);
162 void** results() { return static_cast<void**>(temps_[result_index_]); }
164 return static_cast<const void* const*>(temps_[result_index_]);
225 void** temps_ = nullptr; member in class:tensorflow::XlaCompiledCpuFunction
  /external/v8/src/crankshaft/arm/
lithium-arm.h 291 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
299 LOperand* TempAt(int i) final { return temps_[i]; }
622 temps_[0] = temp;
623 temps_[1] = temp2;
628 LOperand* temp() { return temps_[0]; }
629 LOperand* temp2() { return temps_[1]; }
677 temps_[0] = temp;
682 LOperand* temp() { return temps_[0]; }
713 temps_[0] = temp;
718 LOperand* temp() { return temps_[0];
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 295 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
303 LOperand* TempAt(int i) final { return temps_[i]; }
606 temps_[0] = temp1;
607 temps_[1] = temp2;
608 temps_[2] = temp3;
613 LOperand* temp1() { return temps_[0]; }
614 LOperand* temp2() { return temps_[1]; }
615 LOperand* temp3() { return temps_[2]; }
625 temps_[0] = temp1;
626 temps_[1] = temp2
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 294 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
302 LOperand* TempAt(int i) final { return temps_[i]; }
511 temps_[0] = temp;
516 LOperand* temp() { return temps_[0]; }
614 temps_[0] = temp1;
615 temps_[1] = temp2;
620 LOperand* temp1() { return temps_[0]; }
621 LOperand* temp2() { return temps_[1]; }
636 temps_[0] = temp;
641 LOperand* temp() { return temps_[0];
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 289 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
297 LOperand* TempAt(int i) final { return temps_[i]; }
672 temps_[0] = temp;
677 LOperand* temp() { return temps_[0]; }
708 temps_[0] = temp;
713 LOperand* temp() { return temps_[0]; }
804 temps_[0] = temp;
808 LOperand* temp() { return temps_[0]; }
819 temps_[0] = temp;
823 LOperand* temp() { return temps_[0];
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 292 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
300 LOperand* TempAt(int i) final { return temps_[i]; }
675 temps_[0] = temp;
680 LOperand* temp() { return temps_[0]; }
711 temps_[0] = temp;
716 LOperand* temp() { return temps_[0]; }
822 temps_[0] = temp;
826 LOperand* temp() { return temps_[0]; }
837 temps_[0] = temp;
841 LOperand* temp() { return temps_[0];
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 289 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
297 LOperand* TempAt(int i) final { return temps_[i]; }
697 temps_[0] = temp;
702 LOperand* temp() { return temps_[0]; }
842 temps_[0] = temp;
846 LOperand* temp() { return temps_[0]; }
977 temps_[0] = temp;
981 LOperand* temp() { return temps_[0]; }
1007 temps_[0] = temp;
1011 LOperand* temp() { return temps_[0];
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 282 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
290 LOperand* TempAt(int i) final { return temps_[i]; }
665 temps_[0] = temp;
670 LOperand* temp() { return temps_[0]; }
780 temps_[0] = temp;
784 LOperand* temp() { return temps_[0]; }
904 temps_[0] = temp;
908 LOperand* temp() { return temps_[0]; }
932 temps_[0] = temp;
936 LOperand* temp() { return temps_[0];
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 296 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
304 LOperand* TempAt(int i) final { return temps_[i]; }
613 temps_[0] = temp1;
614 temps_[1] = temp2;
619 LOperand* temp1() { return temps_[0]; }
620 LOperand* temp2() { return temps_[1]; }
635 temps_[0] = temp;
640 LOperand* temp() { return temps_[0]; }
673 temps_[0] = temp1;
674 temps_[1] = temp2
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 297 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
305 LOperand* TempAt(int i) final { return temps_[i]; }
525 temps_[0] = temp;
530 LOperand* temp() { return temps_[0]; }
628 temps_[0] = temp1;
629 temps_[1] = temp2;
634 LOperand* temp1() { return temps_[0]; }
635 LOperand* temp2() { return temps_[1]; }
650 temps_[0] = temp;
655 LOperand* temp() { return temps_[0];
    [all...]

Completed in 958 milliseconds