Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h196 bool UseMaskForCond = false, bool UseMaskForGaps = false);
201 bool UseMaskForCond = false, bool UseMaskForGaps = false);
206 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DX86TargetTransformInfo.cpp4707 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX2() argument
4709 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX2()
4712 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX2()
4818 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument
4820 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX512()
4823 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX512()
4941 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
4954 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
4958 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
4962 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h135 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DPPCTargetTransformInfo.cpp1192 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1193 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1196 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h281 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DAArch64TargetTransformInfo.cpp1266 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1270 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost()
1286 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h251 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DARMTargetTransformInfo.cpp1453 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1461 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost()
1488 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1178 bool UseMaskForCond = false, bool UseMaskForGaps = false) const;
1655 bool UseMaskForCond = false, bool UseMaskForGaps = false) = 0;
2153 bool UseMaskForCond, bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument
2156 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DTargetTransformInfoImpl.h566 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1137 bool UseMaskForCond = false, bool UseMaskForGaps = false) {
1148 if (UseMaskForCond || UseMaskForGaps)
1245 if (!UseMaskForCond)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp852 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
855 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()