Searched refs:getRegisterLocations (Results 1 – 2 of 2) sorted by relevance
217 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in create()222 if (Row.getRegisterLocations().hasLocations() || in create()239 if (Row.getRegisterLocations().hasLocations() || in create()557 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()559 Row.getRegisterLocations().removeRegisterLocation(*RegNum); in parseRows()572 Row.getRegisterLocations().setRegisterLocation( in parseRows()581 RegisterStates.push_back(Row.getRegisterLocations()); in parseRows()589 Row.getRegisterLocations() = RegisterStates.back(); in parseRows()605 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()619 Row.getRegisterLocations().setRegisterLocation( in parseRows()[all …]
271 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations() function272 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations() function