Searched refs:RegResult (Results 1 – 2 of 2) sorted by relevance
179 ArrayRef<MCPhysReg> RegResult = State.AllocateRegBlock( in CC_AArch64_Custom_Block() local181 if (!RegResult.empty() && EltsPerReg == 1) { in CC_AArch64_Custom_Block()182 for (const auto &[It, Reg] : zip(PendingMembers, RegResult)) { in CC_AArch64_Custom_Block()188 } else if (!RegResult.empty()) { in CC_AArch64_Custom_Block()196 RegResult[RegIdx], MVT::i64, Info)); in CC_AArch64_Custom_Block()
231 ArrayRef<MCPhysReg> RegResult = in CC_ARM_AAPCS_Custom_Aggregate() local233 if (!RegResult.empty()) { in CC_ARM_AAPCS_Custom_Aggregate()234 for (const auto &[PendingMember, Reg] : zip(PendingMembers, RegResult)) { in CC_ARM_AAPCS_Custom_Aggregate()