Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp642 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const { in createHvxPrefixPred() argument
659 unsigned Scale = HwLen / (PredTy.getVectorNumElements() * BitBytes); in createHvxPrefixPred()
660 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred()
701 while (Bytes < BitBytes) { in createHvxPrefixPred()
720 assert(Bytes == BitBytes); in createHvxPrefixPred()
760 unsigned BitBytes = HwLen / VecLen; in buildHvxVectorPred() local
767 for (unsigned B = 0; B != BitBytes; ++B) in buildHvxVectorPred()
965 unsigned BitBytes = HwLen / VecTy.getVectorNumElements(); in extractHvxSubvectorPred() local
966 unsigned Offset = Idx * BitBytes; in extractHvxSubvectorPred()
1002 Mask.push_back(Offset + i*BitBytes); in extractHvxSubvectorPred()
[all …]
DHexagonISelLowering.h437 unsigned BitBytes, bool ZeroFill,