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

References

lib/Target/X86/X86TargetTransformInfo.cpp
 2427       int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment,
 2429       int SplitCost = getScalarizationOverhead(Src, Opcode == Instruction::Load,
 2430                                                Opcode == Instruction::Store);
 2437   assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
 2437   assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&