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

References

include/llvm/Analysis/TargetTransformInfo.h
 1456     return Impl.isLoweredToCall(F);
include/llvm/Analysis/TargetTransformInfoImpl.h
  714     if (!static_cast<T *>(this)->isLoweredToCall(F))
  902       if (!F || static_cast<T *>(this)->isLoweredToCall(F))
include/llvm/CodeGen/BasicTTIImpl.h
  482             if (!static_cast<T *>(this)->isLoweredToCall(F))
lib/Target/ARM/ARMTargetTransformInfo.cpp
  789     BaseT::isLoweredToCall(F);
  845   return BaseT::isLoweredToCall(F);
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  251           if (isLoweredToCall(F))