Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h150 MCSymbol *PreInstrSymbol = nullptr,
153 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
169 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol;
1902 MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
DMachineFunction.h980 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp329 MCSymbol *PreInstrSymbol, in setExtraInfo() argument
332 bool HasPreInstrSymbol = PreInstrSymbol != nullptr; in setExtraInfo()
350 MMOs, PreInstrSymbol, PostInstrSymbol, HeapAllocMarker)); in setExtraInfo()
356 Info.set<EIIK_PreInstrSymbol>(PreInstrSymbol); in setExtraInfo()
1783 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { in print() local
1789 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
DMIRPrinter.cpp799 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print() local
803 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
DMachineFunction.cpp508 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, in createMIExtraInfo() argument
510 return MachineInstr::ExtraInfo::create(Allocator, MMOs, PreInstrSymbol, in createMIExtraInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1028 MCSymbol *PreInstrSymbol = nullptr; in parse() local
1030 if (parsePreOrPostInstrSymbol(PreInstrSymbol)) in parse()
1102 if (PreInstrSymbol) in parse()
1103 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()