Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp54 bool HexagonTTIImpl::isHVXVectorType(Type *Ty) const { in isHVXVectorType() function in HexagonTTIImpl
182 if (isHVXVectorType(VecTy)) { in getMemoryOpCost()
264 if (!isHVXVectorType(ValTy) && ValTy->isFPOrFPVectorTy()) in getCmpSelInstrCost()
284 if (!isHVXVectorType(Ty) && Ty->isFPOrFPVectorTy()) in getArithmeticInstrCost()
300 return Ty->isVectorTy() && !isHVXVectorType(Ty) && Ty->isFPOrFPVectorTy(); in getCastInstrCost()
H A DHexagonSubtarget.h333 bool isHVXVectorType(EVT VecTy, bool IncludeBool = false) const;
337 if (isHVXVectorType(Ty, true)) in getTypeAlignment()
H A DHexagonISelLoweringHVX.cpp565 return Subtarget.isHVXVectorType(Ty) && in isHvxSingleTy()
571 return Subtarget.isHVXVectorType(Ty) && in isHvxPairTy()
577 return Subtarget.isHVXVectorType(Ty, true) && in isHvxBoolTy()
589 if (!Subtarget.isHVXVectorType(VecTy, /*IncludeBool=*/false)) in allowsHvxMemoryAccess()
598 if (!Subtarget.isHVXVectorType(VecTy)) in allowsHvxMisalignedMemoryAccesses()
999 if (Subtarget.isHVXVectorType(PredTy, true)) { in createHvxPrefixPred()
1310 if (Subtarget.isHVXVectorType(ResTy, true)) { in extractHvxSubvectorPred()
1450 assert(Subtarget.isHVXVectorType(VecTy, true)); in insertHvxSubvectorPred()
1497 assert(Subtarget.isHVXVectorType(ResTy)); in extendHvxVectorPred()
1723 if (Subtarget.isHVXVectorType(t in LowerHvxConcatVectors()
[all...]
H A DHexagonTargetTransformInfo.h46 bool isHVXVectorType(Type *Ty) const;
H A DHexagonSubtarget.cpp183 bool HexagonSubtarget::isHVXVectorType(EVT VecTy, bool IncludeBool) const { in isHVXVectorType() function in HexagonSubtarget
226 if (isHVXVectorType(SimpleTy, IncludeBool)) in isTypeForHVX()
H A DHexagonISelLowering.cpp472 bool ArgAlign = Subtarget.isHVXVectorType(VA.getValVT()); in LowerCall()
640 Subtarget.isHVXVectorType(VT.getSimpleVT()); in getPostIndexedAddressParts()
878 Subtarget.isHVXVectorType(RegVT)); in LowerFormalArguments()
2261 assert(!Subtarget.isHVXVectorType(VecTy, true) && in LowerVECTOR_SHUFFLE()
3802 if (Subtarget.isHVXVectorType(SVT, true)) in allowsMemoryAccess()
3814 if (Subtarget.isHVXVectorType(SVT, true)) in allowsMisalignedMemoryAccesses()
3824 if (Subtarget.isHVXVectorType(VT, true)) { in findRepresentativeClass()
H A DHexagonISelDAGToDAG.cpp801 if (HST->isHVXVectorType(ResTy, true)) in SelectVAlign()
1010 if (HST->isHVXVectorType(N->getValueType(i), true)) in Select()
1014 if (HST->isHVXVectorType(I.getValueType(), true)) in Select()
H A DHexagonVectorCombine.cpp1034 return HVC.HST.isHVXVectorType( in createStoreGroups()
1906 assert(HVC.HST.isHVXVectorType(EVT::getEVT(X.Val->getType(), false))); in createMulQ15()
1922 assert(HVC.HST.isHVXVectorType(EVT::getEVT(InpTy, false))); in createMulQ31()