Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.h74 unsigned getCacheLineSize() const override { return 256; } in getCacheLineSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.h260 unsigned getCacheLineSize() const override { return 128; } in getCacheLineSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSubtargetInfo.h295 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVSubtarget.h285 unsigned getCacheLineSize() const override { in getCacheLineSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSubtargetInfo.cpp359 MCSubtargetInfo::getCacheLineSize(unsigned Level) const { in getCacheLineSize() function in MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h227 unsigned getCacheLineSize() const override { return CacheLineSize; } in getCacheLineSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.cpp361 unsigned HexagonTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp501 unsigned PPCTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h724 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h510 unsigned getCacheLineSize() const { return 0; } in getCacheLineSize() function
HDTargetTransformInfo.h2622 unsigned getCacheLineSize() const override { return Impl.getCacheLineSize(); } in getCacheLineSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp789 unsigned TargetTransformInfo::getCacheLineSize() const { in getCacheLineSize() function in TargetTransformInfo