/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.h | 74 unsigned getCacheLineSize() const override { return 256; } getCacheLineSize() function
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.h | 260 unsigned getCacheLineSize() const override { return 128; } getCacheLineSize() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 295 virtual unsigned getCacheLineSize() const { getCacheLineSize() function
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSubtarget.h | 285 unsigned getCacheLineSize() const override { getCacheLineSize() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 359 MCSubtargetInfo::getCacheLineSize(unsigned Level) const { getCacheLineSize() function in MCSubtargetInfo
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 226 unsigned getCacheLineSize() const override { return CacheLineSize; } getCacheLineSize() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 361 unsigned HexagonTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in HexagonTTIImpl
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 501 unsigned PPCTTIImpl::getCacheLineSize() const { getCacheLineSize() function in PPCTTIImpl
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 508 unsigned getCacheLineSize() const { return 0; } getCacheLineSize() function
|
H A D | TargetTransformInfo.h | 2597 unsigned getCacheLineSize() const override { return Impl.getCacheLineSize(); } getCacheLineSize() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 724 virtual unsigned getCacheLineSize() const { getCacheLineSize() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 785 unsigned TargetTransformInfo::getCacheLineSize() const { getCacheLineSize() function in TargetTransformInfo
|