HomeSort by: relevance | last modified time | path
    Searched refs:isTypeForHVX (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 176 if (useHVX() && ST.isTypeForHVX(VecTy)) {
326 return HexagonMaskedVMem && ST.isTypeForHVX(DataType);
330 return HexagonMaskedVMem && ST.isTypeForHVX(DataType);
HexagonSubtarget.h 289 bool isTypeForHVX(Type *VecTy, bool IncludeBool = false) const;
HexagonVectorCombine.cpp 398 return HVC.HST.isTypeForHVX(AI.ValTy);
534 G.second, [&](auto &I) { return HVC.HST.isTypeForHVX(I.ValTy); });
980 if (HST.isTypeForHVX(Ty))
1039 if (HST.isTypeForHVX(Hi->getType())) {
1072 if (HST.isTypeForHVX(Lo->getType())) {
1225 if (HST.isTypeForHVX(Ty, /*IncludeBool*/ true)) {
1243 if (HST.isTypeForHVX(SrcTy, /*IncludeBool*/ true)) {
1272 assert(HST.isTypeForHVX(CallTy, /*IncludeBool*/ true));
1449 if (HST.isTypeForHVX(Ty))
HexagonSubtarget.cpp 165 bool HexagonSubtarget::isTypeForHVX(Type *VecTy, bool IncludeBool) const {

Completed in 54 milliseconds