Searched refs:PreInstrSymbol (Results 1 – 12 of 12) sorted by relevance
/external/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,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 148 MCSymbol *PreInstrSymbol = nullptr, 151 bool HasPreInstrSymbol = PreInstrSymbol != nullptr; 167 Result->getTrailingObjects<MCSymbol *>()[0] = PreInstrSymbol; 1825 MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
|
D | MachineFunction.h | 894 ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr,
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 329 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()
|
D | MIRPrinter.cpp | 773 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print() local 777 MachineOperand::printSymbol(OS, *PreInstrSymbol); in print()
|
D | MachineFunction.cpp | 489 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/ |
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()
|
/external/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()
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1005 MCSymbol *PreInstrSymbol = nullptr; in parse() local 1007 if (parsePreOrPostInstrSymbol(PreInstrSymbol)) in parse() 1079 if (PreInstrSymbol) in parse() 1080 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()
|