Home
last modified time | relevance | path

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

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