Searched refs:HexagonStoreWidening (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 53 struct HexagonStoreWidening : public MachineFunctionPass { struct 62 HexagonStoreWidening() : MachineFunctionPass(ID) { in HexagonStoreWidening() argument 115 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 …]
|
D | CMakeLists.txt | 50 HexagonStoreWidening.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 64 struct HexagonStoreWidening : public MachineFunctionPass { struct 74 HexagonStoreWidening() : MachineFunctionPass(ID) { in HexagonStoreWidening() argument 113 char HexagonStoreWidening::ID = 0; 115 INITIALIZE_PASS_BEGIN(HexagonStoreWidening, "hexagon-widen-stores", 118 INITIALIZE_PASS_END(HexagonStoreWidening, "hexagon-widen-stores", in INITIALIZE_PASS_DEPENDENCY() 130 assert(HexagonStoreWidening::handledStoreType(MI) && "Unhandled opcode"); in getStoreOffset() 153 inline bool HexagonStoreWidening::handledStoreType(const MachineInstr *MI) { in handledStoreType() 170 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() 192 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() 209 void HexagonStoreWidening::createStoreGroups(MachineBasicBlock &MBB, in createStoreGroups() [all …]
|
D | CMakeLists.txt | 57 HexagonStoreWidening.cpp
|