Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23216 bool IsDupOp = false; in performNEONPostLDSTCombine() local
23247 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
23249 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
23251 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
23277 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()