Lines Matching defs:PendingLocs
4779 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs();
4783 assert(PendingLocs.size() == PendingArgFlags.size() &&
4784 "PendingLocs and PendingArgFlags out of sync");
4788 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) {
4791 PendingLocs.push_back(
4802 PendingLocs.size() <= 2) {
4803 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()");
4806 CCValAssign VA = PendingLocs[0];
4808 PendingLocs.clear();
4833 // If we reach this point and PendingLocs is non-empty, we must be at the
4835 if (!PendingLocs.empty()) {
4837 assert(PendingLocs.size() > 2 && "Unexpected PendingLocs.size()");
4838 for (auto &It : PendingLocs) {
4845 PendingLocs.clear();