Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp606 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local
613 Reduced = in rewriteCandidateWithBasis()
628 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis()
639 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy); in rewriteCandidateWithBasis()
641 Reduced = in rewriteCandidateWithBasis()
642 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
644 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
645 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType()); in rewriteCandidateWithBasis()
651 Reduced = Builder.CreateInBoundsGEP(nullptr, Basis.Ins, Bump); in rewriteCandidateWithBasis()
653 Reduced = Builder.CreateGEP(nullptr, Basis.Ins, Bump); in rewriteCandidateWithBasis()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp640 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local
648 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis()
662 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis()
674 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy); in rewriteCandidateWithBasis()
676 Reduced = in rewriteCandidateWithBasis()
677 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
679 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
680 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType()); in rewriteCandidateWithBasis()
686 Reduced = Builder.CreateInBoundsGEP( in rewriteCandidateWithBasis()
690 Reduced = Builder.CreateGEP( in rewriteCandidateWithBasis()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp653 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local
661 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis()
675 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis()
687 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy); in rewriteCandidateWithBasis()
689 Reduced = in rewriteCandidateWithBasis()
690 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
692 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
693 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType()); in rewriteCandidateWithBasis()
699 Reduced = Builder.CreateInBoundsGEP( in rewriteCandidateWithBasis()
703 Reduced = Builder.CreateGEP( in rewriteCandidateWithBasis()
[all …]
/external/llvm-project/clang-tools-extra/clang-doc/tool/
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()
/external/lzma/CPP/7zip/Bundles/Format7zR/
Dresource.rc3 MY_VERSION_INFO_DLL("7z Reduced Standalone Plugin", "7zr")
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
Dresource.rc3 MY_VERSION_INFO_DLL("7z Extracting Reduced Standalone Plugin", "7zxr")
/external/lzma/CPP/7zip/Bundles/Alone7z/
Dresource.rc3 MY_VERSION_INFO_APP("7-Zip Reduced Standalone Console", "7zr")
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr31323.ll5 ; Reduced test case.
Dcallbr-asm-sink.ll5 ;; getelementptr don't get sunk below the callbr. (Reduced from a bug
D2011-04-13-SchedCmpJmp.ll2 ; Reduced from JavaScriptCore
/external/llvm-project/llvm/test/Transforms/GVN/
Dconstexpr-vector-constainsundef-crash.ll4 ; Reduced test case from
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Dsafe-abs.ll4 ; Reduced from arm_abs_q31() from CMSIS DSP suite.
/external/llvm-project/clang/test/SemaObjCXX/
Ddeduction.mm5 // Reduced from WebKit.
/external/mesa3d/docs/relnotes/
D10.1.rst36 - Reduced memory usage for display lists.
D7.1.rst34 - Reduced dependencies between X server and Mesa
/external/clang/test/SemaObjCXX/
Ddeduction.mm5 // Reduced from WebKit.
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dreloc-align.ll5 ; satisfied for a given instruction encoding. Reduced from a test supplied
/external/llvm/test/CodeGen/PowerPC/
Dreloc-align.ll5 ; satisfied for a given instruction encoding. Reduced from a test supplied
/external/rust/crates/syn-mid/
DCHANGELOG.md59 - Reduced features.
/external/llvm/test/CodeGen/ARM/
Dcrash-greedy-v6.ll5 ; Reduced from 177.mesa. This test causes a live range split before an LDR_POST instruction.
/external/llvm-project/llvm/test/CodeGen/ARM/
Dcrash-greedy-v6.ll5 ; Reduced from 177.mesa. This test causes a live range split before an LDR_POST instruction.
/external/llvm-project/llvm/test/DebugInfo/
Dcross-cu-scope.ll5 ; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
/external/llvm-project/llvm/test/Transforms/SampleProfile/
Dremap.ll7 ; Reduced from branch.ll
/external/llvm/test/CodeGen/X86/
D2011-04-13-SchedCmpJmp.ll2 ; Reduced from JavaScriptCore
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dpr47285-not-overwritten-on-all-exit-paths.ll6 ; Reduced test case for PR47285.

1234