Searched defs:RawMask (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 26 SmallVectorImpl<uint64_t> &RawMask) { in extractConstantMask() 122 SmallVector<uint64_t, 64> RawMask; in DecodePSHUFBMask() local 161 SmallVector<uint64_t, 16> RawMask; in DecodeVPERMILPMask() local 198 SmallVector<uint64_t, 8> RawMask; in DecodeVPERMIL2PMask() local 252 SmallVector<uint64_t, 16> RawMask; in DecodeVPPERMMask() local 305 SmallVector<uint64_t, 64> RawMask; in DecodeVPERMVMask() local 331 SmallVector<uint64_t, 64> RawMask; in DecodeVPERMV3Mask() local
|
D | X86ISelLowering.cpp | 6499 SmallVectorImpl<uint64_t> &RawMask, in getTargetShuffleMaskIndices() 6598 SmallVector<uint64_t, 32> RawMask; in getTargetShuffleMask() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.cpp | 306 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodePSHUFBMask() 338 void DecodeVPPERMMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPPERMMask() 493 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMILPMask() 515 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMIL2PMask() 560 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMVMask() 574 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMV3Mask()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 8610 static inline T RawMask() in RawMask() function 8645 static inline T RawMask() in RawMask() function
|