Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp96 bool instrAliased(InstrGroup &Stores, const MachineMemOperand &MMO);
97 bool instrAliased(InstrGroup &Stores, const MachineInstr *MI);
170 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() function in HexagonStoreWidening
192 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() function in HexagonStoreWidening
195 if (instrAliased(Stores, *I)) in instrAliased()
255 if (instrAliased(Group, getStoreTarget(MI))) in createStoreGroup()
259 if (instrAliased(Other, getStoreTarget(MI))) in createStoreGroup()
275 if (MI->hasOrderedMemoryRef() || instrAliased(Group, MI)) in createStoreGroup()