Searched defs:NumGPRSpills (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1156 unsigned NumGPRSpills = 0; local
1215 NumGPRSpills++;
1297 NumGPRSpills++;
1306 NumGPRSpills++;
1313 if (TargetAlign == 8 && (NumGPRSpills & 1)) {

Completed in 2346 milliseconds