Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.cpp72 unsigned LoongArchTTIImpl::getMaxInterleaveFactor(ElementCount VF) { getMaxInterleaveFactor() function in LoongArchTTIImpl
H A DLoongArchSubtarget.h106 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } in getMaxInterleaveFactor() function
/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) { getMaxInterleaveFactor() function in GCNTTIImpl
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h181 unsigned getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function
H A DARMSubtarget.h447 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } getMaxInterleaveFactor() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h334 unsigned getMaxInterleaveFactor(ElementCount VF) { getMaxInterleaveFactor() function
H A DRISCVSubtarget.h234 unsigned getMaxInterleaveFactor() const { getMaxInterleaveFactor() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h224 unsigned getMaxInterleaveFactor() const { return MaxInterleaveFactor; } getMaxInterleaveFactor() function
H A DAArch64TargetTransformInfo.cpp3536 unsigned AArch64TTIImpl::getMaxInterleaveFactor(ElementCount VF) { getMaxInterleaveFactor() function in AArch64TTIImpl
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp113 unsigned HexagonTTIImpl::getMaxInterleaveFactor(ElementCount VF) { in getMaxInterleaveFactor() function in HexagonTTIImpl
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp518 unsigned PPCTTIImpl::getMaxInterleaveFactor(ElementCount VF) { getMaxInterleaveFactor() function in PPCTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h544 unsigned getMaxInterleaveFactor(ElementCount VF) const { return 1; } getMaxInterleaveFactor() function
H A DTargetTransformInfo.h2644 unsigned getMaxInterleaveFactor(ElementCount VF) override { getMaxInterleaveFactor() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h895 unsigned getMaxInterleaveFactor(ElementCount VF) { return 1; } getMaxInterleaveFactor() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp828 unsigned TargetTransformInfo::getMaxInterleaveFactor(ElementCount VF) const { getMaxInterleaveFactor() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp228 unsigned X86TTIImpl::getMaxInterleaveFactor(ElementCount VF) { getMaxInterleaveFactor() function in X86TTIImpl