Home
last modified time | relevance | path

Searched full:commutative (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml89 flags: [commutative, acc_write, acc_read, ifcvt]
105 flags: [commutative, acc_write, acc_read, ifcvt]
129 flags: [commutative, ifcvt]
136 flags: [commutative, ifcvt]
167 flags: [commutative, acc_write, acc_read, ifcvt]
175 flags: [commutative, acc_write, acc_read, ifcvt]
183 flags: [commutative, acc_write, acc_read, ifcvt]
1176 commutative: Instruction is commutative(Add, OR, And e.t.c.)
Dinst.h1021 // Returns true if the instruction is a commutative
1024 return GetFlag(inst_flags::COMMUTATIVE); in IsCommutative()
/arkcompiler/runtime_core/docs/
Dirtoc.md20 flags: [commutative, acc_write, acc_read, ifcvt]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.h27 // For current realization, any binary commutative and associative operator suits;
/arkcompiler/runtime_core/compiler/docs/
Dbalance_expressions_doc.md5 …essions of the form of a long chain of the same binary associative and commutative operator, such …
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp437 * Type Infer rule(satisfy commutative law):
469 * Type Infer rule(satisfy commutative law):
494 * Type Infer rule(satisfy commutative law):
519 * Type Infer rule(satisfy commutative law):
/arkcompiler/runtime_core/compiler/tests/
Dvn_test.cpp688 // 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()
Dlowering_test.cpp1976 // Not applied, sub isn't commutative inst