Lines Matching defs:BitBytes
994 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const {
1010 // Scale = BitBytes(PredV) / Given BitBytes.
1011 unsigned Scale = HwLen / (PredTy.getVectorNumElements() * BitBytes);
1012 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes;
1046 while (Bytes < BitBytes) {
1065 assert(Bytes == BitBytes);
1105 unsigned BitBytes = HwLen / VecLen;
1112 for (unsigned B = 0; B != BitBytes; ++B)
1306 unsigned BitBytes = HwLen / VecTy.getVectorNumElements();
1307 unsigned Offset = Idx * BitBytes;
1327 // vector predicate, a group of BitBytes bits will correspond to a single
1343 Mask.push_back(Offset + i*BitBytes);
1460 unsigned BitBytes = HwLen / VecLen;
1465 SDValue ByteSub = createHvxPrefixPred(SubV, dl, BitBytes, false, DAG);
1471 DAG.getConstant(BitBytes, dl, MVT::i32));
1743 unsigned BitBytes = HwLen / VecTy.getVectorNumElements();
1747 SDValue P = createHvxPrefixPred(V, dl, BitBytes, true, DAG);
1753 SDValue S = DAG.getConstant(HwLen - InpLen*BitBytes, dl, MVT::i32);