Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h313 unsigned getVectorLength() const { in getVectorLength() function
337 return Align(getVectorLength()); in getTypeAlignment()
H A DHexagonISelLoweringHVX.cpp407 unsigned HwLen = Subtarget.getVectorLength(); in initializeHVXLowering()
445 unsigned HwLen = Subtarget.getVectorLength(); in getPreferredHvxVectorAction()
565 Ty.getSizeInBits() == 8 * Subtarget.getVectorLength(); in isHvxSingleTy()
571 Ty.getSizeInBits() == 16 * Subtarget.getVectorLength(); in isHvxPairTy()
586 if (VecTy.getSizeInBits() > 8*Subtarget.getVectorLength()) in allowsHvxMemoryAccess()
786 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorReg()
926 assert(4*Words.size() == Subtarget.getVectorLength()); in buildHvxVectorReg()
996 unsigned HwLen = Subtarget.getVectorLength(); in createHvxPrefixPred()
1084 unsigned HwLen = Subtarget.getVectorLength(); in buildHvxVectorPred()
1180 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxElementPred()
[all …]
H A DHexagonTargetTransformInfo.cpp132 return useHVX() ? ST.getVectorLength()*8 : 32; in getMinVectorRegisterBitWidth()
138 return ElementCount::getFixed((8 * ST.getVectorLength()) / ElemWidth); in getMinimumVF()
H A DHexagonVExtract.cpp81 V &= (HST->getVectorLength()-1) & -4u; in genElemLoad()
H A DHexagonVectorCombine.cpp1152 int ScLen = Move.IsHvx ? HVC.HST.getVectorLength() in realignGroup()
1173 return Size == static_cast<int>(HVC.HST.getVectorLength()); in isSectorTy()
1314 if ((HVC.length(VecTy) * ElemWidth) % (8 * HVC.HST.getVectorLength()) != 0) in processFxpMul()
1371 unsigned ChopLen = (8 * HVC.HST.getVectorLength()) / std::min(Width, 32u); in processFxpMul()
1803 unsigned HwLen = HST.getVectorLength(); in getHvxTy()
1830 return HST.getVectorLength(); in getTypeAlignment()
1917 assert(static_cast<unsigned>(VecLen) == HST.getVectorLength() && in vlalignb()
1946 assert(static_cast<unsigned>(VecLen) == HST.getVectorLength() && in vralignb()
2155 unsigned HwLen = HST.getVectorLength(); in createHvxIntrinsic()
H A DHexagonSubtarget.cpp196 unsigned HwLen = getVectorLength(); in isHVXVectorType()
768 unsigned HwLen = getVectorLength(); in getIntrinsicId()
H A DHexagonRegisterInfo.cpp270 unsigned HwLen = HST.getVectorLength(); in eliminateFrameIndex()
H A DHexagonISelDAGToDAGHVX.cpp932 HST(getHexagonSubtarget(G)), HwLen(HST.getVectorLength()) {} in HvxSelector()
2654 unsigned S = CN->getZExtValue() % HST.getVectorLength(); in selectRor()
2709 unsigned HwLen = HST->getVectorLength(); in ppHvxShuffleOfShuffle()
H A DHexagonISelDAGToDAG.cpp886 assert(HST->getVectorLength() * 8 == OpTy.getSizeInBits()); in SelectV2Q()
899 assert(HST->getVectorLength() * 8 == ResTy.getSizeInBits()); in SelectQ2V()
H A DHexagonPatternsHVX.td41 return CurDAG->getTargetConstant(ST.getVectorLength()/2, SDLoc(N), MVT::i32);
H A DHexagonISelLowering.cpp3793 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp333 RHS.getVectorLength()); in APValue()
567 for (unsigned I = 0, N = getVectorLength(); I != N; ++I) in Profile()
728 for (unsigned i = 1; i != getVectorLength(); ++i) { in printPretty()
H A DTextNodeDumper.cpp510 unsigned VectorLength = Value.getVectorLength(); in Visit()
H A DItaniumMangle.cpp5530 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) in isZeroInitialized()
5741 unsigned N = V.getVectorLength(); in mangleValueInTemplateArg()
H A DExprConstant.cpp2691 for (unsigned i = 0; i < SVal.getVectorLength(); i++) { in EvalAndBitcastToAPInt()
2992 assert(LHSValue.getVectorLength() == NumElements && in handleVectorVectorBinOp()
2993 RHSValue.getVectorLength() == NumElements && "Different vector sizes"); in handleVectorVectorBinOp()
10459 unsigned vlen = v.getVectorLength(); in VisitInitListExpr()
10614 assert(SubExprValue.getVectorLength() == VD->getNumElements() && in VisitUnaryOperator()
H A DMicrosoftMangle.cpp1879 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) { in mangleTemplateArgValue()
H A DASTImporter.cpp9831 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue()
9833 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h491 assert(I < getVectorLength() && "Index out of range");
497 unsigned getVectorLength() const {
H A DPropertiesBase.td331 unsigned len = node.getVectorLength();
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2452 const SDValue &getVectorLength() const {
2505 const SDValue &getVectorLength() const { return getOperand(4); }
2535 const SDValue &getVectorLength() const { return getOperand(5); }
2571 const SDValue &getVectorLength() const { return getOperand(5); }
2608 const SDValue &getVectorLength() const { return getOperand(6); }
2760 const SDValue &getVectorLength() const {
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1885 SDValue EVL = LD->getVectorLength(); in SplitVecRes_VP_LOAD()
1981 DAG.SplitEVL(SLD->getVectorLength(), SLD->getValueType(0), DL); in SplitVecRes_VP_STRIDED_LOAD()
2185 DAG.SplitEVL(VPGT->getVectorLength(), MemoryVT, dl); in SplitVecRes_Gather()
3261 SDValue EVL = N->getVectorLength(); in SplitVecOp_VP_STORE()
3363 DAG.SplitEVL(N->getVectorLength(), Data.getValueType(), DL); in SplitVecOp_VP_STRIDED_STORE()
3554 DAG.SplitEVL(VPSC->getVectorLength(), Ops.Data.getValueType(), DL); in SplitVecOp_Scatter()
5169 SDValue EVL = N->getVectorLength(); in WidenVecRes_VP_LOAD()
5211 N->getVectorLength(), N->getMemoryVT(), N->getMemOperand(), in WidenVecRes_VP_STRIDED_LOAD()
5296 Mask, N->getVectorLength()}; in WidenVecRes_VP_GATHER()
6267 ST->getOffset(), Mask, ST->getVectorLength(), in WidenVecOp_VP_STORE()
[all …]
H A DSelectionDAG.cpp8385 LD->getVectorLength(), LD->getPointerInfo(), in getIndexedLoadVP()
8503 Offset, ST->getMask(), ST->getVectorLength()}; in getIndexedStoreVP()
8637 Base, Offset, SLD->getStride(), SLD->getMask(), SLD->getVectorLength(), in getIndexedStridedLoadVP()
8757 SST->getMask(), SST->getVectorLength()}; in getIndexedStridedStoreVP()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6674 VL = VPLoad->getVectorLength(); in lowerMaskedLoad()
6738 VL = VPStore->getVectorLength(); in lowerMaskedStore()
7287 Ops.push_back(VPNode->getVectorLength()); in lowerVPStridedLoad()
7334 Ops.push_back(VPNode->getVectorLength()); in lowerVPStridedStore()
7365 VL = VPGN->getVectorLength(); in lowerMaskedGather()
7466 VL = VPSN->getVectorLength(); in lowerMaskedScatter()
10425 VPGN->getVectorLength()}, in PerformDAGCombine()
10431 VPSN->getMask(), VPSN->getVectorLength()}, in PerformDAGCombine()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp2121 unsigned NumElts = Value.getVectorLength(); in tryEmitPrivate()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12469 for (unsigned i = 1, e = result.getVectorLength(); i != e; ++i) { in GetValueRange()
12788 for (unsigned i = 0, e = value.getVectorLength(); i != e; ++i) in IsSameFloatAfterCast()

12