Lines Matching refs:NumIntermediates
899 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument
915 NumIntermediates = (NumElts + 1) / 2; in getVectorTypeBreakdownForCallingConv()
916 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
922 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
923 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
930 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
931 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
938 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
939 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
945 NumIntermediates = NumElts * ((Size + 31) / 32); in getVectorTypeBreakdownForCallingConv()
946 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
951 Context, CC, VT, IntermediateVT, NumIntermediates, RegisterVT); in getVectorTypeBreakdownForCallingConv()