Lines Matching defs:FxpOp
440 struct FxpOp {
453 auto matchFxpMul(Instruction &In) const -> std::optional<FxpOp>;
454 auto processFxpMul(Instruction &In, const FxpOp &Op) const -> Value *;
457 const FxpOp &Op) const -> Value *;
481 friend raw_ostream &operator<<(raw_ostream &, const FxpOp &);
485 const HvxIdioms::FxpOp &Op) {
1661 auto HvxIdioms::matchFxpMul(Instruction &In) const -> std::optional<FxpOp> {
1670 FxpOp Op;
1714 auto HvxIdioms::processFxpMul(Instruction &In, const FxpOp &Op) const
1785 FxpOp ChopOp = Op;
1807 const FxpOp &Op) const -> Value * {