• Home
  • Raw
  • Download

Lines Matching refs:temps_

301   EmbeddedContainer<LOperand*, T> temps_;  variable
309 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt()
630 temps_[0] = temp1; in LModByConstI()
631 temps_[1] = temp2; in LModByConstI()
636 LOperand* temp1() { return temps_[0]; } in temp1()
637 LOperand* temp2() { return temps_[1]; } in temp2()
652 temps_[0] = temp; in LModI()
657 LOperand* temp() { return temps_[0]; } in temp()
690 temps_[0] = temp1; in LDivByConstI()
691 temps_[1] = temp2; in LDivByConstI()
696 LOperand* temp1() { return temps_[0]; } in temp1()
697 LOperand* temp2() { return temps_[1]; } in temp2()
712 temps_[0] = temp; in LDivI()
717 LOperand* temp() { return temps_[0]; } in temp()
752 temps_[0] = temp1; in LFlooringDivByConstI()
753 temps_[1] = temp2; in LFlooringDivByConstI()
754 temps_[2] = temp3; in LFlooringDivByConstI()
759 LOperand* temp1() { return temps_[0]; } in temp1()
760 LOperand* temp2() { return temps_[1]; } in temp2()
761 LOperand* temp3() { return temps_[2]; } in temp3()
776 temps_[0] = temp; in LFlooringDivI()
781 LOperand* temp() { return temps_[0]; } in temp()
843 temps_[0] = temp; in LMathRound()
847 LOperand* temp() { return temps_[0]; } in temp()
907 temps_[0] = temp1; in LMathExp()
908 temps_[1] = temp2; in LMathExp()
913 LOperand* temp1() { return temps_[0]; } in temp1()
914 LOperand* temp2() { return temps_[1]; } in temp2()
989 temps_[0] = temp; in LIsStringAndBranch()
993 LOperand* temp() { return temps_[0]; } in temp()
1021 temps_[0] = temp; in LIsUndetectableAndBranch()
1025 LOperand* temp() { return temps_[0]; } in temp()
1108 temps_[0] = temp; in LClassOfTestAndBranch()
1109 temps_[1] = temp2; in LClassOfTestAndBranch()
1113 LOperand* temp() { return temps_[0]; } in temp()
1114 LOperand* temp2() { return temps_[1]; } in temp2()
1528 temps_[0] = vector; in LLoadNamedGeneric()
1536 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1608 temps_[0] = vector; in LLoadKeyedGeneric()
1617 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1627 temps_[0] = vector; in LLoadGlobalGeneric()
1635 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1664 temps_[0] = temp; in LStoreContextSlot()
1669 LOperand* temp() { return temps_[0]; } in temp()
1846 temps_[0] = slot; in LCallFunction()
1847 temps_[1] = vector; in LCallFunction()
1855 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
1856 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
1931 temps_[0] = temp1; in LNumberTagI()
1932 temps_[1] = temp2; in LNumberTagI()
1936 LOperand* temp1() { return temps_[0]; } in temp1()
1937 LOperand* temp2() { return temps_[1]; } in temp2()
1947 temps_[0] = temp1; in LNumberTagU()
1948 temps_[1] = temp2; in LNumberTagU()
1952 LOperand* temp1() { return temps_[0]; } in temp1()
1953 LOperand* temp2() { return temps_[1]; } in temp2()
1963 temps_[0] = temp; in LNumberTagD()
1967 LOperand* temp() { return temps_[0]; } in temp()
2008 temps_[0] = temp; in LTaggedToI()
2012 LOperand* temp() { return temps_[0]; } in temp()
2069 temps_[0] = temp; in LStoreNamedField()
2074 LOperand* temp() { return temps_[0]; } in temp()
2094 temps_[0] = slot; in LStoreNamedGeneric()
2095 temps_[1] = vector; in LStoreNamedGeneric()
2101 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2102 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2150 temps_[0] = slot; in LStoreKeyedGeneric()
2151 temps_[1] = vector; in LStoreKeyedGeneric()
2158 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2159 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2178 temps_[0] = new_map_temp; in LTransitionElementsKind()
2179 temps_[1] = temp; in LTransitionElementsKind()
2184 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp()
2185 LOperand* temp() { return temps_[1]; } in temp()
2207 temps_[0] = temp; in LTrapAllocationMemento()
2211 LOperand* temp() { return temps_[0]; } in temp()
2382 temps_[0] = temp_xmm; in LClampTToUint8()
2386 LOperand* temp_xmm() { return temps_[0]; } in temp_xmm()
2437 temps_[0] = temp; in LAllocate()
2442 LOperand* temp() { return temps_[0]; } in temp()