Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 DDebugProgramInstruction.h342 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
395 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
H A DValue.h48 class ModuleSlotTracker; variable
237 void print(raw_ostream &O, ModuleSlotTracker &MST,
251 ModuleSlotTracker &MST) const;
H A DMetadata.h44 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 DMIRFormatter.h26 class ModuleSlotTracker; variable
60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
77 ModuleSlotTracker &MST);
H A DMachineModuleSlotTracker.h22 class MachineModuleSlotTracker : public ModuleSlotTracker {
H A DMachineMemOperand.h34 class ModuleSlotTracker; variable
331 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineBasicBlock.h36 class ModuleSlotTracker; variable
1159 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1168 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
H A DMachineOperand.h34 class ModuleSlotTracker; variable
310 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
H A DMachineInstr.h50 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 DMIRPrinter.cpp124 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 DMachineModuleSlotTracker.cpp67 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
H A DMachineOperand.cpp505 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 DMachineBasicBlock.cpp347 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 DMachineInstr.cpp1614 ModuleSlotTracker MST(M); in print()
1620 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineFunction.cpp632 ModuleSlotTracker MST(getFunction().getParent()); in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp869 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 DSSAContext.cpp93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
H A DVerifier.cpp140 ModuleSlotTracker MST;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp550 ModuleSlotTracker MST(M); in printMemOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp343 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()