Home
last modified time | relevance | path

Searched refs:Reduced (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp650 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local
658 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis()
672 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis()
684 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy); in rewriteCandidateWithBasis()
685 Reduced = in rewriteCandidateWithBasis()
686 Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump, "", InBounds); in rewriteCandidateWithBasis()
687 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType()); in rewriteCandidateWithBasis()
692 Reduced = Builder.CreateGEP( in rewriteCandidateWithBasis()
701 Reduced->takeName(C.Ins); in rewriteCandidateWithBasis()
702 C.Ins->replaceAllUsesWith(Reduced); in rewriteCandidateWithBasis()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/
H A DClangDocMain.cpp289 auto Reduced = doc::mergeInfos(Infos); in main() local
290 if (!Reduced) { in main()
291 llvm::errs() << llvm::toString(Reduced.takeError()); in main()
295 doc::Info *I = Reduced.get().get(); in main()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp27 if (Value *Reduced = ReduceValue(Op)) in extractOperandsFromModule() local
28 Op.set(Reduced); in extractOperandsFromModule()
/llvm-project-15.0.7/mlir/test/Analysis/
H A Dtest-match-reduction.mlir9 // expected-remark@below {{Reduced Value: <block argument> of type 'f32' at index: 0}}
30 …// expected-remark@below {{Reduced Value: %1 = affine.load %arg0[%arg2, %arg3] : memref<256x512xf3…
66 // expected-remark@below {{Reduced Value: %2 = arith.subf %1, %arg2 : f32}}
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr31323.ll5 ; Reduced test case.
H A Dcallbr-asm-sink.ll5 ;; getelementptr don't get sunk below the callbr. (Reduced from a bug
H A Dwin64-funclet-preisel-intrinsics.ll10 ; Reduced IR generated from ObjC++ source:
H A D2011-04-13-SchedCmpJmp.ll2 ; Reduced from JavaScriptCore
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dconstexpr-vector-constainsundef-crash.ll4 ; Reduced test case from
H A Dconstexpr-vector-constainsundef-crash-inseltpoison.ll4 ; Reduced test case from
/llvm-project-15.0.7/lld/test/MachO/
H A Dreferenced-dynamically.s22 ## Reduced from lib/Support/PrettyStackTrace.cpp
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dsafe-abs.ll4 ; Reduced from arm_abs_q31() from CMSIS DSP suite.
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Ddeduction.mm5 // Reduced from WebKit.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dreloc-align.ll5 ; satisfied for a given instruction encoding. Reduced from a test supplied
/llvm-project-15.0.7/llvm/test/Transforms/IRCE/
H A Dpr48051.ll4 ; Reduced from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26832
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcrash-greedy-v6.ll5 ; Reduced from 177.mesa. This test causes a live range split before an LDR_POST instruction.
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dremap.ll7 ; Reduced from branch.ll
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dcross-cu-scope.ll5 ; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
H A Dsimplify-cfg-preserve-dbg-values.ll6 ; Reduced from the following example, compiled with
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dpr47285-not-overwritten-on-all-exit-paths.ll6 ; Reduced test case for PR47285.
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h40 bool Reduced = false; member
295 II->Reduced = true; in Replace()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps.m62 // Reduced test case from crash in <rdar://problem/6253157>
70 // Reduced test case from crash in PR 2796;
512 // Reduced from a crash involving the cast of an Objective-C symbolic region to
518 // Reduced from a crash in StoreManager::CastRegion involving a divide-by-zero.
526 // Reduced from a crash when analyzing Wine. This test handles loads from
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dadd-expr-pointer-operand-sorting.ll4 ; Reduced from test-suite/MultiSource/Benchmarks/MiBench/office-ispell/correct.c
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddbg-value-transfer-order.ll3 ; Reduced manually from C source:
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst62 * Reduced code-size.

12