Searched refs:getGatherOverhead (Results 1 – 2 of 2) sorted by relevance
305 int getGatherOverhead() const;
5795 int X86TTIImpl::getGatherOverhead() const { in getGatherOverhead() function in X86TTIImpl5880 const int GSOverhead = (Opcode == Instruction::Load) ? getGatherOverhead() in getGSVectorCost()