Lines Matching refs:hasNEON
382 (ST->hasNEON() || ST->hasMVEIntegerOps())) { in getCFInstrCost()
518 I && I->hasOneUse() && ST->hasNEON() && SrcTy.isVector()) { in getCastInstrCost()
544 if (Src->isVectorTy() && ST->hasNEON() && in getCastInstrCost()
646 if (SrcTy.isVector() && ST->hasNEON()) { in getCastInstrCost()
676 if (SrcTy.isFloatingPoint() && ST->hasNEON()) { in getCastInstrCost()
707 if (SrcTy.isInteger() && ST->hasNEON()) { in getCastInstrCost()
788 if (ST->hasNEON() && (Opcode == Instruction::InsertElement || in getVectorInstrCost()
847 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT && CondTy) { in getCmpSelInstrCost()
888 if (ST->hasNEON()) { in getAddressComputationCost()
1039 if (ST->hasNEON()) { in getShuffleCost()
1157 if (ST->hasNEON()) { in getArithmeticInstrCost()
1289 if (ST->hasNEON() && Src->isVectorTy() && in getMemoryOpCost()