Home
last modified time | relevance | path

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

/external/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,
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h148 MCSymbol *PreInstrSymbol = nullptr,
151 bool HasPreInstrSymbol = PreInstrSymbol != nullptr;
167 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol;
1825 MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
DMachineFunction.h894 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr,
/external/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()
1782 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { in print() local
1788 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
DMIRPrinter.cpp773 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print() local
777 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
DMachineFunction.cpp489 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol, in createMIExtraInfo() argument
491 return MachineInstr::ExtraInfo::create(Allocator, MMOs, PreInstrSymbol, in createMIExtraInfo()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1005 MCSymbol *PreInstrSymbol = nullptr; in parse() local
1007 if (parsePreOrPostInstrSymbol(PreInstrSymbol)) in parse()
1079 if (PreInstrSymbol) in parse()
1080 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()