Home
last modified time | relevance | path

Searched refs:RegResult (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp179 ArrayRef<MCPhysReg> RegResult = State.AllocateRegBlock( in CC_AArch64_Custom_Block() local
181 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp231 ArrayRef<MCPhysReg> RegResult = in CC_ARM_AAPCS_Custom_Aggregate() local
233 if (!RegResult.empty()) { in CC_ARM_AAPCS_Custom_Aggregate()
234 for (const auto &[PendingMember, Reg] : zip(PendingMembers, RegResult)) { in CC_ARM_AAPCS_Custom_Aggregate()