Home
last modified time | relevance | path

Searched refs:Simplified (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DCNFFormula.cpp50 llvm::SmallVector<Literal> Simplified; in addClause() local
53 llvm::all_of(Simplified, [L](Literal S) { return S != L; })); in addClause()
67 Simplified.push_back(L); in addClause()
69 if (Simplified.empty()) { in addClause()
72 Formula.addClause(Simplified); in addClause()
75 if (Simplified.size() == 1) { in addClause()
77 const Literal lit = Simplified.front(); in addClause()
84 Formula.addClause(Simplified); in addClause()
/llvm-project/llvm/test/Transforms/Inline/AArch64/
H A Dselect.ll17 %select = select i1 %cond, i32 1, i32 %val ; Simplified to 1
105 %select = select i1 %cond, ptr %G2, ptr %G3 ; Simplified to %A[2]
108 ret i32 %load ; Simplified
125 ret i32 %load ; Simplified
142 ret i32 %load ; Simplified
198 %select = select i1 %cond, ptr %ptr1, ptr %ptr2 ; Simplified to @glbl
199 %cmp = icmp eq ptr %select, @glbl ; Simplified to true
214 %select = select <2 x i1> %cond, <2 x i32> %val1, < 2 x i32> %val2 ; Cannot be Simplified
218 ret <2 x i32> %select ; Simplified
230 %select = select i1 %cond, i32 %val1, i32 %val2 ; Simplified to %val1
[all …]
H A Dphi.ll21 %phi = phi i1 [0, %entry], [%phi, %if_true] ; Simplified to 0
70 %phi = phi i32 [0, %entry], [0, %if_true] ; Simplified to 0
96 %phi = phi i32 [0, %entry], [%val, %if_true] ; Simplified to 0
149 %phi = phi i32 [%val1, %entry], [%val2, %if_true] ; Simplified to 0
173 %phi = phi i32 [%val1, %entry], [%val2, %if_true] ; Simplified to 0
253 …%phi = phi i32 [0, %zero], [1, %one], [2, %two_true], [2, %two_false], [-1, %entry] ; Simplified t…
274 %phi = phi ptr [%A, %entry], [%phi, %if_true] ; Simplified to %A
322 %phi = phi ptr [%ptr, %entry], [%ptr, %if_true] ; Simplified to %A
396 %phi = phi ptr [%ptr1, %entry], [%ptr2, %if_true] ; Simplified to %A
421 %phi = phi ptr [%ptr1, %entry], [%ptr2, %if_true] ; Simplified to %A
[all …]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp463 bool Simplified = false; in simplifyCode()
501 Simplified = true; in simplifyCode()
609 Simplified |= Folded; in simplifyCode()
682 Simplified = true; in simplifyCode()
712 Simplified = true; in simplifyCode()
728 Simplified = true; in simplifyCode()
743 Simplified = true; in simplifyCode()
750 Simplified = true; in simplifyCode()
773 Simplified = true; in simplifyCode()
786 Simplified in simplifyCode()
464 bool Simplified = false; simplifyCode() local
1584 bool Simplified = false; eliminateRedundantTOCSaves() local
1625 bool Simplified = false; eliminateRedundantCompare() local
[all...]
H A DPPCInstrInfo.cpp3864 bool Simplified = false; in combineRLWINM()
3870 Simplified = true; in combineRLWINM()
3905 Simplified = true; in combineRLWINM()
3927 if (Simplified & MRI->use_nodbg_empty(FoldingReg) && in combineRLWINM()
3936 return Simplified; in instrHasImmForm()
3858 bool Simplified = false; combineRLWINM() local
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DSimplifyInstructions.cpp34 if (Value *Simplified = simplifyInstruction(&Inst, Q)) { in extractInstrFromModule() local
37 Inst.replaceAllUsesWith(Simplified); in extractInstrFromModule()
/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp129 if (Value *Simplified = SimplifiedValues.lookup(Op)) in visitLoad()
130 Op = Simplified; in visitLoad()
153 if (Value *Simplified = SimplifiedValues.lookup(Op)) visitCastInst() local
H A DInstructionSimplify.cpp397 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in threadBinOpOverSelect()
398 if (Simplified && Simplified->getOpcode() == unsigned(Opcode) && in threadBinOpOverSelect()
399 !Simplified->hasPoisonGeneratingFlags()) { in threadBinOpOverSelect()
406 if (Simplified->getOperand(0) == UnsimplifiedLHS && in threadBinOpOverSelect()
407 Simplified->getOperand(1) == UnsimplifiedRHS) in threadBinOpOverSelect()
408 return Simplified; in threadBinOpOverSelect()
409 if (Simplified->isCommutative() && in threadBinOpOverSelect()
410 Simplified->getOperand(1) == UnsimplifiedLHS && in threadBinOpOverSelect()
411 Simplified in threadBinOpOverSelect()
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/llvm/test/ExecutionEngine/JITLink/x86-64/
H A DLocalDependencyPropagation.s18 # CHECK: Simplified dependencies:
/llvm-project/llvm/test/CodeGen/X86/
H A Dfp128-extract.ll21 ; Simplified instruction pattern from the output of llvm before r289042,
H A Dwineh-coreclr.ll8 ; Simplified IR for pseudo-C# like the following:
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp84 SmallPtrSet<Instruction *, 16> &Simplified,
239 LLVM_DEBUG(dbgs() << "INDVARS: Simplified comparison: " << *ICmp << '\n'); in makeIVComparisonInvariant()
316 LLVM_DEBUG(dbgs() << "INDVARS: Simplified sdiv: " << *SDiv << '\n'); in eliminateSDiv()
333 LLVM_DEBUG(dbgs() << "INDVARS: Simplified srem: " << *Rem << '\n'); in replaceSRemWithURem()
342 LLVM_DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n'); in replaceRemWithNumerator()
357 LLVM_DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n'); in replaceRemWithNumeratorOrZero()
853 Instruction *Def, SmallPtrSet<Instruction *, 16> &Simplified, in pushIVUsers()
860 // If Def is a LoopPhi, it may not be in the Simplified set, so check for in pushIVUsers()
871 if (!Simplified.insert(UI).second) in pushIVUsers()
916 SmallPtrSet<Instruction*,16> Simplified; in simplifyUsers()
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/llvm/test/DebugInfo/
H A Dreturn-same-line-merge.ll3 ; Simplified from the following code:
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1129 if (auto Simplified = checkExprResults(E, I, V)) { in checkExprResults()
1130 addAdditionalUsers(Simplified, I); in checkExprResults()
1131 return Simplified.Expr; in checkExprResults()
1146 LLVM_DEBUG(dbgs() << "Simplified " << *I << " to " in createExpression()
1155 LLVM_DEBUG(dbgs() << "Simplified " << *I << " to " in createExpression()
1168 LLVM_DEBUG(dbgs() << "Simplified " << *I << " to " in createExpression()
1216 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()
1217 return Simplified; in createExpression()
1225 if (auto Simplified = checkExprResults(E, I, V)) in createAggregateValueExpression()
1226 return Simplified; in createAggregateValueExpression()
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 DConstraintElimination.cpp1816 bool Simplified = checkAndReplaceCondition( in eliminateConstraints()
1819 if (!Simplified && in eliminateConstraints()
1821 Simplified = in eliminateConstraints()
1825 Changed |= Simplified; in eliminateConstraints()
1727 bool Simplified = checkAndReplaceCondition( eliminateConstraints() local
/llvm-project/lld/test/wasm/
H A Dtls-non-shared-memory-basic.s1 # Simplified version of tls-non-shared-memory.s that does not reference
/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Dgep_with_bitcast.ll6 ; Simplified source code:
/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h47 Simplified, // Use one table per function type, with types projected enumerator
/llvm-project/polly/lib/Transform/
H A DDeLICM.cpp148 isl::union_map Simplified = Relevant.gist_domain(RelevantDomain); in expandMapping() local
149 Simplified = Simplified.coalesce(); in expandMapping()
150 return Simplified.intersect_domain(Universe); in expandMapping()
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Dsimplified-template-names-fail.s4 # CHECK: error: Simplified template DW_AT_name could not be reconstituted:
/llvm-project/llvm/test/Transforms/Coroutines/
H A Dcoro-debug-frame-variable-inlined.ll4 ; Simplified version from pr#75104.
/llvm-project/compiler-rt/lib/builtins/
H A DCMakeLists.txt43 # Simplified version of what's set in cmake/config-ix.cmake; not including
/llvm-project/mlir/docs/Rationale/
H A DRationaleSimplifiedPolyhedralForm.md174 ## Proposal: Simplified Polyhedral Form
/llvm-project/libcxx/docs/Status/
H A DCxx20Papers.csv55 "`P0356R5 <https://wg21.link/P0356R5>`__","Simplified partial function application","2018-11 (San Diego)","|Complete|","13",""
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3598 Value *Simplified = in handleUnreachableFrom()
3600 if (!Simplified) in handleUnreachableFrom()
3603 return ReturnInst::Create(RI.getContext(), Simplified); in handleUnreachableFrom()
3503 Value *Simplified = visitReturnInst() local

12