Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp324 if (!getPreInstrSymbol() && !getPostInstrSymbol()) { in dropMemRefs()
329 Info.set<EIIK_PreInstrSymbol>(getPreInstrSymbol()); in dropMemRefs()
332 if (!getPreInstrSymbol()) { in dropMemRefs()
339 MF.createMIExtraInfo({}, getPreInstrSymbol(), getPostInstrSymbol())); in dropMemRefs()
350 if (MMOs.size() == 1 && !getPreInstrSymbol() && !getPostInstrSymbol()) { in setMemRefs()
378 if (getPreInstrSymbol() == MI.getPreInstrSymbol() && in cloneMemRefs()
453 MCSymbol *OldSymbol = getPreInstrSymbol(); in setPreInstrSymbol()
497 assert(getPreInstrSymbol() && in setPostInstrSymbol()
499 Info.set<EIIK_PreInstrSymbol>(getPreInstrSymbol()); in setPostInstrSymbol()
513 MF.createMIExtraInfo(memoperands(), getPreInstrSymbol(), Symbol)); in setPostInstrSymbol()
[all …]
H A DMIRPrinter.cpp725 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h169 MCSymbol *getPreInstrSymbol() const { in getPreInstrSymbol() function
555 MCSymbol *getPreInstrSymbol() const {
561 return EI->getPreInstrSymbol();
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1084 if (MCSymbol *S = MI.getPreInstrSymbol()) in EmitFunctionBody()