Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9227 bool IsDupOp = false; in performNEONPostLDSTCombine() local
9258 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
9260 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
9262 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
9288 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10247 bool IsDupOp = false; in performNEONPostLDSTCombine() local
10278 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
10280 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
10282 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
10308 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()