• Home
  • Raw
  • Download

Lines Matching refs:temps_

295   EmbeddedContainer<LOperand*, T> temps_;  variable
303 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt()
690 temps_[0] = temp; in LDivI()
695 LOperand* temp() { return temps_[0]; } in temp()
726 temps_[0] = temp; in LFlooringDivByConstI()
731 LOperand* temp() { return temps_[0]; } in temp()
822 temps_[0] = temp; in LMathFloor()
826 LOperand* temp() { return temps_[0]; } in temp()
837 temps_[0] = temp; in LMathRound()
841 LOperand* temp() { return temps_[0]; } in temp()
904 temps_[0] = temp1; in LMathExp()
905 temps_[1] = temp2; in LMathExp()
906 temps_[2] = double_temp; in LMathExp()
911 LOperand* temp1() { return temps_[0]; } in temp1()
912 LOperand* temp2() { return temps_[1]; } in temp2()
913 LOperand* double_temp() { return temps_[2]; } in double_temp()
935 temps_[0] = temp; in LMathPowHalf()
939 LOperand* temp() { return temps_[0]; } in temp()
977 temps_[0] = temp; in LCompareMinusZeroAndBranch()
981 LOperand* temp() { return temps_[0]; } in temp()
993 temps_[0] = temp; in LIsStringAndBranch()
997 LOperand* temp() { return temps_[0]; } in temp()
1025 temps_[0] = temp; in LIsUndetectableAndBranch()
1029 LOperand* temp() { return temps_[0]; } in temp()
1110 temps_[0] = temp; in LClassOfTestAndBranch()
1114 LOperand* temp() { return temps_[0]; } in temp()
1314 temps_[0] = temp; in LCmpMapAndBranch()
1318 LOperand* temp() { return temps_[0]; } in temp()
1512 temps_[0] = vector; in LLoadNamedGeneric()
1517 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1581 temps_[0] = vector; in LLoadKeyedGeneric()
1587 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1600 temps_[0] = vector; in LLoadGlobalGeneric()
1605 LOperand* temp_vector() { return temps_[0]; } in temp_vector()
1821 temps_[0] = slot; in LCallFunction()
1822 temps_[1] = vector; in LCallFunction()
1827 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
1828 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
1906 temps_[0] = temp1; in LNumberTagI()
1907 temps_[1] = temp2; in LNumberTagI()
1911 LOperand* temp1() { return temps_[0]; } in temp1()
1912 LOperand* temp2() { return temps_[1]; } in temp2()
1922 temps_[0] = temp1; in LNumberTagU()
1923 temps_[1] = temp2; in LNumberTagU()
1927 LOperand* temp1() { return temps_[0]; } in temp1()
1928 LOperand* temp2() { return temps_[1]; } in temp2()
1938 temps_[0] = temp; in LNumberTagD()
1939 temps_[1] = temp2; in LNumberTagD()
1943 LOperand* temp() { return temps_[0]; } in temp()
1944 LOperand* temp2() { return temps_[1]; } in temp2()
1989 temps_[0] = temp; in LTaggedToI()
1990 temps_[1] = temp2; in LTaggedToI()
1994 LOperand* temp() { return temps_[0]; } in temp()
1995 LOperand* temp2() { return temps_[1]; } in temp2()
2052 temps_[0] = temp; in LStoreNamedField()
2057 LOperand* temp() { return temps_[0]; } in temp()
2077 temps_[0] = slot; in LStoreNamedGeneric()
2078 temps_[1] = vector; in LStoreNamedGeneric()
2084 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2085 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2135 temps_[0] = slot; in LStoreKeyedGeneric()
2136 temps_[1] = vector; in LStoreKeyedGeneric()
2143 LOperand* temp_slot() { return temps_[0]; } in temp_slot()
2144 LOperand* temp_vector() { return temps_[1]; } in temp_vector()
2162 temps_[0] = new_map_temp; in LTransitionElementsKind()
2167 LOperand* new_map_temp() { return temps_[0]; } in new_map_temp()
2189 temps_[0] = temp; in LTrapAllocationMemento()
2193 LOperand* temp() { return temps_[0]; } in temp()
2352 temps_[0] = temp; in LClampDToUint8()
2356 LOperand* temp() { return temps_[0]; } in temp()
2378 temps_[0] = temp; in LClampTToUint8()
2382 LOperand* temp() { return temps_[0]; } in temp()
2423 temps_[0] = temp1; in LAllocate()
2424 temps_[1] = temp2; in LAllocate()
2429 LOperand* temp1() { return temps_[0]; } in temp1()
2430 LOperand* temp2() { return temps_[1]; } in temp2()