Searched refs:adjustForEndian (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 106 static unsigned adjustForEndian(const DataLayout &DL, unsigned VectorWidth, in adjustForEndian() function 210 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedLoad() 340 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedStore() 462 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedGather() 589 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedScatter() 700 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedExpandLoad() 815 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedCompressStore()
|