/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 164 bool UseMaskForGaps = false); 169 bool UseMaskForGaps = false); 174 bool UseMaskForGaps = false);
|
D | X86TargetTransformInfo.cpp | 3564 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/ |
D | HexagonTargetTransformInfo.cpp | 220 bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 221 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 224 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
D | HexagonTargetTransformInfo.h | 127 bool UseMaskForGaps = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 100 bool UseMaskForGaps = false);
|
D | SystemZTargetTransformInfo.cpp | 1067 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/ |
D | PPCTargetTransformInfo.h | 110 bool UseMaskForGaps = false);
|
D | PPCTargetTransformInfo.cpp | 908 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/ |
D | AArch64TargetTransformInfo.h | 179 bool UseMaskForGaps = false);
|
D | AArch64TargetTransformInfo.cpp | 686 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/ |
D | ARMTargetTransformInfo.h | 223 bool UseMaskForGaps = false);
|
D | ARMTargetTransformInfo.cpp | 814 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/ |
D | TargetTransformInfo.h | 980 bool UseMaskForGaps = false) const; 1345 bool UseMaskForGaps = false) = 0; 1763 bool UseMaskForGaps) override { in getInterleavedMemoryOpCost() argument 1766 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
D | TargetTransformInfoImpl.h | 487 bool UseMaskForGaps = false) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 920 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/ |
D | TargetTransformInfo.cpp | 683 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/ |
D | LoopVectorize.cpp | 5913 bool UseMaskForGaps = in getInterleaveGroupCost() local 5917 Group->getAlignment(), AS, Legal->isMaskRequired(I), UseMaskForGaps); in getInterleaveGroupCost()
|