Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp359 setExtraInfo(MF, {}, getPreInstrSymbol(), getPostInstrSymbol(), in dropMemRefs()
370 setExtraInfo(MF, MMOs, getPreInstrSymbol(), getPostInstrSymbol(), in setMemRefs()
392 if (getPreInstrSymbol() == MI.getPreInstrSymbol() && in cloneMemRefs()
469 if (Symbol == getPreInstrSymbol()) in setPreInstrSymbol()
493 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), Symbol, in setPostInstrSymbol()
502 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), getPostInstrSymbol(), in setHeapAllocMarker()
515 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols()
1688 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { in print()
DMIRPrinter.cpp773 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h176 MCSymbol *getPreInstrSymbol() const { in getPreInstrSymbol() function
588 MCSymbol *getPreInstrSymbol() const {
594 return EI->getPreInstrSymbol();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1094 if (MCSymbol *S = MI.getPreInstrSymbol()) in EmitFunctionBody()