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

References

lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  403   assert((Opcode == Instruction::SExt || Opcode == Instruction::ZExt) &&
  403   assert((Opcode == Instruction::SExt || Opcode == Instruction::ZExt) &&
  426     return Cost + getCastInstrCost(Opcode, Dst, Src);
  431     return Cost + getCastInstrCost(Opcode, Dst, Src);
  433   switch (Opcode) {
  450   return Cost + getCastInstrCost(Opcode, Dst, Src);