Home
last modified time | relevance | path

Searched refs:IsLaneOp (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10084 bool IsLaneOp) { in performPostLD1Combine() argument
10091 unsigned LoadIdx = IsLaneOp ? 1 : 0; in performPostLD1Combine()
10099 if (IsLaneOp) { in performPostLD1Combine()
10160 if (IsLaneOp) { in performPostLD1Combine()
10169 unsigned NewOp = IsLaneOp ? AArch64ISD::LD1LANEpost : AArch64ISD::LD1DUPpost; in performPostLD1Combine()
10246 bool IsLaneOp = false; in performNEONPostLDSTCombine() local
10284 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10286 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10288 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10290 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
[all …]