Home
last modified time | relevance | path

Searched refs:getSpecialAddressLatency (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h50 virtual unsigned getSpecialAddressLatency() const { return 0; } in getSpecialAddressLatency() function
/external/llvm/lib/Target/X86/
DX86Subtarget.h310 unsigned getSpecialAddressLatency() const;
DX86Subtarget.cpp170 unsigned X86Subtarget::getSpecialAddressLatency() const { in getSpecialAddressLatency() function in X86Subtarget
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp241 unsigned SpecialAddressLatency = ST.getSpecialAddressLatency(); in addPhysRegDataDeps()
356 unsigned SpecialAddressLatency = ST.getSpecialAddressLatency(); in addPhysRegDeps()