Lines Matching defs:PendingLocs
5005 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs();
5009 assert(PendingLocs.size() == PendingArgFlags.size() &&
5010 "PendingLocs and PendingArgFlags out of sync");
5014 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) {
5017 PendingLocs.push_back(
5028 PendingLocs.size() <= 2) {
5029 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()");
5032 CCValAssign VA = PendingLocs[0];
5034 PendingLocs.clear();
5059 // If we reach this point and PendingLocs is non-empty, we must be at the
5061 if (!PendingLocs.empty()) {
5063 assert(PendingLocs.size() > 2 && "Unexpected PendingLocs.size()");
5064 for (auto &It : PendingLocs) {
5071 PendingLocs.clear();