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/
DHexagonTargetTransformInfo.cpp261 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
262 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
266 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
DHexagonTargetTransformInfo.h144 bool UseMaskForCond = false, bool UseMaskForGaps = false);
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.h208 bool UseMaskForCond = false, bool UseMaskForGaps = false);
213 bool UseMaskForGaps = false);
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/
DSystemZTargetTransformInfo.h123 bool UseMaskForCond = false, bool UseMaskForGaps = false);
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/
DPPCTargetTransformInfo.h140 bool UseMaskForCond = false, bool UseMaskForGaps = false);
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/
DAArch64TargetTransformInfo.h334 bool UseMaskForCond = false, bool UseMaskForGaps = false);
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/
DARMTargetTransformInfo.h270 bool UseMaskForCond = false, bool UseMaskForGaps = false);
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/
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()
DTargetTransformInfoImpl.h642 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
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/
DTargetTransformInfo.cpp967 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost()
970 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6533 bool UseMaskForGaps = in getInterleaveGroupCost() local
6538 AS, CostKind, Legal->isMaskRequired(I), UseMaskForGaps); in getInterleaveGroupCost()