Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2936 bool isBitShuffle(const MachineInstr *MI, unsigned DefR) const;
2989 bool HexagonLoopRescheduling::isBitShuffle(const MachineInstr *MI, in isBitShuffle() function in HexagonLoopRescheduling
3132 if (isBitShuffle(UseI, PR) || isStoreInput(UseI, PR)) in processLoop()
3175 if (!isBitShuffle(&*I, DefR)) in processLoop()