Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4868 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local
6160 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local
6204 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6212 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6335 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6367 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6378 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6403 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6437 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6468 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp338 unsigned NumGPRs = 0; in homogeneousPrologEpilog() local
343 if (NumGPRs % 2 != 0) in homogeneousPrologEpilog()
348 ++NumGPRs; in homogeneousPrologEpilog()