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

References

include/llvm/Analysis/TargetTransformInfo.h
 1430     return Impl.getUserCost(U, Operands);
include/llvm/Analysis/TargetTransformInfoImpl.h
  890     if (getUserCost(I, Operands) == TTI::TCC_Free)
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  726   return BaseT::getUserCost(U, Operands);
lib/Target/ARM/ARMTargetTransformInfo.cpp
 1055       Cost += getUserCost(&I, Operands);
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  317   return BaseT::getUserCost(U, Operands);
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  210     return LT.first * BaseT::getUserCost(U, Operands);
  213   return BaseT::getUserCost(U, Operands);
lib/Target/X86/X86TargetTransformInfo.cpp
 3104   return BaseT::getUserCost(U, Operands);