Searched refs:IsLaneOp (Results 1 – 1 of 1) sorted by relevance
19094 bool IsLaneOp) { in performPostLD1Combine() argument19104 unsigned LoadIdx = IsLaneOp ? 1 : 0; in performPostLD1Combine()19112 if (IsLaneOp) { in performPostLD1Combine()19169 if (IsLaneOp) { in performPostLD1Combine()19178 unsigned NewOp = IsLaneOp ? AArch64ISD::LD1LANEpost : AArch64ISD::LD1DUPpost; in performPostLD1Combine()19593 bool IsLaneOp = false; in performNEONPostLDSTCombine() local19631 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()19633 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()19635 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()19637 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()[all …]