Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h197 bool UseMaskForCond = false, bool UseMaskForGaps = false);
202 bool UseMaskForCond = false, bool UseMaskForGaps = false);
207 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DX86TargetTransformInfo.cpp4918 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX2() argument
4920 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX2()
4923 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX2()
5026 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument
5028 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX512()
5031 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX512()
5149 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
5162 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
5166 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
5170 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp239 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
240 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
244 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h138 bool UseMaskForCond = false, bool UseMaskForGaps = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h120 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DSystemZTargetTransformInfo.cpp1140 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1141 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1144 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h135 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DPPCTargetTransformInfo.cpp1195 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1196 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1199 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h302 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DAArch64TargetTransformInfo.cpp1613 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1617 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost()
1633 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h251 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DARMTargetTransformInfo.cpp1458 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1466 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost()
1493 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1147 bool UseMaskForCond = false, bool UseMaskForGaps = false) const;
1644 bool UseMaskForCond = false, bool UseMaskForGaps = false) = 0;
2142 bool UseMaskForCond, bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument
2145 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DTargetTransformInfoImpl.h566 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp849 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
852 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1168 bool UseMaskForCond = false, bool UseMaskForGaps = false) {
1179 if (UseMaskForCond || UseMaskForGaps)
1276 if (!UseMaskForCond)