Searched defs:SVI (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp299 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(*UI); local
[all...]
H A DInterleavedLoadCombinePass.cpp670 ShuffleVectorInst *SVI; member in struct:__anon3485::VectorInfo
713 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(V); local
786 static bool computeFromSVI(ShuffleVectorInst *SVI, VectorInfo &Result, argument
1239 auto SVI = Builder.CreateShuffleVector(LI, UndefValue::get(LI->getType()), local
[all...]
H A DCodeGenPrepare.cpp6623 bool CodeGenPrepare::optimizeShuffleVectorInst(ShuffleVectorInst *SVI) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp815 bool ScalarizerVisitor::visitShuffleVectorInst(ShuffleVectorInst &SVI) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp292 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(V); local
H A DInstructionSimplify.cpp5630 auto *SVI = cast<ShuffleVectorInst>(I); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp829 lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, unsigned Factor) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1435 static bool isShuffleExtractingFromLHS(ShuffleVectorInst &SVI, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1808 static int getMaskElt(llvm::ShuffleVectorInst *SVI, unsigned Idx, argument
1912 llvm::ShuffleVectorInst *SVI = cast<llvm::ShuffleVectorInst>(Init); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2606 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9920 ShuffleVectorInst *SVI = Shuffles[i]; local
9974 lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, unsigned Factor) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18637 lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, unsigned Factor) const argument
[all...]

Completed in 428 milliseconds