Home
last modified time | relevance | path

Searched refs:UseMaskForCond (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp241 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
242 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
246 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h137 bool UseMaskForCond = false, bool UseMaskForGaps = false);
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h206 bool UseMaskForCond = false, bool UseMaskForGaps = false);
210 TTI::TargetCostKind CostKind, bool UseMaskForCond = false,
H A DX86TargetTransformInfo.cpp5529 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 DSystemZTargetTransformInfo.h121 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DSystemZTargetTransformInfo.cpp1182 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 DPPCTargetTransformInfo.h135 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DPPCTargetTransformInfo.cpp1233 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 DAArch64TargetTransformInfo.h325 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DAArch64TargetTransformInfo.cpp2319 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 DARMTargetTransformInfo.h267 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DARMTargetTransformInfo.cpp1518 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 DTargetTransformInfo.h1224 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 DTargetTransformInfoImpl.h613 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp914 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
917 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1254 bool UseMaskForCond = false, bool UseMaskForGaps = false) {
1270 if (UseMaskForCond || UseMaskForGaps)
1370 if (!UseMaskForCond)