Searched refs:getGSVectorCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h230 int getGSVectorCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
H A DX86TargetTransformInfo.cpp3852 int X86TTIImpl::getGSVectorCost(unsigned Opcode, Type *SrcVTy, const Value *Ptr, function in class:X86TTIImpl
3855 assert(isa<VectorType>(SrcVTy) && "Unexpected type in getGSVectorCost");
3902 return SplitFactor * getGSVectorCost(Opcode, SplitSrcTy, Ptr, Alignment,
4002 return getGSVectorCost(Opcode, SrcVTy, Ptr, Alignment, AddressSpace);

Completed in 124 milliseconds