Searched refs:IsNarrowStore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp882 bool IsNarrowStore = isNarrowStore(Opc); local
885 if (IsNarrowStore && Reg != AArch64::WZR)
897 if (!(isNarrowLoad(Opc) || IsNarrowStore) &&
965 if (IsNarrowLoad || IsNarrowStore) {
990 (IsNarrowStore && Reg != getLdStRegOp(MI).getReg())) {

Completed in 107 milliseconds