Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h144 int getGSVectorCost(unsigned Opcode, Type *DataTy, Value *Ptr,
H A DX86TargetTransformInfo.cpp2716 int X86TTIImpl::getGSVectorCost(unsigned Opcode, Type *SrcVTy, Value *Ptr, in getGSVectorCost() function in X86TTIImpl
2766 return SplitFactor * getGSVectorCost(Opcode, SplitSrcTy, Ptr, Alignment, in getGSVectorCost()
2852 return getGSVectorCost(Opcode, SrcVTy, Ptr, Alignment, AddressSpace); in getGatherScatterOpCost()