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

/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp64 // SExtIdx gives the index of the result of the load pair that must be
65 // extended. The value of SExtIdx assumes that the paired load produces the
68 int SExtIdx; member in struct:__anon12018::LdStPairFlags
70 LdStPairFlags() : MergeForward(false), SExtIdx(-1) {}
75 void setSExtIdx(int V) { SExtIdx = V; }
76 int getSExtIdx() const { return SExtIdx; }
584 int SExtIdx = Flags.getSExtIdx(); local
586 SExtIdx == -1 ? I->getOpcode() : getMatchingNonSExtOpcode(I->getOpcode());
606 // Here we swapped the assumption made for SExtIdx.
609 if (SExtIdx !
[all...]

Completed in 177 milliseconds