Home
last modified time | relevance | path

Searched defs:SubMask (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp59 LaneBitmask SubMask = SubReg != 0 ? TRI.getSubRegIndexLaneMask(SubReg) in calculate() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp713 SmallBitVector SubMask(UseMask.size(), false); local
1571 static void addMask(SmallVectorImpl<int> &Mask, ArrayRef<int> SubMask, in addMask()
6717 SmallVector<int> SubMask{ArrayRef(ReusedMask).slice(K, Sz)}; in getReorderingData() local
12158 SmallVector<int> SubMask(EltsPerVector, PoisonMaskElem); in computeExtractCost() local
12219 ArrayRef<int> SubMask = ArrayRef(Mask).slice(Part * SliceSize, Limit); in estimateNodesPermuteCost() local
12564 ArrayRef<int> SubMask = Mask.slice(Part * SliceSize, Limit); in adjustExtracts() local
15233 SmallVector<int> SubMask; in tryToGatherExtractElements() local
15743 SmallVector<int> SubMask(std::next(Mask.begin(), Part * VL.size()), in isGatherShuffledSingleRegisterEntry() local
16608 MutableArrayRef<int> SubMask = Mask.slice(Part * SliceSize, Limit); in adjustExtracts() local
16649 ArrayRef<int> SubMask = in adjustExtracts() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp3270 APInt SubMask = APInt::getSplat(VWidth, APInt(2, 0x1)); in simplifyDemandedVectorEltsIntrinsic() local
H A DX86InstrInfo.cpp9006 unsigned SubMask = (1u << Scale) - 1; in AdjustBlendMask() local
9016 unsigned SubMask = (1u << Scale) - 1; in AdjustBlendMask() local
H A DX86ISelLowering.cpp6241 SmallVector<int, 64> SubMask; in getFauxShuffleMask() local
42637 SmallVector<int> SubMask, SubScaledMask; in combineTargetShuffle() local
58602 SmallVector<int, 64> SubMask; in combineConcatVectorOps() local
58626 SmallVector<int, 64> SubMask; in combineConcatVectorOps() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2322 ArrayRef<int> SubMask = Mask.slice(K, VF); in isOneUseSingleSourceMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1403 int SubMask[4] = {-1, -1, -1, -1}; in lowerVECTOR_SHUFFLE_VSHUF4I() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26132 ArrayRef<int> SubMask = Mask.slice(Begin, NumElemsPerConcat); in partitionShuffleOfConcats() local