Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8071 bool IsLaneOp) { in performPostLD1Combine() argument
8078 unsigned LoadIdx = IsLaneOp ? 1 : 0; in performPostLD1Combine()
8131 if (IsLaneOp) { in performPostLD1Combine()
8140 unsigned NewOp = IsLaneOp ? AArch64ISD::LD1LANEpost : AArch64ISD::LD1DUPpost; in performPostLD1Combine()
8184 bool IsLaneOp = false; in performNEONPostLDSTCombine() local
8222 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
8224 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
8226 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
8228 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
8230 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
[all …]