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

Overrides

include/llvm/CodeGen/TargetSubtargetInfo.h
   99   virtual const TargetLowering *getTargetLowering() const { return nullptr; }

References

lib/Target/ARM/ARMBaseRegisterInfo.cpp
   96   if (STI.getTargetLowering()->supportSwiftError() &&
  130   if (STI.getTargetLowering()->supportSwiftError() &&
lib/Target/ARM/ARMConstantIslandPass.cpp
  358       STI->getTargetLowering()->isPositionIndependent() || STI->isROPI();
lib/Target/ARM/ARMFastISel.cpp
  130           TLI(*Subtarget->getTargetLowering()) {
lib/Target/ARM/ARMInstructionSelector.cpp
  711   bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV);
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
 2002   TL = STI->getTargetLowering();
lib/Target/ARM/ARMSelectionDAGInfo.cpp
   28   const ARMTargetLowering *TLI = Subtarget.getTargetLowering();
lib/Target/ARM/ARMSubtarget.cpp
  110   CallLoweringInfo.reset(new ARMCallLowering(*getTargetLowering()));
lib/Target/ARM/ARMTargetTransformInfo.h
   89         TLI(ST->getTargetLowering()) {}