| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 313 unsigned getVectorLength() const { in getVectorLength() function 337 return Align(getVectorLength()); in getTypeAlignment()
|
| H A D | HexagonISelLoweringHVX.cpp | 408 unsigned HwLen = Subtarget.getVectorLength(); in initializeHVXLowering() 446 unsigned HwLen = Subtarget.getVectorLength(); in getPreferredHvxVectorAction() 787 unsigned HwLen = 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() 1241 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxElementPred() 1258 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxSubvectorReg() 1298 unsigned HwLen = Subtarget.getVectorLength(); in extractHvxSubvectorPred() 1363 unsigned HwLen = Subtarget.getVectorLength(); in insertHvxSubvectorReg() [all …]
|
| H A D | HexagonTargetTransformInfo.cpp | 132 return useHVX() ? ST.getVectorLength()*8 : 32; in getMinVectorRegisterBitWidth() 138 return ElementCount::getFixed((8 * ST.getVectorLength()) / ElemWidth); in getMinimumVF()
|
| H A D | HexagonVExtract.cpp | 81 V &= (HST->getVectorLength()-1) & -4u; in genElemLoad()
|
| H A D | HexagonVectorCombine.cpp | 1512 int ScLen = Move.IsHvx ? HVC.HST.getVectorLength() in realignGroup() 1549 return Size == static_cast<int>(HVC.HST.getVectorLength()); in isSectorTy() 1725 if ((HVC.length(VecTy) * ElemWidth) % (8 * HVC.HST.getVectorLength()) != 0) in processFxpMul() 1782 unsigned ChopLen = (8 * HVC.HST.getVectorLength()) / std::min(Width, 32u); in processFxpMul() 2233 unsigned HwLen = HST.getVectorLength(); in getHvxTy() 2260 return HST.getVectorLength(); in getTypeAlignment() 2347 assert(static_cast<unsigned>(VecLen) == HST.getVectorLength() && in vlalignb() 2378 assert(static_cast<unsigned>(VecLen) == HST.getVectorLength() && in vralignb() 2589 unsigned HwLen = HST.getVectorLength(); in createHvxIntrinsic()
|
| H A D | HexagonSubtarget.cpp | 196 unsigned HwLen = getVectorLength(); in isHVXVectorType() 769 unsigned HwLen = getVectorLength(); in getIntrinsicId()
|
| H A D | HexagonRegisterInfo.cpp | 270 unsigned HwLen = HST.getVectorLength(); in eliminateFrameIndex()
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 932 HST(getHexagonSubtarget(G)), HwLen(HST.getVectorLength()) {} in HvxSelector() 2683 unsigned S = CN->getZExtValue() % HST.getVectorLength(); in selectRor() 2738 unsigned HwLen = HST->getVectorLength(); in ppHvxShuffleOfShuffle()
|
| H A D | HexagonISelDAGToDAG.cpp | 885 assert(HST->getVectorLength() * 8 == OpTy.getSizeInBits()); in SelectV2Q() 898 assert(HST->getVectorLength() * 8 == ResTy.getSizeInBits()); in SelectQ2V()
|
| H A D | HexagonPatternsHVX.td | 41 return CurDAG->getTargetConstant(ST.getVectorLength()/2, SDLoc(N), MVT::i32);
|
| H A D | HexagonISelLowering.cpp | 3801 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 333 RHS.getVectorLength()); in APValue() 569 for (unsigned I = 0, N = getVectorLength(); I != N; ++I) in Profile() 730 for (unsigned i = 1; i != getVectorLength(); ++i) { in printPretty()
|
| H A D | TextNodeDumper.cpp | 538 unsigned VectorLength = Value.getVectorLength(); in Visit()
|
| H A D | ItaniumMangle.cpp | 6194 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) in isZeroInitialized() 6405 unsigned N = V.getVectorLength(); in mangleValueInTemplateArg()
|
| H A D | MicrosoftMangle.cpp | 1996 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) { in mangleTemplateArgValue()
|
| H A D | ExprConstant.cpp | 3033 assert(LHSValue.getVectorLength() == NumElements && in handleVectorVectorBinOp() 3034 RHSValue.getVectorLength() == NumElements && "Different vector sizes"); in handleVectorVectorBinOp() 10734 unsigned vlen = v.getVectorLength(); in VisitInitListExpr() 10889 assert(SubExprValue.getVectorLength() == VD->getNumElements() && in VisitUnaryOperator()
|
| H A D | ASTImporter.cpp | 10171 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue() 10173 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 499 assert(I < getVectorLength() && "Index out of range"); 505 unsigned getVectorLength() const {
|
| H A D | PropertiesBase.td | 331 unsigned len = node.getVectorLength();
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2487 const SDValue &getVectorLength() const { 2540 const SDValue &getVectorLength() const { return getOperand(4); } 2570 const SDValue &getVectorLength() const { return getOperand(5); } 2606 const SDValue &getVectorLength() const { return getOperand(5); } 2643 const SDValue &getVectorLength() const { return getOperand(6); } 2795 const SDValue &getVectorLength() const {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1943 SDValue EVL = LD->getVectorLength(); in SplitVecRes_VP_LOAD() 2039 DAG.SplitEVL(SLD->getVectorLength(), SLD->getValueType(0), DL); in SplitVecRes_VP_STRIDED_LOAD() 2243 DAG.SplitEVL(VPGT->getVectorLength(), MemoryVT, dl); in SplitVecRes_Gather() 3443 SDValue EVL = N->getVectorLength(); in SplitVecOp_VP_STORE() 3545 DAG.SplitEVL(N->getVectorLength(), Data.getValueType(), DL); in SplitVecOp_VP_STRIDED_STORE() 3736 DAG.SplitEVL(VPSC->getVectorLength(), Ops.Data.getValueType(), DL); in SplitVecOp_Scatter() 5416 SDValue EVL = N->getVectorLength(); in WidenVecRes_VP_LOAD() 5458 N->getVectorLength(), N->getMemoryVT(), N->getMemOperand(), in WidenVecRes_VP_STRIDED_LOAD() 5543 Mask, N->getVectorLength()}; in WidenVecRes_VP_GATHER() 6550 ST->getOffset(), Mask, ST->getVectorLength(), in WidenVecOp_VP_STORE() [all …]
|
| H A D | SelectionDAG.cpp | 8860 LD->getVectorLength(), LD->getPointerInfo(), in getIndexedLoadVP() 8978 Offset, ST->getMask(), ST->getVectorLength()}; in getIndexedStoreVP() 9112 Base, Offset, SLD->getStride(), SLD->getMask(), SLD->getVectorLength(), in getIndexedStridedLoadVP() 9232 SST->getMask(), SST->getVectorLength()}; in getIndexedStridedStoreVP()
|
| H A D | DAGCombiner.cpp | 11833 SDValue VL = MSC->getVectorLength(); in visitVPSCATTER() 11978 SST->getVectorLength(), SST->getMemoryVT(), in visitVP_STRIDED_STORE() 11992 SDValue VL = MGT->getVectorLength(); in visitVPGATHER() 12081 SLD->getMask(), SLD->getVectorLength(), SLD->getMemoryVT(), in visitVP_STRIDED_LOAD()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2137 unsigned NumElts = Value.getVectorLength(); in tryEmitPrivate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 10103 VL = VPLoad->getVectorLength(); in lowerMaskedLoad() 10167 VL = VPStore->getVectorLength(); in lowerMaskedStore() 11014 Ops.push_back(VPNode->getVectorLength()); in lowerVPStridedLoad() 11061 Ops.push_back(VPNode->getVectorLength()); in lowerVPStridedStore() 11092 VL = VPGN->getVectorLength(); in lowerMaskedGather() 11190 VL = VPSN->getVectorLength(); in lowerMaskedScatter() 15690 VPGN->getVectorLength()}, in PerformDAGCombine() 15697 VPGN->getVectorLength()}, in PerformDAGCombine() 15715 VPSN->getMask(), VPSN->getVectorLength()}, in PerformDAGCombine() 15722 VPSN->getMask(), VPSN->getVectorLength()}, in PerformDAGCombine()
|