Searched refs:isHVXVectorType (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 381 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 D | HexagonSubtarget.h | 288 bool isHVXVectorType(MVT VecTy, bool IncludeBool = false) const; 292 if (isHVXVectorType(Ty, true)) in getTypeAlignment()
|
| H A D | HexagonSubtarget.cpp | 139 bool HexagonSubtarget::isHVXVectorType(MVT VecTy, bool IncludeBool) const { in isHVXVectorType() function in HexagonSubtarget 178 if (isHVXVectorType(SimpleTy, IncludeBool)) in isTypeForHVX()
|
| H A D | HexagonISelLowering.cpp | 470 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 D | HexagonISelLowering.h | 117 bool isHVXVectorType(MVT Ty) const;
|
| H A D | HexagonISelDAGToDAG.cpp | 772 if (HST->isHVXVectorType(ResTy, true)) in SelectVAlign()
|