Searched full:commutative (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 89 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.)
|
| D | inst.h | 1021 // Returns true if the instruction is a commutative 1024 return GetFlag(inst_flags::COMMUTATIVE); in IsCommutative()
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 20 flags: [commutative, acc_write, acc_read, ifcvt]
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 27 // For current realization, any binary commutative and associative operator suits;
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | balance_expressions_doc.md | 5 …essions of the form of a long chain of the same binary associative and commutative operator, such …
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.cpp | 437 * 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/ |
| D | vn_test.cpp | 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()
|
| D | lowering_test.cpp | 1976 // Not applied, sub isn't commutative inst
|