Searched refs:ShufTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3322 FixedVectorType *ShufTy; local
3324 ShufTy =
3327 ShufTy =
3330 getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, 0, nullptr);
3333 FixedVectorType *ShufTy; local
3335 ShufTy =
3338 ShufTy =
3341 getShuffleCost(TTI::SK_PermuteSingleSrc, ShufTy, 0, nullptr);
3624 VectorType *ShufTy; local
3626 ShufTy
3634 FixedVectorType *ShufTy; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp843 auto *ShufTy = FixedVectorType::get(IntTy8, 16); local
854 Builder.CreateBitCast(Op0, ShufTy),
855 ConstantAggregateZero::get(ShufTy), ShuffleMask);
920 auto *ShufTy = FixedVectorType::get(IntTy8, 16); local
932 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy),
933 Builder.CreateBitCast(Op1, ShufTy),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2401 Type *ShufTy = VectorType::get(EltTy, NElts, TypeIsScalable); local
2403 if (OnlyIfReducedTy == ShufTy)
2410 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl;
2411 return pImpl->ExprConstants.getOrCreate(ShufTy, Key);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2369 Type *ShufTy = local
2371 Constant *Op2 = ValueList.getConstantFwdRef(Op2Idx, ShufTy);

Completed in 201 milliseconds