Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp4628 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
4631 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
5888 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5899 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
5934 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
5942 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
6075 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
6107 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
6118 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
6150 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
[all …]