Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoadInfo

1241   struct LoadInfo {
1245 LoadInfo(SUnit *su, unsigned reg, unsigned ofs)
1248 bool operator<(const LoadInfo &RHS) const {
1268 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords;
1274 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset));