Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZ.h154 const unsigned VectorBits = 128; variable
158 const unsigned VectorBytes = VectorBits / 8;
H A DSystemZISelLowering.cpp756 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
769 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
798 IntBits <<= (SystemZ::VectorBits - IntImm.getBitWidth()); in SystemZVectorConstantInfo()
5154 SystemZ::VectorBits / InBits); in insertUnpackIfPrepared()
5158 SystemZ::VectorBits / OutBits); in insertUnpackIfPrepared()
5566 SystemZ::VectorBits / FromBits); in lowerSIGN_EXTEND_VECTOR_INREG()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DVectorize.h28 unsigned VectorBits; member
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h295 unsigned VectorBits = NumElements.getFixedValue() * ElementBits; in isLegalBroadcastLoad() local
296 return VectorBits >= 64; in isLegalBroadcastLoad()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h567 inline static unsigned computeVLMAX(unsigned VectorBits, unsigned EltSize, in computeVLMAX() argument
574 return ((VectorBits / EltSize) * MinSize) / RISCV::RVVBitsPerBlock; in computeVLMAX()