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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h148 MCSymbol *PreInstrSymbol = nullptr,
151 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
167 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol;
1798 MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
H A DMachineFunction.h855 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp322 MCSymbol *PreInstrSymbol,
325 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
343 MMOs, PreInstrSymbol, PostInstrSymbol, HeapAllocMarker));
349 Info.set<EIIK_PreInstrSymbol>(PreInstrSymbol);
1731 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) {
1737 MachineOperand::printSymbol(OS, *PreInstrSymbol);
320 setExtraInfo(MachineFunction &MF, ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol, MDNode *HeapAllocMarker) argument
H A DMIRPrinter.cpp799 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) {
803 MachineOperand::printSymbol(OS, *PreInstrSymbol);
H A DMachineFunction.cpp517 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol,
519 return MachineInstr::ExtraInfo::create(Allocator, MMOs, PreInstrSymbol,
516 createMIExtraInfo( ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol, MDNode *HeapAllocMarker) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1004 MCSymbol *PreInstrSymbol = nullptr; local
1006 if (parsePreOrPostInstrSymbol(PreInstrSymbol))
1065 if (PreInstrSymbol)
1066 MI->setPreInstrSymbol(MF, PreInstrSymbol);

Completed in 105 milliseconds