Home
last modified time | relevance | path

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

/freebsd-src/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.h155 void print(raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug) const;
243 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; in getVariable()
532 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
598 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,
1323 void printTree(raw_ostream &OS, ModuleSlotTracker &MST,
1810 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
/freebsd-src/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.h35 class ModuleSlotTracker;
339 void print(raw_ostream &OS, ModuleSlotTracker &MST,
34 class ModuleSlotTracker; global() variable
H A DMachineBasicBlock.h37 class ModuleSlotTracker;
1191 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1200 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
36 class ModuleSlotTracker; global() variable
H A DMachineOperand.h34 class ModuleSlotTracker; variable
310 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
H A DMachineInstr.h51 class ModuleSlotTracker;
1818 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
50 class ModuleSlotTracker; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp43 #include "llvm/IR/ModuleSlotTracker.h"
116 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
120 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
123 const MachineFunction &MF, ModuleSlotTracker &MST);
126 ModuleSlotTracker &MST);
129 ModuleSlotTracker &MST);
142 ModuleSlotTracker &MST;
152 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
297 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo()
351 void MIRPrinter::convert(ModuleSlotTracker in convert()
[all...]
H A DMachineModuleSlotTracker.cpp68 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
H A DMachineOperand.cpp28 #include "llvm/IR/ModuleSlotTracker.h"
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()
1140 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineBasicBlock.cpp33 #include "llvm/IR/ModuleSlotTracker.h"
353 ModuleSlotTracker MST(M); in print()
358 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
485 /// \param moduleSlotTracker Optional ModuleSlotTracker. This method will in printName()
489 ModuleSlotTracker *moduleSlotTracker) const { in printName()
503 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
H A DMachineInstr.cpp46 #include "llvm/IR/ModuleSlotTracker.h"
1672 ModuleSlotTracker MST(M); in print()
1678 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineFunction.cpp56 #include "llvm/IR/ModuleSlotTracker.h"
644 ModuleSlotTracker MST(getFunction().getParent()); in needsFrameMoves()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp59 #include "llvm/IR/ModuleSlotTracker.h"
876 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker()
880 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in getMachine()
885 ModuleSlotTracker::~ModuleSlotTracker() = default; in getMachine()
887 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
902 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
916 int ModuleSlotTracker in setProcessHook()
869 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, ModuleSlotTracker() function in ModuleSlotTracker
873 ModuleSlotTracker::ModuleSlotTracker(const Module *M, ModuleSlotTracker() function in ModuleSlotTracker
[all...]
H A DSSAContext.cpp93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
H A DVerifier.cpp106 #include "llvm/IR/ModuleSlotTracker.h"
144 ModuleSlotTracker MST;
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp37 #include "llvm/IR/ModuleSlotTracker.h"
589 ModuleSlotTracker MST(M);
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp55 #include "llvm/IR/ModuleSlotTracker.h"
343 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot()
354 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values()
3526 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in parseHeapAllocMarker()