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

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  766   int ISD = TLI->InstructionOpcodeToISD(Opcode);
  769   int Cost = BaseT::getVectorInstrCost(Opcode, Val, Index);
  770   Cost = vectorCostAdjustment(Cost, Opcode, Val, nullptr);
  792         return vectorCostAdjustment(2, Opcode, Val, nullptr);
  809       return vectorCostAdjustment(1, Opcode, Val, nullptr);