Searched refs:HexagonBitSimplify (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 211 class HexagonBitSimplify : public MachineFunctionPass { class 215 HexagonBitSimplify() : MachineFunctionPass(ID) {} in HexagonBitSimplify() function in __anon7ae497e50111::HexagonBitSimplify 267 using HBS = HexagonBitSimplify; 284 char HexagonBitSimplify::ID = 0; 286 INITIALIZE_PASS_BEGIN(HexagonBitSimplify, "hexagon-bit-simplify", 289 INITIALIZE_PASS_END(HexagonBitSimplify, "hexagon-bit-simplify", in INITIALIZE_PASS_DEPENDENCY() 317 void HexagonBitSimplify::getInstrDefs(const MachineInstr &MI, in getInstrDefs() 329 void HexagonBitSimplify::getInstrUses(const MachineInstr &MI, in getInstrUses() 383 bool HexagonBitSimplify::replaceReg(Register OldR, Register NewR, in replaceReg() 462 bool HexagonBitSimplify::parseRegSequence(const MachineInstr &I, in parseRegSequence() [all …]
|
| H A D | CMakeLists.txt | 21 HexagonBitSimplify.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/ |
| H A D | BUILD.gn | 44 "HexagonBitSimplify.cpp",
|