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.cpp2896 class HexagonLoopRescheduling : public MachineFunctionPass { class
2900 HexagonLoopRescheduling() : MachineFunctionPass(ID) {} in HexagonLoopRescheduling() function in __anonbc27dab50d11::HexagonLoopRescheduling
2943 char HexagonLoopRescheduling::ID = 0;
2945 INITIALIZE_PASS(HexagonLoopRescheduling, "hexagon-loop-resched-pass",
2948 HexagonLoopRescheduling::PhiInfo::PhiInfo(MachineInstr &P, in PhiInfo()
2950 DefR = HexagonLoopRescheduling::getDefReg(&P); in PhiInfo()
2964 unsigned HexagonLoopRescheduling::getDefReg(const MachineInstr *MI) { in getDefReg()
2972 bool HexagonLoopRescheduling::isConst(unsigned Reg) const { in isConst()
2984 bool HexagonLoopRescheduling::isBitShuffle(const MachineInstr *MI, in isBitShuffle()
3014 bool HexagonLoopRescheduling::isStoreInput(const MachineInstr *MI, in isStoreInput()
[all …]