Lines Matching refs:Src
92 Type *Src) const;
98 virtual unsigned getMemoryOpCost(unsigned Opcode, Type *Src,
238 Type *Src) const { in getCastInstrCost()
242 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(Src); in getCastInstrCost()
267 if (!Src->isVectorTy() && !Dst->isVectorTy()) { in getCastInstrCost()
282 if (Dst->isVectorTy() && Src->isVectorTy()) { in getCastInstrCost()
307 Src->getScalarType()); in getCastInstrCost()
319 return (Src->isVectorTy()? getScalarizationOverhead(Src, false, true):0) + in getCastInstrCost()
372 unsigned BasicTTI::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() argument
375 assert(!Src->isVoidTy() && "Invalid type"); in getMemoryOpCost()
376 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()