| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 650 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 D | ClangDocMain.cpp | 289 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 D | ReduceOperands.cpp | 27 if (Value *Reduced = ReduceValue(Op)) in extractOperandsFromModule() local 28 Op.set(Reduced); in extractOperandsFromModule()
|
| /llvm-project-15.0.7/mlir/test/Analysis/ |
| H A D | test-match-reduction.mlir | 9 // 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 D | pr31323.ll | 5 ; Reduced test case.
|
| H A D | callbr-asm-sink.ll | 5 ;; getelementptr don't get sunk below the callbr. (Reduced from a bug
|
| H A D | win64-funclet-preisel-intrinsics.ll | 10 ; Reduced IR generated from ObjC++ source:
|
| H A D | 2011-04-13-SchedCmpJmp.ll | 2 ; Reduced from JavaScriptCore
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | constexpr-vector-constainsundef-crash.ll | 4 ; Reduced test case from
|
| H A D | constexpr-vector-constainsundef-crash-inseltpoison.ll | 4 ; Reduced test case from
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | referenced-dynamically.s | 22 ## Reduced from lib/Support/PrettyStackTrace.cpp
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | safe-abs.ll | 4 ; Reduced from arm_abs_q31() from CMSIS DSP suite.
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | deduction.mm | 5 // Reduced from WebKit.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | reloc-align.ll | 5 ; satisfied for a given instruction encoding. Reduced from a test supplied
|
| /llvm-project-15.0.7/llvm/test/Transforms/IRCE/ |
| H A D | pr48051.ll | 4 ; Reduced from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26832
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | crash-greedy-v6.ll | 5 ; 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 D | remap.ll | 7 ; Reduced from branch.ll
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | cross-cu-scope.ll | 5 ; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
|
| H A D | simplify-cfg-preserve-dbg-values.ll | 6 ; Reduced from the following example, compiled with
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | pr47285-not-overwritten-on-all-exit-paths.ll | 6 ; Reduced test case for PR47285.
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 40 bool Reduced = false; member 295 II->Reduced = true; in Replace()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | misc-ps.m | 62 // 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 D | add-expr-pointer-operand-sorting.ll | 4 ; Reduced from test-suite/MultiSource/Benchmarks/MiBench/office-ispell/correct.c
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dbg-value-transfer-order.ll | 3 ; Reduced manually from C source:
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | UniquePtrTrivialAbi.rst | 62 * Reduced code-size.
|