Lines Matching refs:getPostInstrSymbol
324 if (!getPreInstrSymbol() && !getPostInstrSymbol()) { in dropMemRefs()
328 if (!getPostInstrSymbol()) { in dropMemRefs()
333 Info.set<EIIK_PostInstrSymbol>(getPostInstrSymbol()); in dropMemRefs()
339 MF.createMIExtraInfo({}, getPreInstrSymbol(), getPostInstrSymbol())); in dropMemRefs()
350 if (MMOs.size() == 1 && !getPreInstrSymbol() && !getPostInstrSymbol()) { in setMemRefs()
357 MF.createMIExtraInfo(MMOs, getPreInstrSymbol(), getPostInstrSymbol())); in setMemRefs()
379 getPostInstrSymbol() == MI.getPostInstrSymbol()) { in cloneMemRefs()
465 assert(getPostInstrSymbol() && in setPreInstrSymbol()
467 Info.set<EIIK_PostInstrSymbol>(getPostInstrSymbol()); in setPreInstrSymbol()
481 MF.createMIExtraInfo(memoperands(), Symbol, getPostInstrSymbol())); in setPreInstrSymbol()
485 MCSymbol *OldSymbol = getPostInstrSymbol(); in setPostInstrSymbol()
1676 if (MCSymbol *PostInstrSymbol = getPostInstrSymbol()) { in print()