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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h170 unsigned getMaxInterleaveFactor(unsigned VF);
268 unsigned getMaxInterleaveFactor(unsigned VF);
H A DAMDGPUTargetTransformInfo.cpp301 unsigned GCNTTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:GCNTTIImpl
926 unsigned R600TTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:R600TTIImpl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h152 unsigned getMaxInterleaveFactor(unsigned VF) { function in class:llvm::ARMTTIImpl
153 return ST->getMaxInterleaveFactor();
H A DARMSubtarget.h839 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } function in class:llvm::ARMSubtarget
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h80 unsigned getMaxInterleaveFactor(unsigned VF);
H A DHexagonTargetTransformInfo.cpp102 unsigned HexagonTTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:HexagonTTIImpl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h87 unsigned getMaxInterleaveFactor(unsigned VF);
H A DPPCTargetTransformInfo.cpp677 unsigned PPCTTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:PPCTTIImpl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h112 unsigned getMaxInterleaveFactor(unsigned VF);
H A DAArch64Subtarget.h357 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } function in class:llvm::final
H A DAArch64TargetTransformInfo.cpp720 unsigned AArch64TTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:AArch64TTIImpl
721 return ST->getMaxInterleaveFactor();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h121 unsigned getMaxInterleaveFactor(unsigned VF);
H A DX86TargetTransformInfo.cpp154 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) { function in class:X86TTIImpl
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h884 unsigned getMaxInterleaveFactor(unsigned VF) const;
1314 virtual unsigned getMaxInterleaveFactor(unsigned VF) = 0;
1705 unsigned getMaxInterleaveFactor(unsigned VF) override {
1706 return Impl.getMaxInterleaveFactor(VF);
H A DTargetTransformInfoImpl.h430 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp541 unsigned TargetTransformInfo::getMaxInterleaveFactor(unsigned VF) const { function in class:TargetTransformInfo
542 return TTIImpl->getMaxInterleaveFactor(VF);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h628 unsigned getMaxInterleaveFactor(unsigned VF) { return 1; } function in class:llvm::BasicTTIImplBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5264 unsigned MaxInterleaveCount = TTI.getMaxInterleaveFactor(VF);
7921 TTI->getMaxInterleaveFactor(1) < 2)

Completed in 147 milliseconds