Searched refs:instrAliased (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 86 bool instrAliased(InstrGroup &Stores, const MachineMemOperand &MMO); 87 bool instrAliased(InstrGroup &Stores, const MachineInstr *MI); 168 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() function in HexagonStoreWidening 191 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() function in HexagonStoreWidening 194 if (instrAliased(Stores, *I)) in instrAliased() 256 if (instrAliased(Group, getStoreTarget(MI))) in createStoreGroup() 260 if (instrAliased(Other, getStoreTarget(MI))) in createStoreGroup() 276 if (MI->hasOrderedMemoryRef() || instrAliased(Group, MI)) in createStoreGroup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 96 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()
|