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

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  727   assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
  730   int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,
  732   return vectorCostAdjustment(Cost, Opcode, Ty, nullptr);