Searched refs:DEF_OPCODE (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | simplify.c | 226 if (DEF_OPCODE(def, src) == OP_PHI) { in trivial_phi() 461 return (DEF_OPCODE(def, p) == OP_NEG) && (def->src == ref); in is_negate_of() 874 switch (DEF_OPCODE(inner, sh->src1)) { in simplify_mask_shift() 966 switch(DEF_OPCODE(def, pseudo)) { in simplify_shift() 1003 switch(DEF_OPCODE(def, pseudo)) { in simplify_shift() 1274 switch (DEF_OPCODE(def, src1)) { in simplify_compare_constant() 1476 switch (DEF_OPCODE(def, old)) { in simplify_constant_mask() 1834 switch (DEF_OPCODE(def, src1)) { in simplify_add_one_side() 1836 if (DEF_OPCODE(defr, *p2) == OP_MUL) { in simplify_add_one_side() 1878 switch (DEF_OPCODE(def, src1)) { in simplify_sub() [all …]
|
D | linearize.h | 189 #define DEF_OPCODE(DEF, SRC) \ macro
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 896 * move DEF_OPCODE() to header file
|