Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h253 unsigned getGatherOverhead() const { return GatherOverhead; } in getGatherOverhead() function
H A DAArch64TargetTransformInfo.cpp4449 return ST->getGatherOverhead(); in getSVEGatherScatterOverhead()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h326 int getGatherOverhead() const;
H A DX86TargetTransformInfo.cpp6143 int X86TTIImpl::getGatherOverhead() const { in getGatherOverhead() function in X86TTIImpl
6228 const int GSOverhead = (Opcode == Instruction::Load) ? getGatherOverhead() in getGSVectorCost()