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

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  841   assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
  841   assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
  844   int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
  845   Cost = vectorCostAdjustment(Cost, Opcode, Src, nullptr);
  860   if (Opcode == Instruction::Load && ST->hasVSX() && IsAltivecType &&
  876   if (Opcode == Instruction::Load &&
  902   if (Src->isVectorTy() && Opcode == Instruction::Store)