Lines Matching refs:PendingMembers
44 static bool finishStackBlock(SmallVectorImpl<CCValAssign> &PendingMembers, in finishStackBlock() argument
54 for (auto &It : PendingMembers) { in finishStackBlock()
61 PendingMembers.clear(); in finishStackBlock()
70 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Stack_Block() local
74 PendingMembers.push_back( in CC_AArch64_Custom_Stack_Block()
80 return finishStackBlock(PendingMembers, LocVT, ArgFlags, State, 8); in CC_AArch64_Custom_Stack_Block()
107 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Block() local
111 PendingMembers.push_back( in CC_AArch64_Custom_Block()
117 unsigned RegResult = State.AllocateRegBlock(RegList, PendingMembers.size()); in CC_AArch64_Custom_Block()
119 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block()
124 PendingMembers.clear(); in CC_AArch64_Custom_Block()
136 return finishStackBlock(PendingMembers, LocVT, ArgFlags, State, SlotAlign); in CC_AArch64_Custom_Block()