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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSubtargetInfo.h 46 /// getSpecialAddressLatency - For targets where it is beneficial to
50 virtual unsigned getSpecialAddressLatency() const { return 0; }
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 284 /// getSpecialAddressLatency - For targets where it is beneficial to
288 unsigned getSpecialAddressLatency() const;
X86Subtarget.cpp 167 /// getSpecialAddressLatency - For targets where it is beneficial to
171 unsigned X86Subtarget::getSpecialAddressLatency() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 211 unsigned SpecialAddressLatency = ST.getSpecialAddressLatency();

Completed in 72 milliseconds