Searched defs:RawMask (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 28 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
|
H A D | X86ISelLowering.cpp | 6873 SmallVectorImpl<uint64_t> &RawMask, in getTargetShuffleMaskIndices() 6978 SmallVector<uint64_t, 32> RawMask; in getTargetShuffleMask() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 291 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()
|