Lines Matching refs:PendingLocs
4779 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs(); in CC_LoongArch() local
4783 assert(PendingLocs.size() == PendingArgFlags.size() && in CC_LoongArch()
4788 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) { in CC_LoongArch()
4791 PendingLocs.push_back( in CC_LoongArch()
4802 PendingLocs.size() <= 2) { in CC_LoongArch()
4803 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()"); in CC_LoongArch()
4806 CCValAssign VA = PendingLocs[0]; in CC_LoongArch()
4808 PendingLocs.clear(); in CC_LoongArch()
4835 if (!PendingLocs.empty()) { in CC_LoongArch()
4837 assert(PendingLocs.size() > 2 && "Unexpected PendingLocs.size()"); in CC_LoongArch()
4838 for (auto &It : PendingLocs) { in CC_LoongArch()
4845 PendingLocs.clear(); in CC_LoongArch()