Home
last modified time | relevance | path

Searched refs:VectorBits (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h153 const unsigned VectorBits = 128; variable
157 const unsigned VectorBytes = VectorBits / 8;
H A DSystemZISelLowering.cpp751 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
764 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
795 IntBits <<= (SystemZ::VectorBits - Width); in SystemZVectorConstantInfo()
4914 SystemZ::VectorBits / InBits); in insertUnpackIfPrepared()
4918 SystemZ::VectorBits / OutBits); in insertUnpackIfPrepared()
5326 SystemZ::VectorBits / FromBits); in lowerSIGN_EXTEND_VECTOR_INREG()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DVectorize.h28 unsigned VectorBits; member