Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp493 using IFRecordWithRegSet = std::pair<IFRecord, RegisterSet>; typedef
563 using IFListType = std::vector<IFRecordWithRegSet>;
923 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms()
1089 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets()
1177 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool { in pruneRegCopies()
1225 bool operator() (const IFRecordWithRegSet &A,
1226 const IFRecordWithRegSet &B) const;
1238 bool IFOrdering::operator() (const IFRecordWithRegSet &A, in operator ()()
1239 const IFRecordWithRegSet &B) const { in operator ()()
1337 IFRecordWithRegSet M = *MinI; in selectCandidates()