Lines Matching refs:PendingMembers
44 static bool finishStackBlock(SmallVectorImpl<CCValAssign> &PendingMembers, in finishStackBlock() argument
52 for (auto &It : PendingMembers) { in finishStackBlock()
59 PendingMembers.clear(); in finishStackBlock()
68 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Stack_Block() local
72 PendingMembers.push_back( in CC_AArch64_Custom_Stack_Block()
78 return finishStackBlock(PendingMembers, LocVT, ArgFlags, State, 8); in CC_AArch64_Custom_Stack_Block()
105 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Block() local
109 PendingMembers.push_back( in CC_AArch64_Custom_Block()
115 unsigned RegResult = State.AllocateRegBlock(RegList, PendingMembers.size()); in CC_AArch64_Custom_Block()
117 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block()
122 PendingMembers.clear(); in CC_AArch64_Custom_Block()
134 return finishStackBlock(PendingMembers, LocVT, ArgFlags, State, SlotAlign); in CC_AArch64_Custom_Block()