| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 60 bool enableInterleavedAccessVectorization() const override { return true; } in enableInterleavedAccessVectorization() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 93 bool enableInterleavedAccessVectorization() const override { return true; } in enableInterleavedAccessVectorization() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 106 bool enableInterleavedAccessVectorization() const override { return true; } in enableInterleavedAccessVectorization() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 91 bool enableInterleavedAccessVectorization() const override;
|
| H A D | PPCTargetTransformInfo.cpp | 447 bool PPCTTIImpl::enableInterleavedAccessVectorization() const { return true; } in enableInterleavedAccessVectorization() function in PPCTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 110 bool enableInterleavedAccessVectorization() const override { return true; } in enableInterleavedAccessVectorization() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 308 bool enableInterleavedAccessVectorization() const override;
|
| H A D | X86TargetTransformInfo.cpp | 6607 bool X86TTIImpl::enableInterleavedAccessVectorization() const { in enableInterleavedAccessVectorization() function in X86TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 399 bool enableInterleavedAccessVectorization() const override { return true; } in enableInterleavedAccessVectorization() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 117 bool enableInterleavedAccessVectorization() const override { return true; } in enableInterleavedAccessVectorization() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 676 bool TargetTransformInfo::enableInterleavedAccessVectorization() const { in enableInterleavedAccessVectorization() function in TargetTransformInfo 677 return TTIImpl->enableInterleavedAccessVectorization(); in enableInterleavedAccessVectorization()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1036 LLVM_ABI bool enableInterleavedAccessVectorization() const;
|
| H A D | TargetTransformInfoImpl.h | 500 virtual bool enableInterleavedAccessVectorization() const { return false; } in enableInterleavedAccessVectorization() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 9976 bool UseInterleaved = TTI->enableInterleavedAccessVectorization(); in processLoop()
|