Home
last modified time | relevance | path

Searched defs:getMaxInterleaveFactor (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.cpp70 unsigned LoongArchTTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in LoongArchTTIImpl
H A DLoongArchSubtarget.h106 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp85 unsigned R600TTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in R600TTIImpl
H A DAMDGPUTargetTransformInfo.cpp491 unsigned GCNTTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h181 unsigned getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function
H A DARMSubtarget.h449 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h334 unsigned getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function
H A DRISCVSubtarget.h234 unsigned getMaxInterleaveFactor() const { in getMaxInterleaveFactor() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h225 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor() function
H A DAArch64TargetTransformInfo.cpp3558 unsigned AArch64TTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp113 unsigned HexagonTTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp518 unsigned PPCTTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h546 unsigned getMaxInterleaveFactor(ElementCount VF) const { return 1; } in getMaxInterleaveFactor() function
H A DTargetTransformInfo.h2669 unsigned getMaxInterleaveFactor(ElementCount VF) override { in getMaxInterleaveFactor() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h895 unsigned getMaxInterleaveFactor(ElementCount VF) { return 1; } in getMaxInterleaveFactor() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp832 unsigned TargetTransformInfo::getMaxInterleaveFactor(ElementCount VF) const { in getMaxInterleaveFactor() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp228 unsigned X86TTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in X86TTIImpl