Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19094 bool IsLaneOp) { in performPostLD1Combine() argument
19104 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() local
19631 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 …]