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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h100 bool enableInterleavedAccessVectorization() { function in class:llvm::HexagonTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h70 bool enableInterleavedAccessVectorization() { return true; } function in class:llvm::SystemZTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h76 bool enableInterleavedAccessVectorization();
H A DPPCTargetTransformInfo.cpp599 bool PPCTTIImpl::enableInterleavedAccessVectorization() { function in class:PPCTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h94 bool enableInterleavedAccessVectorization() { return true; } function in class:llvm::ARMTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h87 bool enableInterleavedAccessVectorization() { return true; } function in class:llvm::AArch64TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h205 bool enableInterleavedAccessVectorization();
H A DX86TargetTransformInfo.cpp3539 bool X86TTIImpl::enableInterleavedAccessVectorization() { function in class:X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h712 bool enableInterleavedAccessVectorization() const;
1266 virtual bool enableInterleavedAccessVectorization() = 0;
1608 bool enableInterleavedAccessVectorization() override {
1609 return Impl.enableInterleavedAccessVectorization();
H A DTargetTransformInfoImpl.h333 bool enableInterleavedAccessVectorization() { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp413 bool TargetTransformInfo::enableInterleavedAccessVectorization() const { function in class:TargetTransformInfo
414 return TTIImpl->enableInterleavedAccessVectorization();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7709 bool UseInterleaved = TTI->enableInterleavedAccessVectorization();

Completed in 212 milliseconds