| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 261 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 262 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 266 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 142 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 226 bool UseMaskForCond = false, bool UseMaskForGaps = false); 230 TTI::TargetCostKind CostKind, bool UseMaskForCond = false,
|
| H A D | X86TargetTransformInfo.cpp | 6187 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument 6203 bool UseMaskedMemOp = UseMaskForCond || UseMaskForGaps; in getInterleavedMemoryOpCostAVX512() 6340 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 6357 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 6359 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 6362 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 6649 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 125 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | SystemZTargetTransformInfo.cpp | 1236 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1237 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1240 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 138 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | PPCTargetTransformInfo.cpp | 847 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 853 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 856 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 138 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | RISCVTargetTransformInfo.cpp | 559 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 571 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost() 623 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 349 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | AArch64TargetTransformInfo.cpp | 3237 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 3246 if (!VecTy->isScalableTy() && (UseMaskForCond || UseMaskForGaps)) in getInterleavedMemoryOpCost() 3266 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 274 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | ARMTargetTransformInfo.cpp | 1527 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1535 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost() 1562 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1429 bool UseMaskForCond = false, bool UseMaskForGaps = false) const; 2030 bool UseMaskForCond = false, bool UseMaskForGaps = false) = 0; 2677 bool UseMaskForCond, bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument 2680 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | TargetTransformInfoImpl.h | 693 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1047 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 1050 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1381 bool UseMaskForCond = false, bool UseMaskForGaps = false) { 1397 if (UseMaskForCond || UseMaskForGaps) 1497 if (!UseMaskForCond)
|