reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  845   Cost = vectorCostAdjustment(Cost, Opcode, Src, nullptr);
  845   Cost = vectorCostAdjustment(Cost, Opcode, Src, nullptr);
  867     return Cost;
  879     return Cost + LT.first; // Add the cost of the permutations.
  886     return Cost;
  890     return Cost;
  897   Cost += LT.first * ((SrcBytes / Alignment->value()) - 1);
  904       Cost += getVectorInstrCost(Instruction::ExtractElement, Src, i);
  906   return Cost;