Home
last modified time | relevance | path

Searched refs:is_commutative (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir.h97 bool is_commutative() const;
Dbrw_vec4_cse.cpp126 } else if (!a->is_commutative()) { in operands_match()
Dbrw_fs_cse.cpp158 } else if (!a->is_commutative()) { in operands_match()
Dbrw_shader.cpp861 backend_instruction::is_commutative() const in is_commutative() function in backend_instruction
Dbrw_fs.cpp2808 if (progress && inst->is_commutative()) { in opt_algebraic()
/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h146 unsigned int is_commutative:1; member
Devaluate.c3657 op->is_commutative = true; in parse_asm_constraint()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c2296 static SLJIT_INLINE int is_commutative(sljit_s32 op) in is_commutative() function
2866 if (is_commutative(op) && (src1 & SLJIT_IMM) && !(src2 & SLJIT_IMM)) { in sljit_emit_op2()