Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp489 using IFRecordWithRegSet = std::pair<IFRecord, RegisterSet>; typedef
559 using IFListType = std::vector<IFRecordWithRegSet>;
919 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms()
1085 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets()
1175 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()