/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.h | 170 unsigned getMaxInterleaveFactor(unsigned VF); 268 unsigned getMaxInterleaveFactor(unsigned VF);
|
D | AMDGPUTargetTransformInfo.cpp | 301 unsigned GCNTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() function in GCNTTIImpl 926 unsigned R600TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() function in R600TTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 152 unsigned getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() function 153 return ST->getMaxInterleaveFactor(); in getMaxInterleaveFactor()
|
D | ARMSubtarget.h | 839 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 80 unsigned getMaxInterleaveFactor(unsigned VF);
|
D | HexagonTargetTransformInfo.cpp | 102 unsigned HexagonTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() function in HexagonTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 86 unsigned getMaxInterleaveFactor(unsigned VF);
|
D | PPCTargetTransformInfo.cpp | 657 unsigned PPCTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() function in PPCTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 112 unsigned getMaxInterleaveFactor(unsigned VF);
|
D | AArch64Subtarget.h | 356 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor() function
|
D | AArch64TargetTransformInfo.cpp | 720 unsigned AArch64TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() function in AArch64TTIImpl 721 return ST->getMaxInterleaveFactor(); in getMaxInterleaveFactor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 121 unsigned getMaxInterleaveFactor(unsigned VF);
|
D | X86TargetTransformInfo.cpp | 154 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() function in X86TTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 884 unsigned getMaxInterleaveFactor(unsigned VF) const; 1314 virtual unsigned getMaxInterleaveFactor(unsigned VF) = 0; 1705 unsigned getMaxInterleaveFactor(unsigned VF) override { in getMaxInterleaveFactor() function 1706 return Impl.getMaxInterleaveFactor(VF); in getMaxInterleaveFactor()
|
D | TargetTransformInfoImpl.h | 430 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; } in getMaxInterleaveFactor() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 541 unsigned TargetTransformInfo::getMaxInterleaveFactor(unsigned VF) const { in getMaxInterleaveFactor() function in TargetTransformInfo 542 return TTIImpl->getMaxInterleaveFactor(VF); in getMaxInterleaveFactor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 628 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; } in getMaxInterleaveFactor() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5264 unsigned MaxInterleaveCount = TTI.getMaxInterleaveFactor(VF); in selectInterleaveCount() 7921 TTI->getMaxInterleaveFactor(1) < 2) in runImpl()
|