| /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/ |
| loongarch.cc | 5189 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of 5195 bool inverted_p) 5200 branch[!inverted_p] = LARCH_BRANCH ("b%C1z", "%2,%0"); 5201 branch[inverted_p] = LARCH_BRANCH ("b%N1z", "%2,%0"); 5205 branch[!inverted_p] = LARCH_BRANCH ("b%C1", "%2,%z3,%0"); 5206 branch[inverted_p] = LARCH_BRANCH ("b%N1", "%2,%z3,%0"); 5215 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of 5221 bool inverted_p) 5238 inverted_p = !inverted_p; [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vectorizer.cc | 1763 this->inverted_p = false; 1776 this->inverted_p = false; 1790 this->inverted_p = true; 1800 this->inverted_p = false;
|
| tree-vectorizer.h | 338 bool inverted_p; member in struct:scalar_cond_masked_key 358 h.add_flag (v.inverted_p); 367 && existing.inverted_p == candidate.inverted_p 378 v.inverted_p = false;
|
| tree-ssa-sccvn.cc | 4832 *INVERTED_P if one needs to be inverted to make it the same as 4837 gcond *cond2, tree lhs2, tree rhs2, bool *inverted_p) 4842 *inverted_p = false; 4848 *inverted_p = true; 4853 *inverted_p = true; 4913 bool inverted_p; local 4916 &inverted_p)) 4929 if (inverted_p)
|
| tree-if-conv.cc | 2028 pred_cond.inverted_p = !pred_cond.inverted_p;
|
| tree-vect-stmts.cc | 12380 cond.inverted_p = true;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vectorizer.cc | 1730 this->inverted_p = false; 1743 this->inverted_p = false; 1757 this->inverted_p = true; 1767 this->inverted_p = false;
|
| tree-vectorizer.h | 306 bool inverted_p; member in struct:scalar_cond_masked_key 326 h.add_flag (v.inverted_p); 335 && existing.inverted_p == candidate.inverted_p 346 v.inverted_p = false;
|
| tree-ssa-sccvn.cc | 4458 *INVERTED_P if one needs to be inverted to make it the same as 4463 gcond *cond2, tree lhs2, tree rhs2, bool *inverted_p) 4468 *inverted_p = false; 4474 *inverted_p = true; 4479 *inverted_p = true; 4538 bool inverted_p; 4541 &inverted_p)) 4554 if (inverted_p)
|
| tree-vect-stmts.cc | 10624 cond.inverted_p = true;
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 14247 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of 14253 bool inverted_p) 14264 branch[!inverted_p] = "%*b%C1z%:\t%2,%0"; 14265 branch[inverted_p] = "%*b%N1z%:\t%2,%0"; 14269 branch[!inverted_p] = "%*b%C1z\t%2,%0%/"; 14270 branch[inverted_p] = "%*b%N1z\t%2,%0%/"; 14277 branch[!inverted_p] = MIPS_BRANCH_C ("b%C1z", "%2,%0"); 14278 branch[inverted_p] = MIPS_BRANCH_C ("b%N1z", "%2,%0"); 14282 branch[!inverted_p] = MIPS_BRANCH_C ("b%C1", "%2,%3,%0"); 14283 branch[inverted_p] = MIPS_BRANCH_C ("b%N1", "%2,%3,%0") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 14058 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of 14064 bool inverted_p) 14075 branch[!inverted_p] = "%*b%C1z%:\t%2,%0"; 14076 branch[inverted_p] = "%*b%N1z%:\t%2,%0"; 14080 branch[!inverted_p] = "%*b%C1z\t%2,%0%/"; 14081 branch[inverted_p] = "%*b%N1z\t%2,%0%/"; 14088 branch[!inverted_p] = MIPS_BRANCH_C ("b%C1z", "%2,%0"); 14089 branch[inverted_p] = MIPS_BRANCH_C ("b%N1z", "%2,%0"); 14093 branch[!inverted_p] = MIPS_BRANCH_C ("b%C1", "%2,%3,%0"); 14094 branch[inverted_p] = MIPS_BRANCH_C ("b%N1", "%2,%3,%0") [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| iq2000.cc | 2317 If INVERTED_P is nonzero we are to branch if the condition does 2327 int inverted_p, int length) 2407 inverted_p ? inverted_comp : comp); 2410 inverted_p ? inverted_comp : comp, 2453 inverted_p ? comp : inverted_comp, 2457 inverted_p ? comp : inverted_comp,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 2320 If INVERTED_P is nonzero we are to branch if the condition does 2330 int inverted_p, int length) 2410 inverted_p ? inverted_comp : comp); 2413 inverted_p ? inverted_comp : comp, 2456 inverted_p ? comp : inverted_comp, 2460 inverted_p ? comp : inverted_comp,
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch.cc | 7190 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of 7196 bool inverted_p) 7201 branch[!inverted_p] = LARCH_BRANCH ("b%C1z", "%2,%0"); 7202 branch[inverted_p] = LARCH_BRANCH ("b%N1z", "%2,%0"); 7206 branch[!inverted_p] = LARCH_BRANCH ("b%C1", "%2,%z3,%0"); 7207 branch[inverted_p] = LARCH_BRANCH ("b%N1", "%2,%z3,%0"); 7216 OPERANDS[1] if !INVERTED_P, otherwise it is the inverse of 7222 bool inverted_p) 7239 inverted_p = !inverted_p; [all...] |