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.cpp4982 const unsigned NumGPRs = std::size(GPR); in needStackSlotPassParameters() local
4985 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
6273 const unsigned NumGPRs = std::size(GPR); in LowerCall_64SVR4() local
6283 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
6317 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6325 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6448 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6480 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6491 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6510 if ((NumGPRs - GPR_idx) * PtrByteSize < Size) in LowerCall_64SVR4()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp363 unsigned NumGPRs = 0; in homogeneousPrologEpilog() local
368 if (NumGPRs % 2 != 0) in homogeneousPrologEpilog()
373 ++NumGPRs; in homogeneousPrologEpilog()