Home
last modified time | relevance | path

Searched refs:getVectorLength (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h217 unsigned getVectorLength() const { in getVectorLength() function
238 unsigned HwLen = getVectorLength();
262 return getVectorLength(); in getTypeAlignment()
H A DHexagonISelLoweringHVX.cpp349 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorReg()
497 unsigned HwLen = Subtarget.getVectorLength(); in createHvxPrefixPred()
589 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorPred()
685 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxElementPred()
746 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxElementPred()
763 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxSubvectorReg()
808 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxSubvectorPred()
873 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxSubvectorReg()
965 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxSubvectorPred()
1088 unsigned HwLen = Subtarget.getVectorLength(); in LowerHvxConcatVectors()
[all …]
H A DHexagonTargetTransformInfo.cpp110 return useHVX() ? ST.getVectorLength()*8 : 0; in getMinVectorRegisterBitWidth()
114 return (8 * ST.getVectorLength()) / ElemWidth; in getMinimumVF()
H A DHexagonVExtract.cpp81 V &= (HST->getVectorLength()-1) & -4u; in genElemLoad()
H A DHexagonISelDAGToDAGHVX.cpp814 HST(getHexagonSubtarget(G)), HwLen(HST.getVectorLength()) {} in HvxSelector()
2086 unsigned S = CN->getZExtValue() % HST.getVectorLength(); in selectRor()
H A DHexagonPatternsHVX.td19 return CurDAG->getTargetConstant(ST.getVectorLength()/2, SDLoc(N), MVT::i32);
H A DHexagonISelLowering.cpp1860 unsigned HwWidth = 8*Subtarget.getVectorLength(); in getPreferredVectorAction()
3078 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp182 RHS.getVectorLength()); in APValue()
327 for (unsigned i = 1; i != getVectorLength(); ++i) { in dump()
404 for (unsigned i = 1; i != getVectorLength(); ++i) { in printPretty()
H A DExprConstant.cpp2166 for (unsigned i = 0; i < SVal.getVectorLength(); i++) { in EvalAndBitcastToAPInt()
7070 unsigned vlen = v.getVectorLength(); in VisitInitListExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h320 assert(I < getVectorLength() && "Index out of range"); in getVectorElt()
326 unsigned getVectorLength() const { in getVectorLength() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1913 unsigned NumElts = Value.getVectorLength(); in tryEmitPrivate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp9637 for (unsigned i = 1, e = result.getVectorLength(); i != e; ++i) { in GetValueRange()
9921 for (unsigned i = 0, e = value.getVectorLength(); i != e; ++i) in IsSameFloatAfterCast()