Home
last modified time | relevance | path

Searched refs:IVChain (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopStrengthReduce/
H A D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1861 struct IVChain { struct
1865 IVChain() = default;
1866 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() function
1946 SmallVector<IVChain, MaxChains> IVChainVec;
1958 void FinalizeChain(IVChain &Chain);
2830 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2930 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2985 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3118 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5544 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1857 struct IVChain { struct
1861 IVChain() = default;
1862 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() function
1942 SmallVector<IVChain, MaxChains> IVChainVec;
1954 void FinalizeChain(IVChain &Chain);
2825 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2918 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2973 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3106 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5527 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1867 struct IVChain { struct
1871 IVChain() = default;
1872 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() argument
1951 SmallVector<IVChain, MaxChains> IVChainVec;
1963 void FinalizeChain(IVChain &Chain);
2918 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2973 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2995 IVChain::const_iterator IncEnd = Chain.Incs.end(); in ChainInstruction()
3106 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5473 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1858 struct IVChain { struct
1862 IVChain() = default;
1863 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() argument
1943 SmallVector<IVChain, MaxChains> IVChainVec;
1955 void FinalizeChain(IVChain &Chain);
2827 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2919 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2974 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3107 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5533 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1857 struct IVChain { struct
1861 IVChain() = default;
1862 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() argument
1942 SmallVector<IVChain, MaxChains> IVChainVec;
1954 void FinalizeChain(IVChain &Chain);
2825 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2918 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2973 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3106 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5527 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1867 struct IVChain { struct
1871 IVChain() = default;
1872 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() function
1951 SmallVector<IVChain, MaxChains> IVChainVec;
1963 void FinalizeChain(IVChain &Chain);
2918 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2973 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2995 IVChain::const_iterator IncEnd = Chain.Incs.end(); in ChainInstruction()
3106 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5473 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1867 struct IVChain { struct
1871 IVChain() = default;
1872 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() argument
1951 SmallVector<IVChain, MaxChains> IVChainVec;
1963 void FinalizeChain(IVChain &Chain);
2918 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2973 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2995 IVChain::const_iterator IncEnd = Chain.Incs.end(); in ChainInstruction()
3106 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5473 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1858 struct IVChain { struct
1862 IVChain() = default;
1863 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() function
1943 SmallVector<IVChain, MaxChains> IVChainVec;
1955 void FinalizeChain(IVChain &Chain);
2827 static bool isProfitableChain(IVChain &Chain, in isProfitableChain()
2919 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2974 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3107 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5533 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1864 struct IVChain { struct
1868 IVChain() = default;
1869 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() argument
1948 SmallVector<IVChain, MaxChains> IVChainVec;
1960 void FinalizeChain(IVChain &Chain);
2915 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2970 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2992 IVChain::const_iterator IncEnd = Chain.Incs.end(); in ChainInstruction()
3103 void LSRInstance::FinalizeChain(IVChain &Chain) { in FinalizeChain()
5467 for (const IVChain &Chain : IVChainVec) { in ImplementSolution()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1843 struct IVChain {
1847 IVChain() = default;
1848 IVChain(const IVInc &Head, const SCEV *Base)
1924 SmallVector<IVChain, MaxChains> IVChainVec;
1936 void FinalizeChain(IVChain &Chain);
2890 IVChain &Chain = IVChainVec[ChainIdx];
2945 IVChain &Chain = IVChainVec[ChainIdx];
2967 IVChain::const_iterator IncEnd = Chain.Incs.end();
3078 void LSRInstance::FinalizeChain(IVChain &Chain) {
5338 for (const IVChain &Chain : IVChainVec) {
[all …]

12