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

References

include/llvm/Analysis/TargetTransformInfo.h
  555   bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
  556                      TargetTransformInfo::LSRCost &C2) const;
 1205   virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
 1206                              TargetTransformInfo::LSRCost &C2) = 0;
 1481   bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
 1482                      TargetTransformInfo::LSRCost &C2) override {
include/llvm/Analysis/TargetTransformInfoImpl.h
  227   bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) {
  227   bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) {
include/llvm/CodeGen/BasicTTIImpl.h
  260   bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) {
  260   bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) {
lib/Analysis/TargetTransformInfo.cpp
  268 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const {
  268 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const {
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  295 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1,
  296                                    TargetTransformInfo::LSRCost &C2) {
lib/Target/SystemZ/SystemZTargetTransformInfo.h
   52   bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
   53                      TargetTransformInfo::LSRCost &C2);
lib/Target/X86/X86TargetTransformInfo.cpp
 3247 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1,
 3248                                TargetTransformInfo::LSRCost &C2) {
lib/Target/X86/X86TargetTransformInfo.h
  186   bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
  187                      TargetTransformInfo::LSRCost &C2);
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 1021   TargetTransformInfo::LSRCost C;