| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 248 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 249 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 253 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 138 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 234 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override; 238 TTI::TargetCostKind CostKind, bool UseMaskForCond = false,
|
| H A D | X86TargetTransformInfo.cpp | 6621 TTI::TargetCostKind CostKind, bool UseMaskForCond, in getInterleavedMemoryOpCostAVX512() argument 6638 bool UseMaskedMemOp = UseMaskForCond || UseMaskForGaps; in getInterleavedMemoryOpCostAVX512() 6777 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 6794 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 6796 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 6799 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 7086 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 136 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override;
|
| H A D | SystemZTargetTransformInfo.cpp | 1383 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 1384 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1387 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 143 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override;
|
| H A D | PPCTargetTransformInfo.cpp | 862 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 868 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 871 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 284 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override;
|
| H A D | ARMTargetTransformInfo.cpp | 1622 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 1630 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost() 1657 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 180 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override;
|
| H A D | RISCVTargetTransformInfo.cpp | 980 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 985 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost() 1062 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 395 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override;
|
| H A D | AArch64TargetTransformInfo.cpp | 4597 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 4613 if (!VecTy->isScalableTy() && (UseMaskForCond || UseMaskForGaps)) in getInterleavedMemoryOpCost() 4633 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1204 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 1207 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1570 bool UseMaskForCond = false, bool UseMaskForGaps = false) const override { 1586 if (UseMaskForCond || UseMaskForGaps) 1686 if (!UseMaskForCond)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1603 bool UseMaskForCond = false, bool UseMaskForGaps = false) const;
|
| H A D | TargetTransformInfoImpl.h | 871 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
|