HomeSort by relevance Sort by last modified time
    Searched refs:getCacheLineSize (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 134 unsigned getCacheLineSize();
AArch64Subtarget.h 197 unsigned getCacheLineSize() const { return CacheLineSize; }
AArch64TargetTransformInfo.cpp 628 unsigned AArch64TTIImpl::getCacheLineSize() {
629 return ST->getCacheLineSize();
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 73 unsigned getCacheLineSize();
PPCTargetTransformInfo.cpp 240 unsigned PPCTTIImpl::getCacheLineSize() {
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 165 assert(TTI->getCacheLineSize() && "Cache line size is not set for target");
261 if (PD < (int64_t) TTI->getCacheLineSize()) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 252 unsigned TargetTransformInfo::getCacheLineSize() const {
253 return TTIImpl->getCacheLineSize();
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 465 unsigned getCacheLineSize() const;
    [all...]
TargetTransformInfoImpl.h 283 unsigned getCacheLineSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 541 unsigned getCacheLineSize() const;
    [all...]
TargetTransformInfoImpl.h 315 unsigned getCacheLineSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 578 unsigned getCacheLineSize() const;
    [all...]
TargetTransformInfoImpl.h 336 unsigned getCacheLineSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 578 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 541 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 578 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 578 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 649 unsigned getCacheLineSize() const;
    [all...]

Completed in 229 milliseconds

1 2