Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp994 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const { in createHvxPrefixPred() argument
1011 unsigned Scale = HwLen / (PredTy.getVectorNumElements() * BitBytes); in createHvxPrefixPred()
1012 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred()
1046 while (Bytes < BitBytes) { in createHvxPrefixPred()
1065 assert(Bytes == BitBytes); in createHvxPrefixPred()
1105 unsigned BitBytes = HwLen / VecLen; in buildHvxVectorPred() local
1112 for (unsigned B = 0; B != BitBytes; ++B) in buildHvxVectorPred()
1305 unsigned BitBytes = HwLen / VecTy.getVectorNumElements(); in extractHvxSubvectorPred() local
1306 unsigned Offset = Idx * BitBytes; in extractHvxSubvectorPred()
1342 Mask.push_back(Offset + i*BitBytes); in extractHvxSubvectorPred()
[all …]
H A DHexagonISelLowering.h499 unsigned BitBytes, bool ZeroFill,