Home | History | Annotate | Download | only in X86

Lines Matching refs:SrcTy

803   EVT SrcTy = TLI->getValueType(DL, Src);
807 if (!SrcTy.isSimple() || !DstTy.isSimple())
813 SrcTy.getSimpleVT()))
819 SrcTy.getSimpleVT()))
825 SrcTy.getSimpleVT()))
832 SrcTy.getSimpleVT()))
839 SrcTy.getSimpleVT()))
846 SrcTy.getSimpleVT()))
994 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy,
997 VectorType *SrcVTy = dyn_cast<VectorType>(SrcTy);
1000 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace);