Home
last modified time | relevance | path

Searched defs:RawMask (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp28 SmallVectorImpl<uint64_t> &RawMask) { in extractConstantMask()
124 SmallVector<uint64_t, 64> RawMask; in DecodePSHUFBMask() local
163 SmallVector<uint64_t, 16> RawMask; in DecodeVPERMILPMask() local
199 SmallVector<uint64_t, 8> RawMask; in DecodeVPERMIL2PMask() local
253 SmallVector<uint64_t, 16> RawMask; in DecodeVPPERMMask() local
DX86ISelLowering.cpp6874 SmallVectorImpl<uint64_t> &RawMask, in getTargetShuffleMaskIndices()
6979 SmallVector<uint64_t, 32> RawMask; in getTargetShuffleMask() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ShuffleDecode.cpp291 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodePSHUFBMask()
323 void DecodeVPPERMMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPPERMMask()
476 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMILPMask()
498 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMIL2PMask()
543 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMVMask()
557 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMV3Mask()