Lines Matching refs:NumIntermediates
977 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument
988 NumIntermediates = (NumElts + 1) / 2; in getVectorTypeBreakdownForCallingConv()
989 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
995 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
996 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1003 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
1004 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1011 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
1012 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1018 NumIntermediates = NumElts * ((Size + 31) / 32); in getVectorTypeBreakdownForCallingConv()
1019 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1024 Context, CC, VT, IntermediateVT, NumIntermediates, RegisterVT); in getVectorTypeBreakdownForCallingConv()