Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2962 bool isBitShuffle(const MachineInstr *MI, unsigned DefR) const;
3015 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()