Home
last modified time | relevance | path

Searched refs:NewMaskElts (Results 1 – 19 of 19) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineVectorOps.cpp692 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
697 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
701 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
709 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineVectorOps.cpp732 SmallVector<Constant*, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
737 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
742 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
750 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp719 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
724 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
728 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
736 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp796 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
801 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
805 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
813 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp836 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
841 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
845 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
853 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp983 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
987 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
991 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
998 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp964 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
969 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
973 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
981 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1281 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1285 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1289 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1296 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp983 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
987 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
991 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
998 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp964 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
969 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
973 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
981 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp964 SmallVector<Constant *, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
969 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()
973 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
981 ConstantVector::get(NewMaskElts)); in foldConstantInsEltIntoShuffle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1281 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1285 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1289 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1296 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1281 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1285 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1289 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1296 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1341 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1345 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1349 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1356 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1341 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1345 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1349 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1356 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1341 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1345 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1349 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1356 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1370 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1374 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1378 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1389 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1341 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1345 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1349 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1356 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1341 SmallVector<int, 16> NewMaskElts(NumElts); in foldConstantInsEltIntoShuffle() local
1345 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()
1349 NewMaskElts[I] = Mask[I]; in foldConstantInsEltIntoShuffle()
1356 ConstantVector::get(NewShufElts), NewMaskElts); in foldConstantInsEltIntoShuffle()