Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h154 const unsigned VectorBits = 128; variable
158 const unsigned VectorBytes = VectorBits / 8;
H A DSystemZISelLowering.cpp826 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
839 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
868 IntBits <<= (SystemZ::VectorBits - IntImm.getBitWidth()); in SystemZVectorConstantInfo()
5555 SystemZ::VectorBits / InBits); in insertUnpackIfPrepared()
5559 SystemZ::VectorBits / OutBits); in insertUnpackIfPrepared()
5967 SystemZ::VectorBits / FromBits); in lowerSIGN_EXTEND_VECTOR_INREG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h309 unsigned VectorBits = NumElements.getFixedValue() * ElementBits; in isLegalBroadcastLoad() local
310 return VectorBits >= 64; in isLegalBroadcastLoad()
H A DAArch64ISelLowering.cpp21463 SDValue VectorBits = vectorToScalarBitmask(VecOp.getNode(), DAG); in combineBoolVectorAndTruncateStore() local
21464 if (!VectorBits) in combineBoolVectorAndTruncateStore()
21469 SDValue ExtendedBits = DAG.getZExtOrTrunc(VectorBits, DL, StoreVT); in combineBoolVectorAndTruncateStore()
24353 SDValue VectorBits = vectorToScalarBitmask(Op.getNode(), DAG); in replaceBoolVectorBitcast() local
24354 if (VectorBits) in replaceBoolVectorBitcast()
24355 Results.push_back(DAG.getZExtOrTrunc(VectorBits, DL, VT)); in replaceBoolVectorBitcast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h740 inline static unsigned computeVLMAX(unsigned VectorBits, unsigned EltSize, in computeVLMAX() argument
747 return ((VectorBits / EltSize) * MinSize) / RISCV::RVVBitsPerBlock; in computeVLMAX()
H A DRISCVTargetTransformInfo.cpp920 const unsigned VectorBits = *getVScaleForTuning() * RISCV::RVVBitsPerBlock; in getEstimatedVLFor() local
921 return RISCVTargetLowering::computeVLMAX(VectorBits, EltSize, MinSize); in getEstimatedVLFor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5555 uint64_t VectorBits = VectorVT.getSizeInBits(); in PerformEXTRACTCombine() local
5557 if (!(VectorBits == 16 || VectorBits == 32 || VectorBits == 64)) in PerformEXTRACTCombine()
5565 MVT IVT = MVT::getIntegerVT(VectorBits); in PerformEXTRACTCombine()