Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp881 while (Bytes < BitBytes) { in createHvxPrefixPred()
900 assert(Bytes == BitBytes); in createHvxPrefixPred()
940 unsigned BitBytes = HwLen / VecLen; in buildHvxVectorPred() local
947 for (unsigned B = 0; B != BitBytes; ++B) in buildHvxVectorPred()
1145 unsigned BitBytes = HwLen / VecTy.getVectorNumElements(); in extractHvxSubvectorPred() local
1146 unsigned Offset = Idx * BitBytes; in extractHvxSubvectorPred()
1182 Mask.push_back(Offset + i*BitBytes); in extractHvxSubvectorPred()
1299 unsigned BitBytes = HwLen / VecLen; in insertHvxSubvectorPred() local
1542 unsigned BitBytes = HwLen / VecTy.getVectorNumElements(); in LowerHvxConcatVectors() local
1546 SDValue P = createHvxPrefixPred(V, dl, BitBytes, true, DAG); in LowerHvxConcatVectors()
[all …]
H A DHexagonISelLowering.h434 unsigned BitBytes, bool ZeroFill,