Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8813 bool IsLaneOp) { in performPostLD1Combine() argument
8820 unsigned LoadIdx = IsLaneOp ? 1 : 0; in performPostLD1Combine()
8880 if (IsLaneOp) { in performPostLD1Combine()
8889 unsigned NewOp = IsLaneOp ? AArch64ISD::LD1LANEpost : AArch64ISD::LD1DUPpost; in performPostLD1Combine()
9226 bool IsLaneOp = false; in performNEONPostLDSTCombine() local
9264 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9266 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9268 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9270 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9272 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
[all …]