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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp65 // SExtIdx gives the index of the result of the load pair that must be
66 // extended. The value of SExtIdx assumes that the paired load produces the
69 int SExtIdx; member in struct:__anon2700::LdStPairFlags
71 LdStPairFlags() : MergeForward(false), SExtIdx(-1) {}
76 void setSExtIdx(int V) { SExtIdx = V; }
77 int getSExtIdx() const { return SExtIdx; }
629 int SExtIdx = Flags.getSExtIdx(); local
631 SExtIdx == -1 ? I->getOpcode() : getMatchingNonSExtOpcode(I->getOpcode());
651 // Here we swapped the assumption made for SExtIdx.
654 if (SExtIdx !
[all...]

Completed in 98 milliseconds