/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 163 bool UseMaskForCond = false, 168 bool UseMaskForCond = false, 173 bool UseMaskForCond = false,
|
D | X86TargetTransformInfo.cpp | 3563 bool UseMaskForCond, in getInterleavedMemoryOpCostAVX2() argument 3566 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX2() 3569 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX2() 3679 bool UseMaskForCond, in getInterleavedMemoryOpCostAVX512() argument 3682 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCostAVX512() 3685 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCostAVX512() 3804 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument 3818 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 3822 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost() 3826 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 219 unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond, in getInterleavedMemoryOpCost() argument 221 if (Indices.size() != Factor || UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 224 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
D | HexagonTargetTransformInfo.h | 126 unsigned AddressSpace, bool UseMaskForCond = false,
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
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()
|
D | HexagonTargetTransformInfo.h | 144 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 208 bool UseMaskForCond = false, bool UseMaskForGaps = false); 212 TTI::TargetCostKind CostKind, bool UseMaskForCond = false,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 99 bool UseMaskForCond = false,
|
D | SystemZTargetTransformInfo.cpp | 1066 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument 1068 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1071 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 109 bool UseMaskForCond = false,
|
D | PPCTargetTransformInfo.cpp | 907 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument 909 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 912 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 123 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
D | SystemZTargetTransformInfo.cpp | 1190 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 1191 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 1194 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 178 bool UseMaskForCond = false,
|
D | AArch64TargetTransformInfo.cpp | 685 bool UseMaskForCond, in getInterleavedMemoryOpCost() argument 690 if (!UseMaskForCond && !UseMaskForGaps && in getInterleavedMemoryOpCost() 705 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 140 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
D | PPCTargetTransformInfo.cpp | 842 bool UseMaskForCond, bool UseMaskForGaps) { in getInterleavedMemoryOpCost() argument 848 if (UseMaskForCond || UseMaskForGaps) in getInterleavedMemoryOpCost() 851 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 222 bool UseMaskForCond = false,
|
D | ARMTargetTransformInfo.cpp | 813 unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond, in getInterleavedMemoryOpCost() argument 822 !UseMaskForCond && !UseMaskForGaps) { in getInterleavedMemoryOpCost() 846 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 979 bool UseMaskForCond = false, 1344 bool UseMaskForCond = false, 1762 unsigned AddressSpace, bool UseMaskForCond, in getInterleavedMemoryOpCost() argument 1766 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 334 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 270 bool UseMaskForCond = false, bool UseMaskForGaps = false);
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 919 bool UseMaskForCond = false, 932 if (UseMaskForCond || UseMaskForGaps) 1033 if (!UseMaskForCond)
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 967 bool UseMaskForCond, bool UseMaskForGaps) const { in getInterleavedMemoryOpCost() argument 970 UseMaskForCond, UseMaskForGaps); in getInterleavedMemoryOpCost()
|