| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 248 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() 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; 239 bool UseMaskForGaps = false) const;
|
| H A D | X86TargetTransformInfo.cpp | 6622 bool UseMaskForGaps) const { in getInterleavedMemoryOpCostAVX512() 6638 bool UseMaskedMemOp = UseMaskForCond || UseMaskForGaps; in getInterleavedMemoryOpCostAVX512() 6663 UseMaskForGaps ? DemandedLoadStoreElts in getInterleavedMemoryOpCostAVX512() 6672 if (UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() 6777 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() 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() 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() 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() 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() 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() 4613 if (!VecTy->isScalableTy() && (UseMaskForCond || UseMaskForGaps)) in getInterleavedMemoryOpCost() 4616 if (!UseMaskForGaps && Factor <= TLI->getMaxSupportedInterleaveFactor()) { in getInterleavedMemoryOpCost() 4633 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) 1693 UseMaskForGaps ? DemandedLoadStoreElts : DemandedAllResultElts, 1701 if (UseMaskForGaps) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1204 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() 1207 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /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
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5306 bool UseMaskForGaps = in getInterleaveGroupCost() local 5312 UseMaskForGaps); in getInterleaveGroupCost()
|