Home
last modified time | relevance | path

Searched refs:isHVXVectorType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h314 bool isHVXVectorType(MVT VecTy, bool IncludeBool = false) const;
318 if (isHVXVectorType(Ty, true)) in getTypeAlignment()
H A DHexagonISelLoweringHVX.cpp500 return Subtarget.isHVXVectorType(Ty) && in isHvxSingleTy()
506 return Subtarget.isHVXVectorType(Ty) && in isHvxPairTy()
512 return Subtarget.isHVXVectorType(Ty, true) && in isHvxBoolTy()
533 if (!Subtarget.isHVXVectorType(VecTy)) in allowsHvxMisalignedMemoryAccesses()
827 if (Subtarget.isHVXVectorType(PredTy, true)) { in createHvxPrefixPred()
1150 if (Subtarget.isHVXVectorType(ResTy, true)) { in extractHvxSubvectorPred()
1290 assert(Subtarget.isHVXVectorType(VecTy, true)); in insertHvxSubvectorPred()
1337 assert(Subtarget.isHVXVectorType(ResTy)); in extendHvxVectorPred()
1524 if (Subtarget.isHVXVectorType(ty(Op0), true)) { in LowerHvxConcatVectors()
2289 if (!Subtarget.isHVXVectorType(WideOpTy, true)) in WidenHvxSetCC()
[all …]
H A DHexagonSubtarget.cpp201 bool HexagonSubtarget::isHVXVectorType(MVT VecTy, bool IncludeBool) const { in isHVXVectorType() function in HexagonSubtarget
242 if (isHVXVectorType(SimpleTy, IncludeBool)) in isTypeForHVX()
H A DHexagonISelLowering.cpp472 bool ArgAlign = Subtarget.isHVXVectorType(VA.getValVT()); in LowerCall()
641 Subtarget.isHVXVectorType(VT.getSimpleVT()); in getPostIndexedAddressParts()
860 Subtarget.isHVXVectorType(RegVT)); in LowerFormalArguments()
2196 assert(!Subtarget.isHVXVectorType(VecTy, true) && in LowerVECTOR_SHUFFLE()
3564 if (Subtarget.isHVXVectorType(SVT, true)) in allowsMemoryAccess()
3574 if (Subtarget.isHVXVectorType(SVT, true)) in allowsMisalignedMemoryAccesses()
3584 if (Subtarget.isHVXVectorType(VT, true)) { in findRepresentativeClass()
H A DHexagonISelLowering.h114 bool isHVXVectorType(MVT Ty) const;
H A DHexagonISelDAGToDAG.cpp772 if (HST->isHVXVectorType(ResTy, true)) in SelectVAlign()