Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZ.h154 const unsigned VectorBits = 128; variable
158 const unsigned VectorBytes = VectorBits / 8;
H A DSystemZISelLowering.cpp759 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
772 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
801 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DVectorize.h28 unsigned VectorBits; member
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h294 unsigned VectorBits = NumElements.getFixedValue() * ElementBits; in isLegalBroadcastLoad() local
295 return VectorBits >= 64; in isLegalBroadcastLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h582 inline static unsigned computeVLMAX(unsigned VectorBits, unsigned EltSize, in computeVLMAX() argument
589 return ((VectorBits / EltSize) * MinSize) / RISCV::RVVBitsPerBlock; in computeVLMAX()
H A DRISCVTargetTransformInfo.cpp994 const unsigned VectorBits = *getVScaleForTuning() * RISCV::RVVBitsPerBlock; in getEstimatedVLFor() local
995 return RISCVTargetLowering::computeVLMAX(VectorBits, EltSize, MinSize); in getEstimatedVLFor()