| /openbsd-src/gnu/llvm/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 | 407 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 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 | 1152 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 D | HexagonSubtarget.cpp | 196 unsigned HwLen = getVectorLength(); in isHVXVectorType() 768 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() 2654 unsigned S = CN->getZExtValue() % HST.getVectorLength(); in selectRor() 2709 unsigned HwLen = HST->getVectorLength(); in ppHvxShuffleOfShuffle()
|
| H A D | HexagonISelDAGToDAG.cpp | 886 assert(HST->getVectorLength() * 8 == OpTy.getSizeInBits()); in SelectV2Q() 899 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 | 3793 unsigned VecWidth = Subtarget.getVectorLength() * 8; in findRepresentativeClass()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | APValue.cpp | 333 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 D | TextNodeDumper.cpp | 510 unsigned VectorLength = Value.getVectorLength(); in Visit()
|
| H A D | ItaniumMangle.cpp | 5530 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) in isZeroInitialized() 5741 unsigned N = V.getVectorLength(); in mangleValueInTemplateArg()
|
| H A D | ExprConstant.cpp | 2691 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 D | MicrosoftMangle.cpp | 1879 for (unsigned I = 0, N = V.getVectorLength(); I != N; ++I) { in mangleTemplateArgValue()
|
| H A D | ASTImporter.cpp | 9831 Result.setVectorUninit(FromValue.getVectorLength()); in ImportAPValue() 9833 Elts.data(), FromValue.getVectorLength()); in ImportAPValue()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | APValue.h | 491 assert(I < getVectorLength() && "Index out of range"); 497 unsigned getVectorLength() const {
|
| H A D | PropertiesBase.td | 331 unsigned len = node.getVectorLength();
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2452 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 D | LegalizeVectorTypes.cpp | 1885 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 D | SelectionDAG.cpp | 8385 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 D | RISCVISelLowering.cpp | 6674 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 D | CGExprConstant.cpp | 2121 unsigned NumElts = Value.getVectorLength(); in tryEmitPrivate()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 12469 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()
|