Searched refs:NumVectors (Results 1 – 2 of 2) sorted by relevance
221 NumVectors = 0; in makeScalar()226 NumVectors = 1; in makeOneVector()717 T.NumVectors = 1; in fromTypedefName()756 NumVectors = 1; in applyTypespec()830 NumVectors = 0; in applyModifier()837 NumVectors = 0; in applyModifier()852 NumVectors = 0; in applyModifier()857 NumVectors = 0; in applyModifier()862 NumVectors = 0; in applyModifier()867 NumVectors = 0; in applyModifier()[all …]
399 unsigned NumVectors = getNumVectorRegs(Ty); in getArithmeticInstrCost() local405 return NumVectors; in getArithmeticInstrCost()409 return (NumVectors * (SignedDivRem ? SDivPow2Cost : 1)); in getArithmeticInstrCost()429 return NumVectors; in getArithmeticInstrCost()443 return NumVectors; in getArithmeticInstrCost()497 unsigned NumVectors = getNumVectorRegs(Tp); in getShuffleCost() local505 return (Kind == TargetTransformInfo::SK_Broadcast ? NumVectors - 1 : 0); in getShuffleCost()512 return (Index == 0 ? 0 : NumVectors); in getShuffleCost()519 return NumVectors - 1; in getShuffleCost()524 return NumVectors; in getShuffleCost()