Lines Matching refs:temps_

298   EmbeddedContainer<LOperand*, T> temps_;  variable
306 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt()
641 temps_[0] = temp; in LModI()
642 temps_[1] = temp2; in LModI()
647 LOperand* temp() { return temps_[0]; } in temp()
648 LOperand* temp2() { return temps_[1]; } in temp2()
696 temps_[0] = temp; in LDivI()
701 LOperand* temp() { return temps_[0]; } in temp()
732 temps_[0] = temp; in LFlooringDivByConstI()
737 LOperand* temp() { return temps_[0]; } in temp()
752 temps_[0] = temp; in LFlooringDivI()
757 LOperand* temp() { return temps_[0]; } in temp()
861 temps_[0] = temp; in LMathRound()
865 LOperand* temp() { return temps_[0]; } in temp()
928 temps_[0] = temp1; in LMathExp()
929 temps_[1] = temp2; in LMathExp()
930 temps_[2] = double_temp; in LMathExp()
935 LOperand* temp1() { return temps_[0]; } in temp1()
936 LOperand* temp2() { return temps_[1]; } in temp2()
937 LOperand* double_temp() { return temps_[2]; } in double_temp()
999 temps_[0] = temp; in LCompareMinusZeroAndBranch()
1003 LOperand* temp() { return temps_[0]; } in temp()
1015 temps_[0] = temp; in LIsStringAndBranch()
1019 LOperand* temp() { return temps_[0]; } in temp()
1047 temps_[0] = temp; in LIsUndetectableAndBranch()
1051 LOperand* temp() { return temps_[0]; } in temp()
1132 temps_[0] = temp; in LClassOfTestAndBranch()
1136 LOperand* temp() { return temps_[0]; } in temp()
1351 temps_[0] = temp; in LCmpMapAndBranch()
1355 LOperand* temp() { return temps_[0]; } in temp()
1549 temps_[0] = vector; in LLoadNamedGeneric()
1554 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1618 temps_[0] = vector; in LLoadKeyedGeneric()
1624 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1637 temps_[0] = vector; in LLoadGlobalGeneric()
1642 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1858 temps_[0] = slot; in LCallFunction()
1859 temps_[1] = vector; in LCallFunction()
1864 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
1865 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
1943 temps_[0] = temp1; in LNumberTagI()
1944 temps_[1] = temp2; in LNumberTagI()
1948 LOperand* temp1() { return temps_[0]; } in temp1()
1949 LOperand* temp2() { return temps_[1]; } in temp2()
1959 temps_[0] = temp1; in LNumberTagU()
1960 temps_[1] = temp2; in LNumberTagU()
1964 LOperand* temp1() { return temps_[0]; } in temp1()
1965 LOperand* temp2() { return temps_[1]; } in temp2()
1975 temps_[0] = temp; in LNumberTagD()
1976 temps_[1] = temp2; in LNumberTagD()
1980 LOperand* temp() { return temps_[0]; } in temp()
1981 LOperand* temp2() { return temps_[1]; } in temp2()
2026 temps_[0] = temp; in LTaggedToI()
2027 temps_[1] = temp2; in LTaggedToI()
2031 LOperand* temp() { return temps_[0]; } in temp()
2032 LOperand* temp2() { return temps_[1]; } in temp2()
2089 temps_[0] = temp; in LStoreNamedField()
2094 LOperand* temp() { return temps_[0]; } in temp()
2114 temps_[0] = slot; in LStoreNamedGeneric()
2115 temps_[1] = vector; in LStoreNamedGeneric()
2121 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2122 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2178 temps_[0] = slot; in LStoreKeyedGeneric()
2179 temps_[1] = vector; in LStoreKeyedGeneric()
2186 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2187 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2205 temps_[0] = new_map_temp; in LTransitionElementsKind()
2210 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp()
2232 temps_[0] = temp; in LTrapAllocationMemento()
2236 LOperand* temp() { return temps_[0]; } in temp()
2419 temps_[0] = temp; in LClampTToUint8()
2423 LOperand* temp() { return temps_[0]; } in temp()
2464 temps_[0] = temp1; in LAllocate()
2465 temps_[1] = temp2; in LAllocate()
2470 LOperand* temp1() { return temps_[0]; } in temp1()
2471 LOperand* temp2() { return temps_[1]; } in temp2()