Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4760 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
6013 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
6057 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
6065 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6188 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6220 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6231 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6256 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6290 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6321 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
[all …]