Searched refs:LastIdx (Results 1 – 8 of 8) sorted by relevance
169 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local170 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
590 SlotIndex LastIdx = in prepareInsertion() local592 SlotIndex Idx = PreferLast ? LastIdx : FirstIdx; in prepareInsertion()607 if (Next > LastIdx) in prepareInsertion()
1751 for (unsigned LastIdx = 0, Idx = 1, Size = Factors.size(); in buildMinimalMultiplyDAG() local1753 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG()1754 LastIdx = Idx; in buildMinimalMultiplyDAG()1762 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()1766 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG()1770 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()1774 LastIdx = Idx; in buildMinimalMultiplyDAG()
561 SlotIndex LastIdx; in shrinkToUses() local576 if (Idx == LastIdx) in shrinkToUses()578 LastIdx = Idx; in shrinkToUses()
388 const uint64_t LastIdx = CurrentIdx + NumAddrSpace; in executeMatchTable() local408 CurrentIdx = LastIdx; in executeMatchTable()
1302 unsigned LastIdx = 0; in getValueBits() local1312 LHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits()1315 RHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits()1331 LastIdx = Bits[i].getValueBitIndex(); in getValueBits()1335 LastIdx = 0; in getValueBits()
5394 unsigned LastIdx = BaseNode->getNumOperands() - NumOpsPerField; in getFieldNodeFromTBAABaseNode() local5396 BaseNode->getOperand(LastIdx + 1)); in getFieldNodeFromTBAABaseNode()5398 return cast<MDNode>(BaseNode->getOperand(LastIdx)); in getFieldNodeFromTBAABaseNode()
8864 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOpPart() argument8868 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOpPart()8869 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx && in isHorizontalBinOpPart()8875 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOpPart()