| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 197 bool UseMaskForCond = false, bool UseMaskForGaps = false); 202 bool UseMaskForCond = false, bool UseMaskForGaps = false); 207 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | X86TargetTransformInfo.cpp | 4918 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX2() argument 4920 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX2() 4923 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX2() 5026 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument 5028 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX512() 5031 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX512() 5149 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 5162 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 5166 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 5170 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 239 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 240 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 244 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 138 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 120 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | SystemZTargetTransformInfo.cpp | 1140 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1141 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1144 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 135 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | PPCTargetTransformInfo.cpp | 1195 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1196 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1199 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 302 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | AArch64TargetTransformInfo.cpp | 1613 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1617 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost() 1633 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 251 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | ARMTargetTransformInfo.cpp | 1458 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1466 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost() 1493 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1147 bool UseMaskForCond = false, bool UseMaskForGaps = false) const; 1644 bool UseMaskForCond = false, bool UseMaskForGaps = false) = 0; 2142 bool UseMaskForCond, bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument 2145 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | TargetTransformInfoImpl.h | 566 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 849 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 852 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1168 bool UseMaskForCond = false, bool UseMaskForGaps = false) { 1179 if (UseMaskForCond || UseMaskForGaps) 1276 if (!UseMaskForCond)
|