| /llvm-project-15.0.7/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 | Value.h | 48 class ModuleSlotTracker; variable 237 void print(raw_ostream &O, ModuleSlotTracker &MST, 251 ModuleSlotTracker &MST) const;
|
| H A D | Metadata.h | 45 class ModuleSlotTracker; variable 126 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr, 138 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, 1190 void printTree(raw_ostream &OS, ModuleSlotTracker &MST, 1667 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MIRFormatter.h | 56 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() 73 ModuleSlotTracker &MST);
|
| H A D | MachineModuleSlotTracker.h | 22 class MachineModuleSlotTracker : public ModuleSlotTracker {
|
| H A D | MachineMemOperand.h | 33 class ModuleSlotTracker; variable 332 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| H A D | MachineBasicBlock.h | 36 class ModuleSlotTracker; variable 1072 void print(raw_ostream &OS, ModuleSlotTracker &MST, 1081 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
|
| H A D | MachineOperand.h | 34 class ModuleSlotTracker; variable 301 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
|
| H A D | MachineInstr.h | 50 class ModuleSlotTracker; variable 1681 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 114 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 118 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 124 ModuleSlotTracker &MST); 137 ModuleSlotTracker &MST; 147 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 289 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 343 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 376 ModuleSlotTracker &MST) { in convertStackObjects() 510 ModuleSlotTracker &MST) { in convertCallSiteObjects() 577 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 | 455 ModuleSlotTracker &MST) { in printIRBlockReference() 466 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() 738 ModuleSlotTracker DummyMST(nullptr); in print() 745 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1091 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineBasicBlock.cpp | 339 ModuleSlotTracker MST(M); in print() 344 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 475 ModuleSlotTracker *moduleSlotTracker) const { in printName() 492 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
|
| H A D | MachineInstr.cpp | 1533 ModuleSlotTracker MST(M); in print() 1539 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineFunction.cpp | 599 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ValueTest.cpp | 146 ModuleSlotTracker MST(M.get()); in TEST() 218 ModuleSlotTracker MST(M.get()); in TEST() 246 ModuleSlotTracker MST(M.get()); in TEST()
|
| H A D | MetadataTest.cpp | 365 ModuleSlotTracker MST(&M); in TEST_F() 397 ModuleSlotTracker MST(&M); in TEST_F() 423 ModuleSlotTracker MST(&M); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | SSAContext.cpp | 44 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
|
| H A D | AsmWriter.cpp | 826 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 830 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 835 ModuleSlotTracker::~ModuleSlotTracker() = default; 837 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 866 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() 871 void ModuleSlotTracker::setProcessHook( in setProcessHook() 877 void ModuleSlotTracker::setProcessHook( in setProcessHook() 4680 ModuleSlotTracker MST(Machine, M); in printAsOperand() 4776 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() 4787 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print() [all …]
|
| H A D | Verifier.cpp | 127 ModuleSlotTracker MST;
|
| /llvm-project-15.0.7/llvm/unittests/MIR/ |
| H A D | MachineMetadata.cpp | 50 void addHooks(ModuleSlotTracker &MST, const MachineOperand &MO) { in addHooks() 126 ModuleSlotTracker MST(M.get()); in TEST_F() 164 ModuleSlotTracker MST(M.get()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | MachineOperandTest.cpp | 298 ModuleSlotTracker MST(&M); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 527 ModuleSlotTracker MST(M); in printMemOperand()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 344 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 355 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() 3384 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5348 llvm/include/llvm/IR/ModuleSlotTracker.h
|