Home
last modified time | relevance | path

Searched refs:NewVecC (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp361 Value *NewVecC = nullptr; in createTileDPLoops() local
409 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
450 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
458 Value *NewEltC = B.CreateExtractElement(NewVecC, IdxC); in createTileDPLoops()
461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()
462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
463 VecCPhiColLoop->addIncoming(NewVecC, ColLoopLatch); in createTileDPLoops()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp361 Value *NewVecC = nullptr; in createTileDPLoops() local
409 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
450 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
458 Value *NewEltC = B.CreateExtractElement(NewVecC, IdxC); in createTileDPLoops()
461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()
462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
463 VecCPhiColLoop->addIncoming(NewVecC, ColLoopLatch); in createTileDPLoops()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp361 Value *NewVecC = nullptr; in createTileDPLoops() local
409 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
450 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
458 Value *NewEltC = B.CreateExtractElement(NewVecC, IdxC); in createTileDPLoops()
461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()
462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
463 VecCPhiColLoop->addIncoming(NewVecC, ColLoopLatch); in createTileDPLoops()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp361 Value *NewVecC = nullptr; in createTileDPLoops() local
409 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
450 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
458 Value *NewEltC = B.CreateExtractElement(NewVecC, IdxC); in createTileDPLoops()
461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()
462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
463 VecCPhiColLoop->addIncoming(NewVecC, ColLoopLatch); in createTileDPLoops()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp361 Value *NewVecC = nullptr; in createTileDPLoops() local
409 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
450 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
458 Value *NewEltC = B.CreateExtractElement(NewVecC, IdxC); in createTileDPLoops()
461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()
462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
463 VecCPhiColLoop->addIncoming(NewVecC, ColLoopLatch); in createTileDPLoops()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp361 Value *NewVecC = nullptr; in createTileDPLoops() local
409 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
450 NewVecC = B.CreateInsertElement(VecCPhi, ResElt, IdxC); in createTileDPLoops()
458 Value *NewEltC = B.CreateExtractElement(NewVecC, IdxC); in createTileDPLoops()
461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()
462 VecCPhiRowLoop->addIncoming(NewVecC, RowLatch); in createTileDPLoops()
463 VecCPhiColLoop->addIncoming(NewVecC, ColLoopLatch); in createTileDPLoops()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp518 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
520 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DVectorCombine.cpp518 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
520 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp598 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
600 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp663 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
665 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp663 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
665 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp672 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
674 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DVectorCombine.cpp672 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
674 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp672 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
674 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp672 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
674 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp672 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
674 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp693 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local
695 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstructionCombining.cpp1432 NewVecC(VWidth, UndefValue::get(C->getType()->getScalarType())); in foldShuffledBinop() local
1438 Constant* NewCElt = NewVecC[ShMask[I]]; in foldShuffledBinop()
1443 NewVecC[ShMask[I]] = CElt; in foldShuffledBinop()
1447 Constant* NewC = ConstantVector::get(NewVecC); in foldShuffledBinop()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1442 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local
1448 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop()
1460 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()
1480 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1405 NewVecC(VWidth, UndefValue::get(C->getType()->getScalarType())); in foldShuffledBinop() local
1411 Constant *NewCElt = NewVecC[ShMask[I]]; in foldShuffledBinop()
1416 NewVecC[ShMask[I]] = CElt; in foldShuffledBinop()
1420 Constant *NewC = ConstantVector::get(NewVecC); in foldShuffledBinop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local
1544 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop()
1556 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()
1578 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local
1544 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop()
1556 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()
1578 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local
1544 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop()
1556 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()
1578 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1498 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local
1504 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop()
1516 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()
1536 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1561 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local
1567 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop()
1579 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()
1601 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()

123