| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSlotTracker.h | 44 class ModuleSlotTracker { 61 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 71 explicit ModuleSlotTracker(const Module *M, 75 virtual ~ModuleSlotTracker();
|
| H A D | DebugProgramInstruction.h | 342 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; 395 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
|
| H A D | Value.h | 48 class ModuleSlotTracker; variable 237 void print(raw_ostream &O, ModuleSlotTracker &MST, 251 ModuleSlotTracker &MST) const;
|
| H A D | Metadata.h | 44 class ModuleSlotTracker; variable 126 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr, 138 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, 1313 void printTree(raw_ostream &OS, ModuleSlotTracker &MST, 1800 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRFormatter.h | 26 class ModuleSlotTracker; variable 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() 77 ModuleSlotTracker &MST);
|
| H A D | MachineModuleSlotTracker.h | 22 class MachineModuleSlotTracker : public ModuleSlotTracker {
|
| H A D | MachineMemOperand.h | 34 class ModuleSlotTracker; variable 331 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| H A D | MachineBasicBlock.h | 36 class ModuleSlotTracker; variable 1159 void print(raw_ostream &OS, ModuleSlotTracker &MST, 1168 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
|
| H A D | MachineOperand.h | 34 class ModuleSlotTracker; variable 310 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
|
| H A D | MachineInstr.h | 50 class ModuleSlotTracker; variable 1786 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 124 ModuleSlotTracker &MST); 127 ModuleSlotTracker &MST); 140 ModuleSlotTracker &MST; 150 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 295 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 349 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 382 ModuleSlotTracker &MST) { in convertEntryValueObjects() 395 ModuleSlotTracker &MST) { in convertStackObjects() 529 ModuleSlotTracker &MST) { in convertCallSiteObjects() 596 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() [all …]
|
| H A D | MachineModuleSlotTracker.cpp | 67 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
|
| H A D | MachineOperand.cpp | 505 ModuleSlotTracker &MST) { in printIRBlockReference() 516 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() 788 ModuleSlotTracker DummyMST(nullptr); in print() 795 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1137 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineBasicBlock.cpp | 347 ModuleSlotTracker MST(M); in print() 352 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 483 ModuleSlotTracker *moduleSlotTracker) const { in printName() 497 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
|
| H A D | MachineInstr.cpp | 1614 ModuleSlotTracker MST(M); in print() 1620 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineFunction.cpp | 632 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 869 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 873 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 878 ModuleSlotTracker::~ModuleSlotTracker() = default; 880 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 909 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() 914 void ModuleSlotTracker::setProcessHook( in setProcessHook() 920 void ModuleSlotTracker::setProcessHook( in setProcessHook() 4988 ModuleSlotTracker MST(Machine, M); in printAsOperand() 5084 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() 5095 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print() [all …]
|
| H A D | SSAContext.cpp | 93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
|
| H A D | Verifier.cpp | 140 ModuleSlotTracker MST;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 550 ModuleSlotTracker MST(M); in printMemOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 343 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 354 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() 3550 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
|