Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml262 commutative: Instruction is commutative(Add, OR, And e.t.c.)
Dinst.h882 // Returns true if the instruction is a commutative
885 return GetFlag(inst_flags::COMMUTATIVE); in IsCommutative()
/arkcompiler/runtime_core/docs/
Dirtoc.md20 flags: [commutative, acc_write, acc_read, ifcvt]
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp475 * 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):
/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()