Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9366 unsigned BWSz = DL->getTypeSizeInBits(ScalarTy); in getEntryCost() local
9371 if (BWSz > SrcBWSz) in getEntryCost()
9598 unsigned BWSz = DL->getTypeSizeInBits(ScalarTy); in getEntryCost() local
9599 if (BWSz == SrcBWSz) { in getEntryCost()
9601 } else if (BWSz < SrcBWSz) { in getEntryCost()
9604 assert(BWSz > SrcBWSz && "Invalid cast!"); in getEntryCost()
9607 assert(BWSz > SrcBWSz && "Invalid cast!"); in getEntryCost()
9938 unsigned BWSz = DL->getTypeSizeInBits(ScalarTy); in getEntryCost() local
9946 if (BWSz <= SrcBWSz) { in getEntryCost()
9947 if (BWSz < SrcBWS in getEntryCost()
10557 unsigned BWSz = It->second.first; getTreeCost() local
13102 unsigned BWSz = DL->getTypeSizeInBits(ScalarTy); vectorizeTree() local
13607 unsigned BWSz = DL->getTypeSizeInBits(ScalarTy); vectorizeTree() local
[all...]