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.cpp492 using IFRecordWithRegSet = std::pair<IFRecord, RegisterSet>; typedef
562 using IFListType = std::vector<IFRecordWithRegSet>;
906 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms()
1071 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets()
1159 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool { in pruneRegCopies()
1207 bool operator() (const IFRecordWithRegSet &A,
1208 const IFRecordWithRegSet &B) const;
1220 bool IFOrdering::operator() (const IFRecordWithRegSet &A, in operator ()()
1221 const IFRecordWithRegSet &B) const { in operator ()()
1319 IFRecordWithRegSet M = *MinI; in selectCandidates()