Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2961 bool isBitShuffle(const MachineInstr *MI, unsigned DefR) const;
3014 bool HexagonLoopRescheduling::isBitShuffle(const MachineInstr *MI, in isBitShuffle() function in HexagonLoopRescheduling
3156 if (isBitShuffle(UseI, PR) || isStoreInput(UseI, PR)) in processLoop()
3199 if (!isBitShuffle(&MI, DefR)) in processLoop()