Lines Matching refs:FxpOp
441 struct FxpOp { struct in __anoncba317990111::HvxIdioms
454 auto matchFxpMul(Instruction &In) const -> std::optional<FxpOp>;
455 auto processFxpMul(Instruction &In, const FxpOp &Op) const -> Value *;
458 const FxpOp &Op) const -> Value *;
482 friend raw_ostream &operator<<(raw_ostream &, const FxpOp &);
486 const HvxIdioms::FxpOp &Op) { in operator <<()
1661 auto HvxIdioms::matchFxpMul(Instruction &In) const -> std::optional<FxpOp> { in matchFxpMul()
1670 FxpOp Op; in matchFxpMul()
1714 auto HvxIdioms::processFxpMul(Instruction &In, const FxpOp &Op) const in processFxpMul()
1785 FxpOp ChopOp = Op; in processFxpMul()
1807 const FxpOp &Op) const -> Value * { in processFxpMulChopped()