Home
last modified time | relevance | path

Searched refs:IFRecordWithRegSet (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp455 typedef std::pair<IFRecord,RegisterSet> IFRecordWithRegSet; typedef
519 typedef std::vector<IFRecordWithRegSet> IFListType;
883 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms()
1054 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets()
1146 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool { in pruneRegCopies()
1194 bool operator() (const IFRecordWithRegSet &A,
1195 const IFRecordWithRegSet &B) const;
1205 bool IFOrdering::operator() (const IFRecordWithRegSet &A, in operator ()()
1206 const IFRecordWithRegSet &B) const { in operator ()()
1306 IFRecordWithRegSet M = *MinI; in selectCandidates()