Searched refs:ElemCount (Results 1 – 8 of 8) sorted by relevance
207 Value *ElemCount = ActiveLaneMask->getOperand(1); in IsSafeActiveMask() local209 if (!L->makeLoopInvariant(ElemCount, Changed)) in IsSafeActiveMask()212 auto *EC= SE->getSCEV(ElemCount); in IsSafeActiveMask()229 if ((ConstElemCount = dyn_cast<ConstantInt>(ElemCount))) { in IsSafeActiveMask()
161 ElementCount ElemCount);213 ElementCount ElemCount) { in convertEVLToMask() argument216 if (ElemCount.isScalable()) { in convertEVLToMask()218 Type *BoolVecTy = VectorType::get(Builder.getInt1Ty(), ElemCount); in convertEVLToMask()228 unsigned NumElems = ElemCount.getFixedValue(); in convertEVLToMask()513 ElementCount ElemCount = VPI.getStaticVectorLength(); in foldEVLIntoMask() local514 Value *VLMask = convertEVLToMask(Builder, OldEVLParam, ElemCount); in foldEVLIntoMask()
76 int64_t ElemCount = 1; in getMaxPreservedAlignment() local78 ElemCount = OpC->getZExtValue(); in getMaxPreservedAlignment()79 Offset = DL.getTypeAllocSize(GTI.getIndexedType()) * ElemCount; in getMaxPreservedAlignment()
334 auto ElemCount = VT->getElementCount(); in getStaticVectorLength() local335 return ElemCount; in getStaticVectorLength()
70 Type *getByteTy(int ElemCount = 0) const;73 Type *getBoolTy(int ElemCount = 0) const;427 int ElemCount = VecTy->getElementCount().getFixedValue(); in getMask() local428 return HVC.getFullValue(HVC.getBoolTy(ElemCount)); in getMask()940 assert(ElemCount >= 0); in getByteTy()942 if (ElemCount == 0) in getByteTy()944 return VectorType::get(ByteTy, ElemCount, /*Scalable*/ false); in getByteTy()948 assert(ElemCount >= 0); in getBoolTy()950 if (ElemCount == 0) in getBoolTy()1121 int ElemCount = Ty->getElementCount().getFixedValue(); in concat() local[all …]
435 unsigned ElemCount = ResultVT.getVectorNumElements(); in getMaskBroadcast() local436 MVT CmpVecTy = MVT::getVectorVT(ScalarBoolVT, ElemCount); in getMaskBroadcast()444 MVT BoolVecTy = MVT::getVectorVT(MVT::i1, ElemCount); in getMaskBroadcast()
533 if (Optional<uint64_t> ElemCount = in getTypeSize() local535 Size *= *ElemCount; in getTypeSize()
1879 int ElemCount = DetermineLexicalElementCount(PPBase); in lexically_relative() local1880 if (ElemCount < 0) in lexically_relative()1884 if (ElemCount == 0 && (PP.atEnd() || *PP == PATHSTR(""))) in lexically_relative()1891 while (ElemCount--) in lexically_relative()