LLVM API Documentation
#include <TargetSubtarget.h>

Public Member Functions | |
| virtual | ~TargetSubtarget () |
| virtual unsigned | getSpecialAddressLatency () const |
Protected Member Functions | |
| TargetSubtarget () | |
Definition at line 25 of file TargetSubtarget.h.
| TargetSubtarget::TargetSubtarget | ( | ) | [protected] |
Definition at line 20 of file TargetSubtarget.cpp.
| TargetSubtarget::~TargetSubtarget | ( | ) | [virtual] |
Definition at line 22 of file TargetSubtarget.cpp.
| virtual unsigned llvm::TargetSubtarget::getSpecialAddressLatency | ( | ) | const [inline, virtual] |
getSpecialAddressLatency - For targets where it is beneficial to backschedule instructions that compute addresses, return a value indicating the number of scheduling cycles of backscheduling that should be attempted.
Reimplemented in llvm::X86Subtarget.
Definition at line 37 of file TargetSubtarget.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.