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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp338 unsigned NumGPRs = 0; local
343 if (NumGPRs % 2 != 0)
348 ++NumGPRs;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4868 const unsigned NumGPRs = std::size(GPR); local
4871 const unsigned ParamAreaSize = NumGPRs * PtrByteSize;
6160 const unsigned NumGPRs = std::size(GPR); local
6170 unsigned ParamAreaSize = NumGPRs * PtrByteSize;
6204 if (NumGPRsUsed > NumGPRs)
6212 if (++NumGPRsUsed <= NumGPRs)
6335 GPR_idx = std::min(GPR_idx, NumGPRs);
6367 if (GPR_idx != NumGPRs) {
6378 if (GPR_idx == NumGPRs && Size < 8) {
6397 if ((NumGPRs
[all...]

Completed in 149 milliseconds