Home
last modified time | relevance | path

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

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetSubtarget.h49 virtual unsigned getSpecialAddressLatency() const { return 0; } in getSpecialAddressLatency() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86Subtarget.h255 unsigned getSpecialAddressLatency() const;
H A DX86Subtarget.cpp165 unsigned X86Subtarget::getSpecialAddressLatency() const { in getSpecialAddressLatency() function in X86Subtarget
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp172 unsigned SpecialAddressLatency = ST.getSpecialAddressLatency(); in BuildSchedGraph()