Searched refs:ShufTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1848 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86extrq() local 1859 Builder.CreateBitCast(Op0, ShufTy), in simplifyX86extrq() 1860 ConstantAggregateZero::get(ShufTy), ShuffleMask); in simplifyX86extrq() 1925 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86insertq() local 1937 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy), in simplifyX86insertq() 1938 Builder.CreateBitCast(Op1, ShufTy), in simplifyX86insertq()
|
H A D | X86TargetTransformInfo.cpp | 5385 FixedVectorType *ShufTy; in getArithmeticReductionCost() local 5387 ShufTy = in getArithmeticReductionCost() 5390 ShufTy = in getArithmeticReductionCost() 5392 ReductionCost += getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, in getArithmeticReductionCost() 5396 FixedVectorType *ShufTy; in getArithmeticReductionCost() local 5398 ShufTy = in getArithmeticReductionCost() 5401 ShufTy = in getArithmeticReductionCost() 5403 ReductionCost += getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, in getArithmeticReductionCost() 5567 VectorType *ShufTy; in getMinMaxReductionCost() local 5569 ShufTy = in getMinMaxReductionCost() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2574 Type *ShufTy = VectorType::get(EltTy, NElts, TypeIsScalable); in getShuffleVector() local 2576 if (OnlyIfReducedTy == ShufTy) in getShuffleVector() 2583 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector() 2584 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 2530 VectorType *ShufTy = Shuf.getType(); in foldCastShuffle() local 2535 if (ShufTy->getElementCount().getKnownMinValue() > in foldCastShuffle() 2553 return CastInst::Create(CastOpcode, NewShuf, ShufTy); in foldCastShuffle()
|