| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 261 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 262 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 266 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 144 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 208 bool UseMaskForCond = false, bool UseMaskForGaps = false); 212 TTI::TargetCostKind CostKind, bool UseMaskForCond = false,
|
| H A D | X86TargetTransformInfo.cpp | 6185 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument 6201 bool UseMaskedMemOp = UseMaskForCond || 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 D | SystemZTargetTransformInfo.h | 123 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | SystemZTargetTransformInfo.cpp | 1190 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 D | PPCTargetTransformInfo.h | 140 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | PPCTargetTransformInfo.cpp | 842 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 D | AArch64TargetTransformInfo.h | 334 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | AArch64TargetTransformInfo.cpp | 2629 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 D | ARMTargetTransformInfo.h | 270 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
| H A D | ARMTargetTransformInfo.cpp | 1525 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 D | TargetTransformInfo.h | 1271 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 D | TargetTransformInfoImpl.h | 642 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 967 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 970 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1335 bool UseMaskForCond = false, bool UseMaskForGaps = false) { 1351 if (UseMaskForCond || UseMaskForGaps) 1451 if (!UseMaskForCond)
|