Searched refs:LHSPenalty (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp338 unsigned LHSPenalty = 2; local
340 LHSPenalty += 7;
348 return LHSPenalty + BaseT::getVectorInstrCost(Opcode, Val, Index);

Completed in 1395 milliseconds