Lines Matching defs:PendingLocs
19084 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs();
19088 assert(PendingLocs.size() == PendingArgFlags.size() &&
19089 "PendingLocs and PendingArgFlags out of sync");
19094 assert(PendingLocs.empty() && "Can't lower f64 if it is split");
19128 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) {
19131 PendingLocs.push_back(
19142 PendingLocs.size() <= 2) {
19143 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()");
19146 CCValAssign VA = PendingLocs[0];
19148 PendingLocs.clear();
19198 // If we reach this point and PendingLocs is non-empty, we must be at the
19200 if (!PendingLocs.empty()) {
19202 assert(PendingLocs.size() > 2 && "Unexpected PendingLocs.size()");
19204 for (auto &It : PendingLocs) {
19211 PendingLocs.clear();