HomeSort by relevance Sort by last modified time
    Searched defs:getMaxInterleaveFactor (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 102 unsigned getMaxInterleaveFactor(unsigned VF) {
103 return ST->getMaxInterleaveFactor();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 105 unsigned AMDGPUTTIImpl::getMaxInterleaveFactor(unsigned VF) {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 252 unsigned PPCTTIImpl::getMaxInterleaveFactor(unsigned VF) {
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 529 unsigned AArch64TTIImpl::getMaxInterleaveFactor(unsigned VF) {
530 return ST->getMaxInterleaveFactor();
AArch64Subtarget.h 193 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 268 unsigned TargetTransformInfo::getMaxInterleaveFactor(unsigned VF) const {
269 return TTIImpl->getMaxInterleaveFactor(VF);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 291 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 295 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 70 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 323 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 352 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 323 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 352 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 344 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 414 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 344 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 414 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 376 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 467 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 376 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 467 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 376 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 467 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 376 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 467 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; }
    [all...]

Completed in 1086 milliseconds

1 2