Home
last modified time | relevance | path

Searched defs:BinopMatcher (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h286 template <typename LeftExpr, typename RightExpr, MachineType rep> struct BinopMatcher : public Gate… struct
287 explicit BinopMatcher(GateRef gate, Circuit *circuit) in BinopMatcher() function
295 BinopMatcher(GateRef gate, bool allowInputSwap, Circuit *circuit) in BinopMatcher() function
303 using LeftMatcher = LeftExpr;
304 using RightMatcher = RightExpr;
308 const LeftExpr &Left() const in Left()
313 const RightExpr &Right() const in Right()
318 void SetLeft(GateRef left, Circuit* circuit) in SetLeft()
323 void SetRight(GateRef right, Circuit* circuit) in SetRight()
328 bool IsFoldable() const in IsFoldable()
[all …]