Home | History | Annotate | Download | only in ARM

Lines Matching refs:ValTy

120   unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
382 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy,
388 ValTy->isVectorTy() &&
389 ValTy->getScalarSizeInBits() <= 32)
392 return TargetTransformInfo::getVectorInstrCost(Opcode, ValTy, Index);
395 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
400 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT) {
413 EVT SelValTy = TLI->getValueType(ValTy);
422 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy);
426 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);