Searched refs:NeededArgGPRs (Results 1 – 2 of 2) sorted by relevance
246 NeededArgGPRs = 0; in detectFPCCEligibleStruct()260 NeededArgGPRs++; in detectFPCCEligibleStruct()264 NeededArgGPRs++; in detectFPCCEligibleStruct()392 int NeededArgGPRs = 0; in classifyArgumentType() local397 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()399 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()413 int NeededArgGPRs = 1; in classifyArgumentType() local417 NeededArgGPRs = 2; in classifyArgumentType()419 if (NeededArgGPRs > ArgGPRsLeft) { in classifyArgumentType()420 NeededArgGPRs = ArgGPRsLeft; in classifyArgumentType()[all …]
54 CharUnits &Field2Off, int &NeededArgGPRs,