Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4714 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
5948 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5992 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6000 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6123 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6155 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6166 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6198 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6232 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6260 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
[all …]