Home
last modified time | relevance | path

Searched refs:ElemCount (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp207 Value *ElemCount = ActiveLaneMask->getOperand(1); in IsSafeActiveMask() local
209 if (!L->makeLoopInvariant(ElemCount, Changed)) in IsSafeActiveMask()
212 auto *EC= SE->getSCEV(ElemCount); in IsSafeActiveMask()
229 if ((ConstElemCount = dyn_cast<ConstantInt>(ElemCount))) { in IsSafeActiveMask()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp161 ElementCount ElemCount);
213 ElementCount ElemCount) { in convertEVLToMask() argument
216 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() local
514 Value *VLMask = convertEVLToMask(Builder, OldEVLParam, ElemCount); in foldEVLIntoMask()
/llvm-project-15.0.7/llvm/lib/IR/
H A DOperator.cpp76 int64_t ElemCount = 1; in getMaxPreservedAlignment() local
78 ElemCount = OpC->getZExtValue(); in getMaxPreservedAlignment()
79 Offset = DL.getTypeAllocSize(GTI.getIndexedType()) * ElemCount; in getMaxPreservedAlignment()
H A DIntrinsicInst.cpp334 auto ElemCount = VT->getElementCount(); in getStaticVectorLength() local
335 return ElemCount; in getStaticVectorLength()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp70 Type *getByteTy(int ElemCount = 0) const;
73 Type *getBoolTy(int ElemCount = 0) const;
427 int ElemCount = VecTy->getElementCount().getFixedValue(); in getMask() local
428 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 …]
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.cpp435 unsigned ElemCount = ResultVT.getVectorNumElements(); in getMaskBroadcast() local
436 MVT CmpVecTy = MVT::getVectorVT(ScalarBoolVT, ElemCount); in getMaskBroadcast()
444 MVT BoolVecTy = MVT::getVectorVT(MVT::i1, ElemCount); in getMaskBroadcast()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp533 if (Optional<uint64_t> ElemCount = in getTypeSize() local
535 Size *= *ElemCount; in getTypeSize()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1879 int ElemCount = DetermineLexicalElementCount(PPBase); in lexically_relative() local
1880 if (ElemCount < 0) in lexically_relative()
1884 if (ElemCount == 0 && (PP.atEnd() || *PP == PATHSTR(""))) in lexically_relative()
1891 while (ElemCount--) in lexically_relative()