Home
last modified time | relevance | path

Searched refs:getKnownScalarFactor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h280 getKnownScalarFactor(const FixedOrScalableQuantity &RHS) const { in getKnownScalarFactor() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp563 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()
586 unsigned NumEltsWithPadding = OutSize.getKnownScalarFactor(EltSize); in PromoteIntRes_BITCAST()
2220 unsigned NumEltsWithPadding = NInSize.getKnownScalarFactor(EltSize); in PromoteIntOp_BITCAST()
H A DLegalizeVectorTypes.cpp7157 unsigned NewNumElts = InWidenSize.getKnownScalarFactor(Size); in WidenVecOp_BITCAST()
8254 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8172 unsigned TargetScaleFactor = PHISize.getKnownScalarFactor(ASize); in getScaledReductions()