Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp367 auto matchFxpMul(Instruction &In) const -> std::optional<FxpOp>;
1250 auto HvxIdioms::matchFxpMul(Instruction &In) const -> std::optional<FxpOp> { in matchFxpMul() function in HvxIdioms
1722 if (auto Fxm = matchFxpMul(*It)) { in run()