Home
last modified time | relevance | path

Searched refs:ModuleSlotTracker (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSlotTracker.h44 class ModuleSlotTracker {
61 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
71 explicit ModuleSlotTracker(const Module *M,
75 virtual ~ModuleSlotTracker();
H A DValue.h48 class ModuleSlotTracker; variable
237 void print(raw_ostream &O, ModuleSlotTracker &MST,
251 ModuleSlotTracker &MST) const;
H A DMetadata.h45 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 DMIRFormatter.h56 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
73 ModuleSlotTracker &MST);
H A DMachineModuleSlotTracker.h22 class MachineModuleSlotTracker : public ModuleSlotTracker {
H A DMachineMemOperand.h33 class ModuleSlotTracker; variable
332 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineBasicBlock.h36 class ModuleSlotTracker; variable
1072 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1081 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
H A DMachineOperand.h34 class ModuleSlotTracker; variable
301 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
H A DMachineInstr.h50 class ModuleSlotTracker; variable
1681 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp114 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 DMachineModuleSlotTracker.cpp67 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
H A DMachineOperand.cpp455 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 DMachineBasicBlock.cpp339 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 DMachineInstr.cpp1533 ModuleSlotTracker MST(M); in print()
1539 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineFunction.cpp599 ModuleSlotTracker MST(getFunction().getParent()); in print()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueTest.cpp146 ModuleSlotTracker MST(M.get()); in TEST()
218 ModuleSlotTracker MST(M.get()); in TEST()
246 ModuleSlotTracker MST(M.get()); in TEST()
H A DMetadataTest.cpp365 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 DSSAContext.cpp44 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
H A DAsmWriter.cpp826 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 DVerifier.cpp127 ModuleSlotTracker MST;
/llvm-project-15.0.7/llvm/unittests/MIR/
H A DMachineMetadata.cpp50 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 DMachineOperandTest.cpp298 ModuleSlotTracker MST(&M); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp527 ModuleSlotTracker MST(M); in printMemOperand()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp344 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 Dclang-formatted-files.txt5348 llvm/include/llvm/IR/ModuleSlotTracker.h