/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | SimplifyInstructions.cpp | 34 if (Value *Simplified = simplifyInstruction(&Inst, Q)) { in extractInstrFromModule() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 153 if (Value *Simplified = SimplifiedValues.lookup(Op)) visitCastInst() local
|
H A D | InstructionSimplify.cpp | 442 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); threadBinOpOverSelect() local 4418 __anonfba50aa50c02(Value *Simplified) simplifyWithOpReplaced() argument 7200 bool Simplified = false; replaceAndRecursivelySimplifyImpl() local [all...] |
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | CNFFormula.cpp | 50 llvm::SmallVector<Literal> Simplified; in addClause() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 464 bool Simplified = false; simplifyCode() local 1584 bool Simplified = false; eliminateRedundantTOCSaves() local 1625 bool Simplified = false; eliminateRedundantCompare() local [all...] |
H A D | PPCInstrInfo.cpp | 3858 bool Simplified = false; combineRLWINM() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 1090 if (auto Simplified = checkExprResults(E, I, V)) { createBinaryExpression() local 1177 if (auto Simplified = checkExprResults(E, I, V)) createExpression() local 1186 if (auto Simplified = checkExprResults(E, I, V)) createExpression() local 1192 if (auto Simplified = checkExprResults(E, I, V)) createExpression() local 1197 if (auto Simplified = checkExprResults(E, I, V)) createExpression() local 1203 if (auto Simplified = checkExprResults(E, I, V)) createExpression() local 1218 if (auto Simplified = checkExprResults(E, I, V)) createExpression() local [all...] |
H A D | ConstraintElimination.cpp | 1727 bool Simplified = checkAndReplaceCondition( eliminateConstraints() local
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 47 Simplified, // Use one table per function type, with types projected enumerator
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 851 pushIVUsers(Instruction * Def,SmallPtrSet<Instruction *,16> & Simplified,SmallVectorImpl<std::pair<Instruction *,Instruction * >> & SimpleIVUsers) pushIVUsers() argument 914 SmallPtrSet<Instruction*,16> Simplified; simplifyUsers() local [all...] |
/llvm-project/polly/lib/Transform/ |
H A D | DeLICM.cpp | 148 isl::union_map Simplified = Relevant.gist_domain(RelevantDomain); in expandMapping() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 627 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); SimplifyDemandedBits() local 643 bool Simplified = SimplifyDemandedBits() local 2973 bool Simplified = SimplifyDemandedVectorElts() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3503 Value *Simplified = visitReturnInst() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 5137 if (SDValue Simplified = simplifyMul24(N, DCI)) PerformDAGCombine() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41803 bool Simplified = false; SimplifyDemandedVectorEltsForTargetShuffle() local [all...] |