HomeSort by relevance Sort by last modified time
    Searched defs:getSpecialAddressLatency (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 46 /// getSpecialAddressLatency - For targets where it is beneficial to
50 virtual unsigned getSpecialAddressLatency() const { return 0; }
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 166 /// getSpecialAddressLatency - For targets where it is beneficial to
170 unsigned X86Subtarget::getSpecialAddressLatency() const {

Completed in 46 milliseconds