Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4575 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
4599 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
4721 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
4753 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
4765 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
4797 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
4832 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
4855 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
4891 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) { in LowerCall_64SVR4()
4999 if (GPR_idx == NumGPRs) in LowerCall_64SVR4()
[all …]