Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h305 int getGatherOverhead() const;
H A DX86TargetTransformInfo.cpp5795 int X86TTIImpl::getGatherOverhead() const { in getGatherOverhead() function in X86TTIImpl
5880 const int GSOverhead = (Opcode == Instruction::Load) ? getGatherOverhead() in getGSVectorCost()