Home
last modified time | relevance | path

Searched refs:UseMaskForGaps (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp261 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
262 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
266 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h144 bool UseMaskForCond = false, bool UseMaskForGaps = false);
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h208 bool UseMaskForCond = false, bool UseMaskForGaps = false);
213 bool UseMaskForGaps = false);
H A DX86TargetTransformInfo.cpp6185 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument
6201 bool UseMaskedMemOp = UseMaskForCond || UseMaskForGaps; in getInterleavedMemoryOpCostAVX512()
6225 UseMaskForGaps ? DemandedLoadStoreElts in getInterleavedMemoryOpCostAVX512()
6234 if (UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512()
6338 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
6353 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
6355 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
6358 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
6645 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h123 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DSystemZTargetTransformInfo.cpp1190 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1191 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1194 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h140 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DPPCTargetTransformInfo.cpp842 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
848 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
851 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h334 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DAArch64TargetTransformInfo.cpp2629 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
2633 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost()
2650 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h270 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DARMTargetTransformInfo.cpp1525 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1533 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost()
1560 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1271 bool UseMaskForCond = false, bool UseMaskForGaps = false) const;
1830 bool UseMaskForCond = false, bool UseMaskForGaps = false) = 0;
2424 bool UseMaskForCond, bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument
2427 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DTargetTransformInfoImpl.h642 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1335 bool UseMaskForCond = false, bool UseMaskForGaps = false) {
1351 if (UseMaskForCond || UseMaskForGaps)
1458 UseMaskForGaps ? DemandedLoadStoreElts : DemandedAllResultElts,
1466 if (UseMaskForGaps) {
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp967 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost()
970 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6533 bool UseMaskForGaps = in getInterleaveGroupCost() local
6538 AS, CostKind, Legal->isMaskRequired(I), UseMaskForGaps); in getInterleaveGroupCost()