Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp493 using IFRecordWithRegSet = std::pair<IFRecord, RegisterSet>; typedef
554 using IFListType = std::vector<IFRecordWithRegSet>;
898 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms()
1067 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets()
1155 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool { in pruneRegCopies()
1203 bool operator() (const IFRecordWithRegSet &A,
1204 const IFRecordWithRegSet &B) const;
1216 bool IFOrdering::operator() (const IFRecordWithRegSet &A, in operator ()()
1217 const IFRecordWithRegSet &B) const { in operator ()()
1315 IFRecordWithRegSet M = *MinI; in selectCandidates()