Lines Matching refs:PendingMembers
42 static bool finishStackBlock(SmallVectorImpl<CCValAssign> &PendingMembers, in finishStackBlock() argument
68 auto &It = PendingMembers[0]; in finishStackBlock()
86 PendingMembers.clear(); in finishStackBlock()
91 for (auto &It : PendingMembers) { in finishStackBlock()
98 PendingMembers.clear(); in finishStackBlock()
107 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Stack_Block() local
111 PendingMembers.push_back( in CC_AArch64_Custom_Stack_Block()
117 return finishStackBlock(PendingMembers, LocVT, ArgFlags, State, Align(8)); in CC_AArch64_Custom_Stack_Block()
150 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Block() local
154 PendingMembers.push_back( in CC_AArch64_Custom_Block()
164 RegList, alignTo(PendingMembers.size(), EltsPerReg) / EltsPerReg); in CC_AArch64_Custom_Block()
166 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block()
171 PendingMembers.clear(); in CC_AArch64_Custom_Block()
177 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block()
185 PendingMembers.clear(); in CC_AArch64_Custom_Block()
202 return finishStackBlock(PendingMembers, LocVT, ArgFlags, State, SlotAlign); in CC_AArch64_Custom_Block()