Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h142 MCSymbol *PreInstrSymbol = nullptr,
144 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
157 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol;
H A DMachineFunction.h769 MCSymbol *PreInstrSymbol = nullptr,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp725 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print() local
729 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
H A DMachineFunction.cpp430 MCSymbol *PreInstrSymbol, in createMIExtraInfo() argument
432 return MachineInstr::ExtraInfo::create(Allocator, MMOs, PreInstrSymbol, in createMIExtraInfo()
H A DMachineInstr.cpp1668 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { in print() local
1674 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp768 MCSymbol *PreInstrSymbol = nullptr; in parse() local
770 if (parsePreOrPostInstrSymbol(PreInstrSymbol)) in parse()
825 if (PreInstrSymbol) in parse()
826 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()