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/ |
D | MachineInstr.cpp | 359 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()
|
D | MIRPrinter.cpp | 773 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 176 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/ |
D | AsmPrinter.cpp | 1094 if (MCSymbol *S = MI.getPreInstrSymbol()) in EmitFunctionBody()
|