Home
last modified time | relevance | path

Searched defs:PreInstrSymbol (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp834 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { print() local
H A DMachineInstr.cpp320 setExtraInfo(MachineFunction & MF,ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType,MDNode * MMRAs) setExtraInfo() argument
1877 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { print() local
H A DMachineFunction.cpp575 createMIExtraInfo(ArrayRef<MachineMemOperand * > MMOs,MCSymbol * PreInstrSymbol,MCSymbol * PostInstrSymbol,MDNode * HeapAllocMarker,MDNode * PCSections,uint32_t CFIType,MDNode * MMRAs) createMIExtraInfo() argument
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1091 MCSymbol *PreInstrSymbol = nullptr; parse() local