Lines Matching refs:hasMVEIntegerOps

106   if (ST->hasMVEIntegerOps())  in getPreferredAddressingMode()
391 (ST->hasNEON() || ST->hasMVEIntegerOps())) { in getCFInstrCost()
432 if ((ST->hasMVEIntegerOps() && in getCastInstrCost()
480 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost()
509 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost()
744 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost()
767 if (ISD == ISD::TRUNCATE && ST->hasMVEIntegerOps() && in getCastInstrCost()
798 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost()
828 if (ST->hasMVEIntegerOps() && (Opcode == Instruction::InsertElement || in getVectorInstrCost()
941 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy() && in getCmpSelInstrCost()
980 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy()) in getCmpSelInstrCost()
1027 if (!EnableMaskedLoadStores || !ST->hasMVEIntegerOps()) in isLegalMaskedLoad()
1047 if (!EnableMaskedGatherScatters || !ST->hasMVEIntegerOps()) in isLegalMaskedGather()
1217 if (ST->hasMVEIntegerOps()) { in getShuffleCost()
1243 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost()
1367 if (ST->hasMVEIntegerOps() && Ty->isVectorTy()) in getArithmeticInstrCost()
1430 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getMemoryOpCost()
1441 if (ST->hasMVEIntegerOps()) { in getMaskedMemoryOpCost()
1475 ST->hasMVEIntegerOps() ? ST->getMVEVectorCostFactor(CostKind) : 1; in getInterleavedMemoryOpCost()
1485 if (ST->hasMVEIntegerOps() && Factor == 2 && NumElts / Factor > 2 && in getInterleavedMemoryOpCost()
1500 if (!ST->hasMVEIntegerOps() || !EnableMaskedGatherScatters) in getGatherScatterOpCost()
1604 if (!ST->hasMVEIntegerOps() || !ValVT.isSimple() || ISD != ISD::ADD) in getArithmeticReductionCost()
1626 if (ST->hasMVEIntegerOps() && ValVT.isSimple() && ResVT.isSimple()) { in getExtendedAddReductionCost()
1652 if (ST->hasMVEIntegerOps()) in getIntrinsicInstrCost()
1659 if (!ST->hasMVEIntegerOps()) in getIntrinsicInstrCost()
1679 if (!ST->hasMVEIntegerOps()) in getIntrinsicInstrCost()
1750 return !ST->hasMVEIntegerOps(); in isLoweredToCall()
2091 if (!ST->hasMVEIntegerOps()) in preferPredicateOverEpilogue()
2128 if (!ST->hasMVEIntegerOps() || !EnableTailPredication) in emitGetActiveLaneMask()
2246 if (!ST->hasMVEIntegerOps()) in preferInLoopReduction()
2260 if (!ST->hasMVEIntegerOps()) in preferPredicatedReductionSelect()