Searched refs:getMaxInterleaveFactor (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h160 unsigned getMaxInterleaveFactor(unsigned VF) { function in class:llvm::ARMTTIImpl
161 return ST->getMaxInterleaveFactor();
H A DARMSubtarget.h858 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } function in class:llvm::ARMSubtarget
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h83 unsigned getMaxInterleaveFactor(unsigned VF);
H A DHexagonTargetTransformInfo.cpp107 unsigned HexagonTTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h93 unsigned getMaxInterleaveFactor(unsigned VF);
H A DPPCTargetTransformInfo.cpp697 unsigned PPCTTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h190 unsigned getMaxInterleaveFactor(unsigned VF);
286 unsigned getMaxInterleaveFactor(unsigned VF);
H A DAMDGPUTargetTransformInfo.cpp401 unsigned GCNTTIImpl::getMaxInterleaveFactor(unsigned VF) {
1064 unsigned R600TTIImpl::getMaxInterleaveFactor(unsigned VF) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h114 unsigned getMaxInterleaveFactor(unsigned VF);
H A DAArch64Subtarget.h383 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } function in class:llvm::final
H A DAArch64TargetTransformInfo.cpp787 unsigned AArch64TTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:AArch64TTIImpl
788 return ST->getMaxInterleaveFactor();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h119 unsigned getMaxInterleaveFactor(unsigned VF);
H A DX86TargetTransformInfo.cpp154 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h959 unsigned getMaxInterleaveFactor(unsigned VF) const;
1410 virtual unsigned getMaxInterleaveFactor(unsigned VF) = 0;
1804 unsigned getMaxInterleaveFactor(unsigned VF) override {
1805 return Impl.getMaxInterleaveFactor(VF);
H A DTargetTransformInfoImpl.h373 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp636 unsigned TargetTransformInfo::getMaxInterleaveFactor(unsigned VF) const { function in class:TargetTransformInfo
637 return TTIImpl->getMaxInterleaveFactor(VF);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h613 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; } function in class:llvm::BasicTTIImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5321 unsigned MaxInterleaveCount = TTI.getMaxInterleaveFactor(VF);
8035 TTI->getMaxInterleaveFactor(1) < 2)

Completed in 232 milliseconds