Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp99 InstrGroup::iterator End, InstrGroup &Group);
104 bool selectStores(InstrGroup::iterator Begin, InstrGroup::iterator End,
106 bool createWideStores(InstrGroup &OG, InstrGroup &NG, unsigned TotalSize);
107 bool replaceStores(InstrGroup &OG, InstrGroup &NG);
211 InstrGroup AllInsns; in createStoreGroups()
229 InstrGroup G; in createStoreGroups()
240 InstrGroup::iterator Begin, InstrGroup::iterator End, InstrGroup &Group) { in createStoreGroup()
243 InstrGroup Other; in createStoreGroup()
306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores()
393 bool HexagonStoreWidening::createWideStores(InstrGroup &OG, InstrGroup &NG, in createWideStores()
[all …]
H A DHexagonBitSimplify.cpp2915 struct InstrGroup { struct in __anon0974d37a0d11::HexagonLoopRescheduling
2934 void moveGroup(InstrGroup &G, MachineBasicBlock &LB, MachineBasicBlock &PB,
3069 void HexagonLoopRescheduling::moveGroup(InstrGroup &G, MachineBasicBlock &LB, in moveGroup()
3210 using InstrGroupList = std::vector<InstrGroup>; in processLoop()
3218 InstrGroup G; in processLoop()
3257 InstrGroup &G = Groups[i]; in processLoop()
3267 InstrGroup &G = Groups[i]; in processLoop()