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/ |
D | MachineInstr.h | 143 MCSymbol *PreInstrSymbol = nullptr, 146 bool HasPreInstrSymbol = PreInstrSymbol != nullptr; 162 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol; 1697 MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
|
D | MachineFunction.h | 806 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 321 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()
|
D | MIRPrinter.cpp | 773 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print() local 777 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
|
D | MachineFunction.cpp | 466 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/ |
D | MIParser.cpp | 966 MCSymbol *PreInstrSymbol = nullptr; in parse() local 968 if (parsePreOrPostInstrSymbol(PreInstrSymbol)) in parse() 1027 if (PreInstrSymbol) in parse() 1028 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()
|