Lines Matching refs:NumIntermediates
870 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument
881 NumIntermediates = (NumElts + 1) / 2; in getVectorTypeBreakdownForCallingConv()
882 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
888 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
889 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
896 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
897 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
904 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
905 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
911 NumIntermediates = NumElts * ((Size + 31) / 32); in getVectorTypeBreakdownForCallingConv()
912 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
917 Context, CC, VT, IntermediateVT, NumIntermediates, RegisterVT); in getVectorTypeBreakdownForCallingConv()