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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h157 MCSymbol *PreInstrSymbol = nullptr,
162 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
180 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol;
2011 MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
H A DMachineFunction.h1102 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp317 MCSymbol *PreInstrSymbol,
321 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
342 MF.createMIExtraInfo(MMOs, PreInstrSymbol, PostInstrSymbol,
349 Info.set<EIIK_PreInstrSymbol>(PreInstrSymbol);
1814 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) {
1820 MachineOperand::printSymbol(OS, *PreInstrSymbol);
315 setExtraInfo(MachineFunction &MF, ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol, MDNode *HeapAllocMarker, MDNode *PCSections, uint32_t CFIType) argument
H A DMIRPrinter.cpp824 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) {
828 MachineOperand::printSymbol(OS, *PreInstrSymbol);
H A DMachineFunction.cpp563 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol,
566 return MachineInstr::ExtraInfo::create(Allocator, MMOs, PreInstrSymbol,
562 createMIExtraInfo( ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol, MDNode *HeapAllocMarker, MDNode *PCSections, uint32_t CFIType) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1091 MCSymbol *PreInstrSymbol = nullptr; local
1093 if (parsePreOrPostInstrSymbol(PreInstrSymbol))
1186 if (PreInstrSymbol)
1187 MI->setPreInstrSymbol(MF, PreInstrSymbol);

Completed in 119 milliseconds