Searched full:commutative (Results 1 – 5 of 5) sorted by relevance
262 commutative: Instruction is commutative(Add, OR, And e.t.c.)
882 // Returns true if the instruction is a commutative885 return GetFlag(inst_flags::COMMUTATIVE); in IsCommutative()
20 flags: [commutative, acc_write, acc_read, ifcvt]
475 * Type Infer rule(satisfy commutative law):507 * Type Infer rule(satisfy commutative law):532 * Type Infer rule(satisfy commutative law):557 * Type Infer rule(satisfy commutative law):
688 // Remove commutative arithmetic instructions(See 2516) in TEST_F()744 … // We don't remove float commutative arithmetic instructions and not commutative instruction(sub) in TEST_F()