Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2925 class HexagonLoopRescheduling : public MachineFunctionPass { class
2929 HexagonLoopRescheduling() : MachineFunctionPass(ID) { in HexagonLoopRescheduling() function in __anonbc27dab50d11::HexagonLoopRescheduling
2974 char HexagonLoopRescheduling::ID = 0;
2976 INITIALIZE_PASS(HexagonLoopRescheduling, "hexagon-loop-resched",
2979 HexagonLoopRescheduling::PhiInfo::PhiInfo(MachineInstr &P, in PhiInfo()
2981 DefR = HexagonLoopRescheduling::getDefReg(&P); in PhiInfo()
2995 unsigned HexagonLoopRescheduling::getDefReg(const MachineInstr *MI) { in getDefReg()
3003 bool HexagonLoopRescheduling::isConst(unsigned Reg) const { in isConst()
3015 bool HexagonLoopRescheduling::isBitShuffle(const MachineInstr *MI, in isBitShuffle()
3045 bool HexagonLoopRescheduling::isStoreInput(const MachineInstr *MI, in isStoreInput()
[all …]