Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DType.cpp638 unsigned MinNumElts) { in get() argument
639 assert(MinNumElts > 0 && "#Elements of a VectorType must be greater than 0"); in get()
644 auto EC = ElementCount::getScalable(MinNumElts); in get()
651 Entry = new (pImpl->Alloc) ScalableVectorType(ElementType, MinNumElts); in get()
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h603 ScalableVectorType(Type *ElTy, unsigned MinNumElts) in ScalableVectorType() argument
604 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
607 static ScalableVectorType *get(Type *ElementType, unsigned MinNumElts);
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3860 unsigned MinNumElts = std::min(WidenNumElts, InNumElts); in ModifyToType() local
3862 for (Idx = 0; Idx < MinNumElts; ++Idx) in ModifyToType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp5216 unsigned MinNumElts = std::min(WidenNumElts, InNumElts); in ModifyToType() local
5218 for (Idx = 0; Idx < MinNumElts; ++Idx) in ModifyToType()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp5333 unsigned MinNumElts = std::min(WidenNumElts, InNumElts); in ModifyToType() local
5335 for (Idx = 0; Idx < MinNumElts; ++Idx) in ModifyToType()