Searched defs:Simplified (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 381 bool Simplified = false; in simplifyCode() local 1226 bool Simplified = false; in eliminateRedundantTOCSaves() local 1267 bool Simplified = false; in eliminateRedundantCompare() local
|
H A D | PPCInstrInfo.cpp | 3752 bool Simplified = false; in combineRLWINM() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 47 Simplified, // Use one table per function type, with types projected enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 1091 if (auto Simplified = checkExprResults(E, I, V)) { in createBinaryExpression() local 1175 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1184 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1190 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1195 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1200 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1215 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 821 SmallPtrSet<Instruction*,16> &Simplified, in pushIVUsers() 885 SmallPtrSet<Instruction*,16> Simplified; in simplifyUsers() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 437 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in ThreadBinOpOverSelect() local 3908 auto PreventSelfSimplify = [V](Value *Simplified) { in SimplifyWithOpReplaced() 5997 bool Simplified = false; in replaceAndRecursivelySimplifyImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 608 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); in SimplifyDemandedBits() local 2315 bool Simplified = in SimplifyDemandedVectorElts() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 38388 bool Simplified = false; in SimplifyDemandedVectorEltsForTargetShuffle() local
|