Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp244 unsigned HwLen = Subtarget.getVectorLength(); in initializeHVXLowering()
277 unsigned HwLen = Subtarget.getVectorLength(); in getPreferredHvxVectorAction()
493 unsigned HwLen = 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()
896 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxElementPred()
913 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxSubvectorReg()
958 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxSubvectorPred()
1023 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxSubvectorReg()
[all …]
H A DHexagonSubtarget.h274 unsigned getVectorLength() const { in getVectorLength() function
294 return Align(getVectorLength()); in getTypeAlignment()
H A DHexagonTargetTransformInfo.cpp116 return useHVX() ? ST.getVectorLength()*8 : 32; in getMinVectorRegisterBitWidth()
122 return ElementCount::getFixed((8 * ST.getVectorLength()) / ElemWidth); in getMinimumVF()
H A 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()
H A DHexagonVExtract.cpp81 V &= (HST->getVectorLength()-1) & -4u; in genElemLoad()
H A DHexagonRegisterInfo.cpp265 unsigned HwLen = HST.getVectorLength(); in eliminateFrameIndex()
H A DHexagonSubtarget.cpp146 unsigned HwLen = getVectorLength(); in isHVXVectorType()
H A DHexagonISelDAGToDAG.cpp861 assert(HST->getVectorLength() * 8 == OpTy.getSizeInBits()); in SelectV2Q()
874 assert(HST->getVectorLength() * 8 == ResTy.getSizeInBits()); in SelectQ2V()
H A DHexagonISelDAGToDAGHVX.cpp820 HST(getHexagonSubtarget(G)), HwLen(HST.getVectorLength()) {} in HvxSelector()
2355 unsigned S = CN->getZExtValue() % HST.getVectorLength(); in selectRor()
H A DHexagonPatternsHVX.td26 return CurDAG->getTargetConstant(ST.getVectorLength()/2, SDLoc(N), MVT::i32);
H A DHexagonISelLowering.cpp3562 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A 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()
H A DTextNodeDumper.cpp508 unsigned VectorLength = Value.getVectorLength(); in Visit()
H A DItaniumMangle.cpp5449 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) in isZeroInitialized()
5617 unsigned N = V.getVectorLength(); in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1844 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) { in mangleTemplateArgValue()
H A 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()
10283 unsigned vlen = v.getVectorLength(); in VisitInitListExpr()
H A DASTImporter.cpp9294 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue()
9296 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h491 assert(I < getVectorLength() && "Index out of range");
497 unsigned getVectorLength() const {
H A DPropertiesBase.td327 unsigned len = node.getVectorLength();
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2085 unsigned NumElts = Value.getVectorLength(); in tryEmitPrivate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A 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()