Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h204 unsigned getVectorLength() const { in getVectorLength() function
225 unsigned HwLen = getVectorLength();
249 return getVectorLength(); in getTypeAlignment()
DHexagonISelLoweringHVX.cpp269 Ty.getSizeInBits() == 8 * Subtarget.getVectorLength(); in isHvxSingleTy()
275 Ty.getSizeInBits() == 16 * Subtarget.getVectorLength(); in isHvxPairTy()
349 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorReg()
404 assert(4*Words.size() == Subtarget.getVectorLength()); in buildHvxVectorReg()
427 unsigned HwLen = Subtarget.getVectorLength(); in createHvxPrefixPred()
519 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorPred()
615 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxElementPred()
640 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxElementReg()
676 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxElementPred()
693 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxSubvectorReg()
[all …]
DHexagonTargetTransformInfo.cpp110 return useHVX() ? ST.getVectorLength()*8 : 0; in getMinVectorRegisterBitWidth()
114 return (8 * ST.getVectorLength()) / ElemWidth; in getMinimumVF()
DHexagonVExtract.cpp81 V &= (HST->getVectorLength()-1) & -4u; in genElemLoad()
DHexagonISelDAGToDAGHVX.cpp809 HST(getHexagonSubtarget(G)), HwLen(HST.getVectorLength()) {} in HvxSelector()
2012 unsigned S = CN->getZExtValue() % HST.getVectorLength(); in selectRor()
DHexagonPatternsHVX.td19 return CurDAG->getTargetConstant(ST.getVectorLength()/2, SDLoc(N), MVT::i32);
DHexagonISelLowering.cpp1922 unsigned HwWidth = 8*Subtarget.getVectorLength(); in getPreferredVectorAction()
3100 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass()
/external/clang/lib/AST/
DAPValue.cpp140 RHS.getVectorLength()); in APValue()
285 for (unsigned i = 1; i != getVectorLength(); ++i) { in dump()
362 for (unsigned i = 1; i != getVectorLength(); ++i) { in printPretty()
DExprConstant.cpp1748 for (unsigned i = 0; i < SVal.getVectorLength(); i++) { in EvalAndBitcastToAPInt()
5959 unsigned vlen = v.getVectorLength(); in VisitInitListExpr()
/external/clang/include/clang/AST/
DAPValue.h260 assert(I < getVectorLength() && "Index out of range"); in getVectorElt()
266 unsigned getVectorLength() const { in getVectorLength() function
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1379 unsigned NumElts = Value.getVectorLength(); in EmitConstantValue()
/external/clang/lib/Sema/
DSemaChecking.cpp7080 for (unsigned i = 1, e = result.getVectorLength(); i != e; ++i) { in GetValueRange()
7362 for (unsigned i = 0, e = value.getVectorLength(); i != e; ++i) in IsSameFloatAfterCast()