Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4997 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local
5000 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
6286 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local
6296 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
6330 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6338 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6461 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6493 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6504 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6523 if ((NumGPRs - GPR_idx) * PtrByteSize < Size) in LowerCall_64SVR4()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp394 unsigned NumGPRs = 0; in homogeneousPrologEpilog() local
399 if (NumGPRs % 2 != 0) in homogeneousPrologEpilog()
404 ++NumGPRs; in homogeneousPrologEpilog()