Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoadInfo

1222   struct LoadInfo {
1226 LoadInfo(SUnit *su, unsigned reg, unsigned ofs)
1229 bool operator<(const LoadInfo &RHS) const {
1249 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords;
1255 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset));