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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10381 unsigned InRegCount = 0; local
10388 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
10390 if (InRegCount > 2) {

Completed in 66 milliseconds