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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3185 const unsigned NumGPRs = array_lengthof(GPR_32); local
3221 if (GPR_idx != NumGPRs) {
3260 if (GPR_idx != NumGPRs) {
3279 if (GPR_idx != NumGPRs) {
3299 if (GPR_idx != NumGPRs) {
3306 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){
3319 if (GPR_idx != NumGPRs)
3321 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 &&
3347 if (GPR_idx != NumGPRs)
3366 if (GPR_idx == NumGPRs)
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2490 unsigned NumGPRs; local
2492 NumGPRs = ARM::R4 - CCInfo.getFirstByValReg();
2498 NumGPRs = (firstUnalloced <= 3) ? (4 - firstUnalloced) : 0;
2502 VARegSize = NumGPRs * 4;

Completed in 272 milliseconds