Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h105 bool UseMaskForCond = false,
110 bool UseMaskForCond = false,
115 bool UseMaskForCond = false,
H A DX86TargetTransformInfo.cpp3005 bool UseMaskForCond, in getInterleavedMemoryOpCostAVX2() argument
3008 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX2()
3011 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX2()
3121 bool UseMaskForCond, in getInterleavedMemoryOpCostAVX512() argument
3124 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX512()
3127 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX512()
3246 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
3260 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
3264 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
3268 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp209 unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
211 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
214 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h126 unsigned AddressSpace, bool UseMaskForCond = false,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp477 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
479 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
482 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DPPCTargetTransformInfo.h94 bool UseMaskForCond = false,
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h99 bool UseMaskForCond = false,
H A DSystemZTargetTransformInfo.cpp1045 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
1047 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1050 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h150 bool UseMaskForCond = false,
H A DAArch64TargetTransformInfo.cpp663 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
668 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost()
683 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h173 bool UseMaskForCond = false,
H A DARMTargetTransformInfo.cpp567 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
576 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost()
590 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h840 bool UseMaskForCond = false,
1160 bool UseMaskForCond = false,
1506 unsigned AddressSpace, bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
1510 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
H A DTargetTransformInfoImpl.h457 bool UseMaskForCond = false,
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h854 bool UseMaskForCond = false,
867 if (UseMaskForCond || UseMaskForGaps)
968 if (!UseMaskForCond)
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp528 unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond, in getInterleavedMemoryOpCost() argument
532 UseMaskForCond, in getInterleavedMemoryOpCost()