Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4799 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
4826 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
4949 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
4981 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
4993 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
5025 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5060 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5090 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5126 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) { in LowerCall_64SVR4()
5235 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
[all …]