Searched refs:HexagonStoreWidening (Results 1 – 2 of 2) sorted by relevance
53 struct HexagonStoreWidening : public MachineFunctionPass { struct62 HexagonStoreWidening() : MachineFunctionPass(ID) { in HexagonStoreWidening() function115 assert(HexagonStoreWidening::handledStoreType(MI) && "Unhandled opcode"); in getStoreOffset()139 char HexagonStoreWidening::ID = 0;141 INITIALIZE_PASS_BEGIN(HexagonStoreWidening, "hexagon-widen-stores",144 INITIALIZE_PASS_END(HexagonStoreWidening, "hexagon-widen-stores", in INITIALIZE_PASS_DEPENDENCY()150 inline bool HexagonStoreWidening::handledStoreType(const MachineInstr *MI) { in INITIALIZE_PASS_DEPENDENCY()168 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased()191 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased()209 void HexagonStoreWidening::createStoreGroups(MachineBasicBlock &MBB, in createStoreGroups()[all …]
46 HexagonStoreWidening.cpp