Searched refs:PendingLocs (Results 1 – 3 of 3) sorted by relevance
728 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs(); in CC_RISCV() local732 assert(PendingLocs.size() == PendingArgFlags.size() && in CC_RISCV()737 assert(!ArgFlags.isSplit() && PendingLocs.empty() && in CC_RISCV()759 if (ArgFlags.isSplit() || !PendingLocs.empty()) { in CC_RISCV()762 PendingLocs.push_back( in CC_RISCV()772 if (ArgFlags.isSplitEnd() && PendingLocs.size() <= 2) { in CC_RISCV()773 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()"); in CC_RISCV()776 CCValAssign VA = PendingLocs[0]; in CC_RISCV()778 PendingLocs.clear(); in CC_RISCV()790 if (!PendingLocs.empty()) { in CC_RISCV()[all …]
207 SmallVector<CCValAssign, 4> PendingLocs; variable500 return PendingLocs; in getPendingLocs()
203 SmallVector<CCValAssign, 4> PendingLocs; variable509 return PendingLocs; in getPendingLocs()