Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp244 unsigned HwLen = Subtarget.getVectorLength(); in initializeHVXLowering()
277 unsigned HwLen = Subtarget.getVectorLength(); in getPreferredHvxVectorAction()
382 Ty.getSizeInBits() == 8 * Subtarget.getVectorLength(); in isHvxSingleTy()
388 Ty.getSizeInBits() == 16 * Subtarget.getVectorLength(); in isHvxPairTy()
403 if (VecTy.getSizeInBits() > 8*Subtarget.getVectorLength()) in allowsHvxMemoryAccess()
493 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorReg()
621 assert(4*Words.size() == Subtarget.getVectorLength()); in buildHvxVectorReg()
644 unsigned HwLen = Subtarget.getVectorLength(); in createHvxPrefixPred()
739 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorPred()
835 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxElementPred()
[all …]
DHexagonSubtarget.h274 unsigned getVectorLength() const { in getVectorLength() function
294 return Align(getVectorLength()); in getTypeAlignment()
DHexagonTargetTransformInfo.cpp116 return useHVX() ? ST.getVectorLength()*8 : 32; in getMinVectorRegisterBitWidth()
122 return ElementCount::getFixed((8 * ST.getVectorLength()) / ElemWidth); in getMinimumVF()
DHexagonVectorCombine.cpp776 int ScLen = Move.IsHvx ? HVC.HST.getVectorLength() in realignGroup()
986 return HST.getVectorLength(); in getTypeAlignment()
1045 int HwLen = HST.getVectorLength(); in vlalignb()
1078 int HwLen = HST.getVectorLength(); in vralignb()
1224 int HwLen = HST.getVectorLength(); in createHvxIntrinsic()
1454 return Size == static_cast<int>(HST.getVectorLength()); in isSectorTy()
DHexagonVExtract.cpp81 V &= (HST->getVectorLength()-1) & -4u; in genElemLoad()
DHexagonRegisterInfo.cpp265 unsigned HwLen = HST.getVectorLength(); in eliminateFrameIndex()
DHexagonSubtarget.cpp146 unsigned HwLen = getVectorLength(); in isHVXVectorType()
DHexagonISelDAGToDAGHVX.cpp820 HST(getHexagonSubtarget(G)), HwLen(HST.getVectorLength()) {} in HvxSelector()
2355 unsigned S = CN->getZExtValue() % HST.getVectorLength(); in selectRor()
DHexagonISelDAGToDAG.cpp861 assert(HST->getVectorLength() * 8 == OpTy.getSizeInBits()); in SelectV2Q()
874 assert(HST->getVectorLength() * 8 == ResTy.getSizeInBits()); in SelectQ2V()
DHexagonPatternsHVX.td26 return CurDAG->getTargetConstant(ST.getVectorLength()/2, SDLoc(N), MVT::i32);
DHexagonISelLowering.cpp3562 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DAPValue.cpp333 RHS.getVectorLength()); in APValue()
567 for (unsigned I = 0, N = getVectorLength(); I != N; ++I) in Profile()
665 for (unsigned i = 1; i != getVectorLength(); ++i) { in printPretty()
DTextNodeDumper.cpp508 unsigned VectorLength = Value.getVectorLength(); in Visit()
DItaniumMangle.cpp5449 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) in isZeroInitialized()
5617 unsigned N = V.getVectorLength(); in mangleValueInTemplateArg()
DMicrosoftMangle.cpp1844 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) { in mangleTemplateArgValue()
DExprConstant.cpp2677 for (unsigned i = 0; i < SVal.getVectorLength(); i++) { in EvalAndBitcastToAPInt()
2973 assert(LHSValue.getVectorLength() == NumElements && in handleVectorVectorBinOp()
2974 RHSValue.getVectorLength() == NumElements && "Different vector sizes"); in handleVectorVectorBinOp()
10289 unsigned vlen = v.getVectorLength(); in VisitInitListExpr()
DASTImporter.cpp9294 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue()
9296 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DAPValue.h491 assert(I < getVectorLength() && "Index out of range");
497 unsigned getVectorLength() const {
DPropertiesBase.td327 unsigned len = node.getVectorLength();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp2085 unsigned NumElts = Value.getVectorLength(); in tryEmitPrivate()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11107 for (unsigned i = 1, e = result.getVectorLength(); i != e; ++i) { in GetValueRange()
11426 for (unsigned i = 0, e = value.getVectorLength(); i != e; ++i) in IsSameFloatAfterCast()