Lines Matching refs:temps_

298   EmbeddedContainer<LOperand*, T> temps_;  variable
306 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt()
693 temps_[0] = temp; in LDivI()
698 LOperand* temp() { return temps_[0]; } in temp()
729 temps_[0] = temp; in LFlooringDivByConstI()
734 LOperand* temp() { return temps_[0]; } in temp()
840 temps_[0] = temp; in LMathFloor()
844 LOperand* temp() { return temps_[0]; } in temp()
855 temps_[0] = temp; in LMathRound()
859 LOperand* temp() { return temps_[0]; } in temp()
922 temps_[0] = temp1; in LMathExp()
923 temps_[1] = temp2; in LMathExp()
924 temps_[2] = double_temp; in LMathExp()
929 LOperand* temp1() { return temps_[0]; } in temp1()
930 LOperand* temp2() { return temps_[1]; } in temp2()
931 LOperand* double_temp() { return temps_[2]; } in double_temp()
953 temps_[0] = temp; in LMathPowHalf()
957 LOperand* temp() { return temps_[0]; } in temp()
995 temps_[0] = temp; in LCompareMinusZeroAndBranch()
999 LOperand* temp() { return temps_[0]; } in temp()
1011 temps_[0] = temp; in LIsStringAndBranch()
1015 LOperand* temp() { return temps_[0]; } in temp()
1043 temps_[0] = temp; in LIsUndetectableAndBranch()
1047 LOperand* temp() { return temps_[0]; } in temp()
1128 temps_[0] = temp; in LClassOfTestAndBranch()
1132 LOperand* temp() { return temps_[0]; } in temp()
1346 temps_[0] = temp; in LCmpMapAndBranch()
1350 LOperand* temp() { return temps_[0]; } in temp()
1574 temps_[0] = vector; in LLoadNamedGeneric()
1579 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1643 temps_[0] = vector; in LLoadKeyedGeneric()
1649 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1662 temps_[0] = vector; in LLoadGlobalGeneric()
1667 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1883 temps_[0] = slot; in LCallFunction()
1884 temps_[1] = vector; in LCallFunction()
1889 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
1890 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
1968 temps_[0] = temp1; in LNumberTagU()
1969 temps_[1] = temp2; in LNumberTagU()
1973 LOperand* temp1() { return temps_[0]; } in temp1()
1974 LOperand* temp2() { return temps_[1]; } in temp2()
1984 temps_[0] = temp; in LNumberTagD()
1985 temps_[1] = temp2; in LNumberTagD()
1989 LOperand* temp() { return temps_[0]; } in temp()
1990 LOperand* temp2() { return temps_[1]; } in temp2()
2035 temps_[0] = temp; in LTaggedToI()
2036 temps_[1] = temp2; in LTaggedToI()
2040 LOperand* temp() { return temps_[0]; } in temp()
2041 LOperand* temp2() { return temps_[1]; } in temp2()
2098 temps_[0] = temp; in LStoreNamedField()
2103 LOperand* temp() { return temps_[0]; } in temp()
2123 temps_[0] = slot; in LStoreNamedGeneric()
2124 temps_[1] = vector; in LStoreNamedGeneric()
2130 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2131 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2181 temps_[0] = slot; in LStoreKeyedGeneric()
2182 temps_[1] = vector; in LStoreKeyedGeneric()
2189 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2190 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2208 temps_[0] = new_map_temp; in LTransitionElementsKind()
2213 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp()
2235 temps_[0] = temp; in LTrapAllocationMemento()
2239 LOperand* temp() { return temps_[0]; } in temp()
2398 temps_[0] = temp; in LClampDToUint8()
2402 LOperand* temp() { return temps_[0]; } in temp()
2424 temps_[0] = temp; in LClampTToUint8()
2428 LOperand* temp() { return temps_[0]; } in temp()
2469 temps_[0] = temp1; in LAllocate()
2470 temps_[1] = temp2; in LAllocate()
2475 LOperand* temp1() { return temps_[0]; } in temp1()
2476 LOperand* temp2() { return temps_[1]; } in temp2()