| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 241 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 242 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 246 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 137 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 206 bool UseMaskForCond = false, bool UseMaskForGaps = false); 210 TTI::TargetCostKind CostKind, bool UseMaskForCond = false,
|
| H A D | X86TargetTransformInfo.cpp | 5529 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument 5545 bool UseMaskedMemOp = UseMaskForCond || UseMaskForGaps; in getInterleavedMemoryOpCostAVX512() 5683 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 5698 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 5700 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 5703 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 5990 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 121 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | SystemZTargetTransformInfo.cpp | 1182 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1183 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1186 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 135 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | PPCTargetTransformInfo.cpp | 1233 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1239 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1242 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 325 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | AArch64TargetTransformInfo.cpp | 2319 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 2323 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost() 2340 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 267 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | ARMTargetTransformInfo.cpp | 1518 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1526 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost() 1553 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1224 bool UseMaskForCond = false, bool UseMaskForGaps = false) const; 1768 bool UseMaskForCond = false, bool UseMaskForGaps = false) = 0; 2326 bool UseMaskForCond, bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument 2329 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | TargetTransformInfoImpl.h | 613 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 914 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 917 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1254 bool UseMaskForCond = false, bool UseMaskForGaps = false) { 1270 if (UseMaskForCond || UseMaskForGaps) 1370 if (!UseMaskForCond)
|