Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h143 MCSymbol *PreInstrSymbol = nullptr,
146 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
162 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol;
1697 MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
DMachineFunction.h806 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp321 MCSymbol *PreInstrSymbol, in setExtraInfo() argument
324 bool HasPreInstrSymbol = PreInstrSymbol != nullptr; in setExtraInfo()
342 MMOs, PreInstrSymbol, PostInstrSymbol, HeapAllocMarker)); in setExtraInfo()
348 Info.set<EIIK_PreInstrSymbol>(PreInstrSymbol); in setExtraInfo()
1688 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { in print() local
1694 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
DMIRPrinter.cpp773 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print() local
777 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
DMachineFunction.cpp466 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, in createMIExtraInfo() argument
468 return MachineInstr::ExtraInfo::create(Allocator, MMOs, PreInstrSymbol, in createMIExtraInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp966 MCSymbol *PreInstrSymbol = nullptr; in parse() local
968 if (parsePreOrPostInstrSymbol(PreInstrSymbol)) in parse()
1027 if (PreInstrSymbol) in parse()
1028 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()