Home
last modified time | relevance | path

Searched refs:NumVectors (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp221 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 …]
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp399 unsigned NumVectors = getNumVectorRegs(Ty); in getArithmeticInstrCost() local
405 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() local
505 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()