Lines Matching refs:LocIDToLocIdx
368 std::vector<LocIdx> LocIDToLocIdx; variable
534 LocIDToLocIdx.clear(); in clear()
543 LocIDToLocIdx.resize(NumRegs, LocIdx::MakeIllegalLoc()); in clear()
563 LocIdx &Index = LocIDToLocIdx[ID]; in lookupOrTrackRegister()
571 LocIdx &Index = LocIDToLocIdx[R]; in isRegisterTracked()
605 LocIdx Idx = LocIDToLocIdx[ID]; in wipeRegister()
612 assert(ID < LocIDToLocIdx.size()); in getRegMLoc()
613 assert(LocIDToLocIdx[ID] != UINT_MAX); // Sentinal for IndexedMap. in getRegMLoc()
614 return LocIDToLocIdx[ID]; in getRegMLoc()
629 assert(LocIDToLocIdx[SpillID] != UINT_MAX); // Sentinal for IndexedMap. in getSpillMLoc()
630 return LocIDToLocIdx[SpillID]; in getSpillMLoc()