Home
last modified time | relevance | path

Searched defs:getCacheLineSize (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h70 unsigned getCacheLineSize() const override { return 256; } in getCacheLineSize() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h256 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp347 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const { in getCacheLineSize() function in MCSubtargetInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp339 unsigned HexagonTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in HexagonTTIImpl
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp889 unsigned PPCTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in PPCTTIImpl
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h415 unsigned getCacheLineSize() const override { return CacheLineSize; } in getCacheLineSize() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h622 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h412 unsigned getCacheLineSize() const { return 0; } in getCacheLineSize() function
H A DTargetTransformInfo.h2044 unsigned getCacheLineSize() const override { return Impl.getCacheLineSize(); } in getCacheLineSize() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp620 unsigned TargetTransformInfo::getCacheLineSize() const { in getCacheLineSize() function in TargetTransformInfo