Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp453 typedef std::pair<IFRecord,RegisterSet> IFRecordWithRegSet; typedef
517 typedef std::vector<IFRecordWithRegSet> IFListType;
881 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms()
1052 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets()
1144 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool { in pruneRegCopies()
1192 bool operator() (const IFRecordWithRegSet &A,
1193 const IFRecordWithRegSet &B) const;
1203 bool IFOrdering::operator() (const IFRecordWithRegSet &A, in operator ()()
1204 const IFRecordWithRegSet &B) const { in operator ()()
1304 IFRecordWithRegSet M = *MinI; in selectCandidates()