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

References

lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  499     return Cost + BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  502     if (Opd2Info == TargetTransformInfo::OK_UniformConstantValue &&
  508       Cost += getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info,
  511       Cost += getArithmeticInstrCost(Instruction::Sub, Ty, Opd1Info, Opd2Info,
  514       Cost += getArithmeticInstrCost(Instruction::Select, Ty, Opd1Info, Opd2Info,
  517       Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info,
  524     if (Opd2Info == TargetTransformInfo::OK_UniformConstantValue) {
  531                                              Opd2Info,
  535                                              Opd2Info,
  539                                              Opd2Info,
  546     Cost += BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  552                                      Opd2Info, Opd1PropInfo, Opd2PropInfo);
  554                                      Opd2Info, Opd1PropInfo, Opd2PropInfo);