Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp261 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
262 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
266 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h142 bool UseMaskForCond = false, bool UseMaskForGaps = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h226 bool UseMaskForCond = false, bool UseMaskForGaps = false);
230 TTI::TargetCostKind CostKind, bool UseMaskForCond = false,
H A DX86TargetTransformInfo.cpp6187 TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument
6203 bool UseMaskedMemOp = UseMaskForCond || UseMaskForGaps; in getInterleavedMemoryOpCostAVX512()
6340 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
6357 AddressSpace, CostKind, UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
6359 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
6362 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
6649 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h125 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DSystemZTargetTransformInfo.cpp1236 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1237 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1240 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h138 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DPPCTargetTransformInfo.cpp847 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
853 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
856 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h138 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DRISCVTargetTransformInfo.cpp559 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
571 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost()
623 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h349 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DAArch64TargetTransformInfo.cpp3237 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
3246 if (!VecTy->isScalableTy() && (UseMaskForCond || UseMaskForGaps)) in getInterleavedMemoryOpCost()
3266 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h274 bool UseMaskForCond = false, bool UseMaskForGaps = false);
H A DARMTargetTransformInfo.cpp1527 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1535 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost()
1562 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1429 bool UseMaskForCond = false, bool UseMaskForGaps = false) const;
2030 bool UseMaskForCond = false, bool UseMaskForGaps = false) = 0;
2677 bool UseMaskForCond, bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument
2680 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DTargetTransformInfoImpl.h693 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1047 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument
1050 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1381 bool UseMaskForCond = false, bool UseMaskForGaps = false) {
1397 if (UseMaskForCond || UseMaskForGaps)
1497 if (!UseMaskForCond)