Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp381 return Subtarget.isHVXVectorType(Ty) && in isHvxSingleTy()
387 return Subtarget.isHVXVectorType(Ty) && in isHvxPairTy()
393 return Subtarget.isHVXVectorType(Ty, true) && in isHvxBoolTy()
405 if (!Subtarget.isHVXVectorType(VecTy, /*IncludeBool=*/false)) in allowsHvxMemoryAccess()
414 if (!Subtarget.isHVXVectorType(VecTy)) in allowsHvxMisalignedMemoryAccesses()
647 if (Subtarget.isHVXVectorType(PredTy, true)) { in createHvxPrefixPred()
970 if (Subtarget.isHVXVectorType(ResTy, true)) { in extractHvxSubvectorPred()
1110 assert(Subtarget.isHVXVectorType(VecTy, true)); in insertHvxSubvectorPred()
1157 assert(Subtarget.isHVXVectorType(ResTy)); in extendHvxVectorPred()
1310 if (Subtarget.isHVXVectorType(ty(Op0), true)) { in LowerHvxConcatVectors()
[all …]
H A DHexagonSubtarget.h288 bool isHVXVectorType(MVT VecTy, bool IncludeBool = false) const;
292 if (isHVXVectorType(Ty, true)) in getTypeAlignment()
H A DHexagonSubtarget.cpp139 bool HexagonSubtarget::isHVXVectorType(MVT VecTy, bool IncludeBool) const { in isHVXVectorType() function in HexagonSubtarget
178 if (isHVXVectorType(SimpleTy, IncludeBool)) in isTypeForHVX()
H A DHexagonISelLowering.cpp470 bool ArgAlign = Subtarget.isHVXVectorType(VA.getValVT()); in LowerCall()
643 Subtarget.isHVXVectorType(VT.getSimpleVT()); in getPostIndexedAddressParts()
862 Subtarget.isHVXVectorType(RegVT)); in LowerFormalArguments()
2144 assert(!Subtarget.isHVXVectorType(VecTy, true) && in LowerVECTOR_SHUFFLE()
3502 if (Subtarget.isHVXVectorType(SVT, true)) in allowsMemoryAccess()
3512 if (Subtarget.isHVXVectorType(SVT, true)) in allowsMisalignedMemoryAccesses()
3522 if (Subtarget.isHVXVectorType(VT, true)) { in findRepresentativeClass()
H A DHexagonISelLowering.h117 bool isHVXVectorType(MVT Ty) const;
H A DHexagonISelDAGToDAG.cpp772 if (HST->isHVXVectorType(ResTy, true)) in SelectVAlign()