| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 106 bool UseMaskForGaps = false); 111 bool UseMaskForGaps = false); 116 bool UseMaskForGaps = false);
|
| H A D | X86TargetTransformInfo.cpp | 3006 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 D | HexagonTargetTransformInfo.cpp | 210 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 211 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 214 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 127 bool UseMaskForGaps = false);
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 478 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 479 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 482 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | PPCTargetTransformInfo.h | 95 bool UseMaskForGaps = false);
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 100 bool UseMaskForGaps = false);
|
| H A D | SystemZTargetTransformInfo.cpp | 1046 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 D | AArch64TargetTransformInfo.h | 151 bool UseMaskForGaps = false);
|
| H A D | AArch64TargetTransformInfo.cpp | 664 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 D | ARMTargetTransformInfo.h | 174 bool UseMaskForGaps = false);
|
| H A D | ARMTargetTransformInfo.cpp | 568 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 D | TargetTransformInfo.h | 841 bool UseMaskForGaps = false) const; 1161 bool UseMaskForGaps = false) = 0; 1507 bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument 1510 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | TargetTransformInfoImpl.h | 458 bool UseMaskForGaps = false) {
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 855 bool UseMaskForGaps = false) { 867 if (UseMaskForCond || UseMaskForGaps) 998 if (UseMaskForGaps)
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 529 bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() 533 UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5582 bool UseMaskForGaps = in getInterleaveGroupCost() local 5586 Group->getAlignment(), AS, Legal->isMaskRequired(I), UseMaskForGaps); in getInterleaveGroupCost()
|