Lines Matching refs:InterleavedAccessImpl
86 class InterleavedAccessImpl { class
90 InterleavedAccessImpl() = default;
91 InterleavedAccessImpl(DominatorTree *DT, const TargetLowering *TLI) in InterleavedAccessImpl() function in __anon1a339c100111::InterleavedAccessImpl
138 InterleavedAccessImpl Impl;
163 InterleavedAccessImpl Impl(DT, TLI); in run()
252 bool InterleavedAccessImpl::lowerInterleavedLoad( in lowerInterleavedLoad()
358 bool InterleavedAccessImpl::replaceBinOpShuffles( in replaceBinOpShuffles()
392 bool InterleavedAccessImpl::tryReplaceExtracts( in tryReplaceExtracts()
456 bool InterleavedAccessImpl::lowerInterleavedStore( in lowerInterleavedStore()
482 bool InterleavedAccessImpl::lowerDeinterleaveIntrinsic( in lowerDeinterleaveIntrinsic()
501 bool InterleavedAccessImpl::lowerInterleaveIntrinsic( in lowerInterleaveIntrinsic()
523 bool InterleavedAccessImpl::runOnFunction(Function &F) { in runOnFunction()