Searched defs:getCacheLineSize (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp328 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const { function in class:MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h249 virtual unsigned getCacheLineSize() const { function in class:llvm::MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp314 unsigned HexagonTTIImpl::getCacheLineSize() const { function in class:HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp674 unsigned PPCTTIImpl::getCacheLineSize() const { function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h504 virtual unsigned getCacheLineSize() const { function in class:llvm::BasicTTIImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h339 unsigned getCacheLineSize() const { return 0; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp603 unsigned TargetTransformInfo::getCacheLineSize() const { function in class:TargetTransformInfo

Completed in 163 milliseconds