HomeSort by: relevance | last modified time | path
    Searched refs:Simplified (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 381 bool Simplified = false;
406 Simplified = true;
474 Simplified |= TII->onlyFoldImmediate(UseMI, MI, MIDestReg);
550 Simplified = true;
580 Simplified = true;
592 Simplified = true;
604 Simplified = true;
613 Simplified = true;
658 Simplified = true;
675 Simplified = true
    [all...]
PPCInstrInfo.cpp 3752 bool Simplified = false;
3758 Simplified = true;
3793 Simplified = true;
3815 if (Simplified & MRI->use_nodbg_empty(FoldingReg) &&
3824 return Simplified;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 47 Simplified, // Use one table per function type, with types projected
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 135 STATISTIC(NumGVNOpsSimplified, "Number of Expressions simplified");
1091 if (auto Simplified = checkExprResults(E, I, V)) {
1092 addAdditionalUsers(Simplified, I);
1093 return Simplified.Expr;
1108 LLVM_DEBUG(dbgs() << "Simplified " << *I << " to "
1117 LLVM_DEBUG(dbgs() << "Simplified " << *I << " to "
1130 LLVM_DEBUG(dbgs() << "Simplified " << *I << " to "
1175 if (auto Simplified = checkExprResults(E, I, V))
1176 return Simplified;
1184 if (auto Simplified = checkExprResults(E, I, V)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 256 LLVM_DEBUG(dbgs() << "INDVARS: Simplified comparison: " << *ICmp << '\n');
329 LLVM_DEBUG(dbgs() << "INDVARS: Simplified sdiv: " << *SDiv << '\n');
345 LLVM_DEBUG(dbgs() << "INDVARS: Simplified srem: " << *Rem << '\n');
354 LLVM_DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
368 LLVM_DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
821 SmallPtrSet<Instruction*,16> &Simplified,
829 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
840 if (!Simplified.insert(UI).second)
885 SmallPtrSet<Instruction*,16> Simplified;
893 pushIVUsers(CurrIV, L, Simplified, SimpleIVUsers)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 14 // simplified: This is usually true and assuming it simplifies the logic (if
15 // they have not been simplified then results are correct but maybe suboptimal).
154 // %cmp simplified to the select condition (%cond).
182 /// We know comparison with both branches of select can be simplified, but they
188 // If the false value simplified to false, then the result of the compare
190 // value simplified to false and the true value to true, returning "Cond".
194 // If the true value simplified to true, then the result of the compare
199 // Finally, if the false value simplified to true and the true value to
415 // If they simplified to the same value, then return the common value.
420 // If one branch simplified to undef, return the other one
    [all...]
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 166 Simplified and commented overly complex PERL REGEXPs for readability
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 608 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO);
609 if (Simplified) {
613 return Simplified;
894 /// simplify Op, create a new simplified DAG node and return true, returning the
952 // If this is the root being simplified, allow it to have multiple uses,
2315 bool Simplified =
2317 if (Simplified) {
2322 return Simplified;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 5671 /// simplified by widening the elements being shuffled.
14845 // FIXME: This operation could almost certainly be simplified dramatically to
16421 "Completely undef shuffle mask should have been simplified already");
18149 // Returns the shift amount if possible or -1 if not. This is a simplified
    [all...]

Completed in 78 milliseconds