/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 196 bool UseMaskForCond = false, bool UseMaskForGaps = false); 201 bool UseMaskForCond = false, bool UseMaskForGaps = false); 206 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
H A D | X86TargetTransformInfo.cpp | 4707 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 D | HexagonTargetTransformInfo.cpp | 239 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 240 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 244 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
H A D | HexagonTargetTransformInfo.h | 138 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.h | 120 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
H A D | SystemZTargetTransformInfo.cpp | 1140 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 D | PPCTargetTransformInfo.h | 135 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
H A D | PPCTargetTransformInfo.cpp | 1192 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 D | AArch64TargetTransformInfo.h | 281 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
H A D | AArch64TargetTransformInfo.cpp | 1266 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 D | ARMTargetTransformInfo.h | 251 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
H A D | ARMTargetTransformInfo.cpp | 1453 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 D | TargetTransformInfo.h | 1178 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 D | TargetTransformInfoImpl.h | 566 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1137 bool UseMaskForCond = false, bool UseMaskForGaps = false) { 1148 if (UseMaskForCond || UseMaskForGaps) 1245 if (!UseMaskForCond)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 852 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 855 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|