Lines Matching refs:NumIntermediates
1045 unsigned &NumIntermediates, MVT &RegisterVT) const { in getVectorTypeBreakdownForCallingConv() argument
1061 NumIntermediates = (NumElts + 1) / 2; in getVectorTypeBreakdownForCallingConv()
1062 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1068 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
1069 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1076 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
1077 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1084 NumIntermediates = NumElts; in getVectorTypeBreakdownForCallingConv()
1085 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1091 NumIntermediates = NumElts * ((Size + 31) / 32); in getVectorTypeBreakdownForCallingConv()
1092 return NumIntermediates; in getVectorTypeBreakdownForCallingConv()
1097 Context, CC, VT, IntermediateVT, NumIntermediates, RegisterVT); in getVectorTypeBreakdownForCallingConv()