Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19594 bool IsDupOp = false; in performNEONPostLDSTCombine() local
19625 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
19627 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
19629 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
19655 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()