Searched refs:enableInterleavedAccessVectorization (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h103 bool enableInterleavedAccessVectorization() { function in class:llvm::HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h82 bool enableInterleavedAccessVectorization();
H A DPPCTargetTransformInfo.cpp618 bool PPCTTIImpl::enableInterleavedAccessVectorization() { function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h78 bool enableInterleavedAccessVectorization() { return true; } function in class:llvm::SystemZTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h104 bool enableInterleavedAccessVectorization() { return true; } function in class:llvm::ARMTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h87 bool enableInterleavedAccessVectorization() { return true; } function in class:llvm::AArch64TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h217 bool enableInterleavedAccessVectorization();
H A DX86TargetTransformInfo.cpp4231 bool X86TTIImpl::enableInterleavedAccessVectorization() {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h738 bool enableInterleavedAccessVectorization() const;
1351 virtual bool enableInterleavedAccessVectorization() = 0;
1698 bool enableInterleavedAccessVectorization() override {
1699 return Impl.enableInterleavedAccessVectorization();
H A DTargetTransformInfoImpl.h264 bool enableInterleavedAccessVectorization() { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp495 bool TargetTransformInfo::enableInterleavedAccessVectorization() const { function in class:TargetTransformInfo
496 return TTIImpl->enableInterleavedAccessVectorization();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7823 bool UseInterleaved = TTI->enableInterleavedAccessVectorization();

Completed in 505 milliseconds