Searched refs:PendingLocs (Results 1 – 3 of 3) sorted by relevance
185 SmallVector<CCValAssign, 4> PendingLocs; variable 483 return PendingLocs; in getPendingLocs()
4779 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs(); in CC_LoongArch() local4783 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()[all …]
19084 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs(); in CC_RISCV() 19088 assert(PendingLocs.size() == PendingArgFlags.size() && in CC_RISCV() 19089 "PendingLocs and PendingArgFlags out of sync"); in CC_RISCV() 19094 assert(PendingLocs.empty() && "Can't lower f64 if it is split"); in CC_RISCV() 19128 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) { in CC_RISCV() 19131 PendingLocs.push_back( in CC_RISCV() 19142 PendingLocs.size() <= 2) { in CC_RISCV() 19143 assert(PendingLocs.size() == 2 && "Unexpected PendingLocs.size()"); in CC_RISCV() 19146 CCValAssign VA = PendingLocs[ in CC_RISCV() 19081 SmallVectorImpl<CCValAssign> &PendingLocs = State.getPendingLocs(); CC_RISCV() local [all...]