Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2338 bool isBitShuffle(const MachineInstr *MI, unsigned DefR) const;
2394 bool HexagonLoopRescheduling::isBitShuffle(const MachineInstr *MI, in isBitShuffle() function in HexagonLoopRescheduling
2541 if (isBitShuffle(UseI, PR) || isStoreInput(UseI, PR)) in processLoop()
2584 if (!isBitShuffle(&*I, DefR)) in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2921 bool isBitShuffle(const MachineInstr *MI, unsigned DefR) const;
2974 bool HexagonLoopRescheduling::isBitShuffle(const MachineInstr *MI, in isBitShuffle() function in HexagonLoopRescheduling
3117 if (isBitShuffle(UseI, PR) || isStoreInput(UseI, PR)) in processLoop()
3160 if (!isBitShuffle(&*I, DefR)) in processLoop()