Home
last modified time | relevance | path

Searched refs:IsDupOp (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8185 bool IsDupOp = false; in performNEONPostLDSTCombine() local
8216 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
8218 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
8220 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
8246 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()