Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp98 void createStoreGroup(MachineInstr *BaseStore, InstrGroup::iterator Begin,
239 void HexagonStoreWidening::createStoreGroup(MachineInstr *BaseStore, in createStoreGroup() argument
241 assert(handledStoreType(BaseStore) && "Unexpected instruction"); in createStoreGroup()
242 unsigned BaseReg = getBaseAddressRegister(BaseStore); in createStoreGroup()
245 Group.push_back(BaseStore); in createStoreGroup()