Home
last modified time | relevance | path

Searched refs:UseMaskForGaps (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h106 bool UseMaskForGaps = false);
111 bool UseMaskForGaps = false);
116 bool UseMaskForGaps = false);
H A DX86TargetTransformInfo.cpp3006 bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX2() argument
3008 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX2()
3011 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX2()
3122 bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument
3124 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX512()
3127 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX512()
3247 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
3260 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
3264 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
3268 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp210 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
211 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
214 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h127 bool UseMaskForGaps = false);
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp478 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
479 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
482 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DPPCTargetTransformInfo.h95 bool UseMaskForGaps = false);
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h100 bool UseMaskForGaps = false);
H A DSystemZTargetTransformInfo.cpp1046 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1047 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1050 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h151 bool UseMaskForGaps = false);
H A DAArch64TargetTransformInfo.cpp664 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
668 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost()
683 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h174 bool UseMaskForGaps = false);
H A DARMTargetTransformInfo.cpp568 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
576 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost()
590 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h841 bool UseMaskForGaps = false) const;
1161 bool UseMaskForGaps = false) = 0;
1507 bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument
1510 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DTargetTransformInfoImpl.h458 bool UseMaskForGaps = false) {
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h855 bool UseMaskForGaps = false) {
867 if (UseMaskForCond || UseMaskForGaps)
998 if (UseMaskForGaps)
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp529 bool UseMaskForGaps) const { in getInterleavedMemoryOpCost()
533 UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5582 bool UseMaskForGaps = in getInterleaveGroupCost() local
5586 Group->getAlignment(), AS, Legal->isMaskRequired(I), UseMaskForGaps); in getInterleaveGroupCost()