Home
last modified time | relevance | path

Searched refs:UseMaskForGaps (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h164 bool UseMaskForGaps = false);
169 bool UseMaskForGaps = false);
174 bool UseMaskForGaps = false);
DX86TargetTransformInfo.cpp3564 bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX2() argument
3566 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX2()
3569 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX2()
3680 bool UseMaskForGaps) { in getInterleavedMemoryOpCostAVX512() argument
3682 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX512()
3685 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX512()
3805 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
3818 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
3822 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
3826 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp220 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
221 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
224 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
DHexagonTargetTransformInfo.h127 bool UseMaskForGaps = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h100 bool UseMaskForGaps = false);
DSystemZTargetTransformInfo.cpp1067 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
1068 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
1071 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h110 bool UseMaskForGaps = false);
DPPCTargetTransformInfo.cpp908 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
909 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost()
912 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h179 bool UseMaskForGaps = false);
DAArch64TargetTransformInfo.cpp686 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
690 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost()
705 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h223 bool UseMaskForGaps = false);
DARMTargetTransformInfo.cpp814 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument
822 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost()
846 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h980 bool UseMaskForGaps = false) const;
1345 bool UseMaskForGaps = false) = 0;
1763 bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument
1766 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
DTargetTransformInfoImpl.h487 bool UseMaskForGaps = false) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h920 bool UseMaskForGaps = false) {
932 if (UseMaskForCond || UseMaskForGaps)
1063 if (UseMaskForGaps)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp683 bool UseMaskForGaps) const { in getInterleavedMemoryOpCost()
687 UseMaskForGaps); in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5913 bool UseMaskForGaps = in getInterleaveGroupCost() local
5917 Group->getAlignment(), AS, Legal->isMaskRequired(I), UseMaskForGaps); in getInterleaveGroupCost()