Home
last modified time | relevance | path

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

/freebsd/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;
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/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; variable
339 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineBasicBlock.h37 class ModuleSlotTracker; variable
1191 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1200 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
H A DMachineOperand.h34 class ModuleSlotTracker; variable
310 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
H A DMachineInstr.h51 class ModuleSlotTracker; variable
1818 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp116 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 &MST, in convert()
385 ModuleSlotTracker &MST) { in convertEntryValueObjects()
[all …]
H A DMachineModuleSlotTracker.cpp68 : 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()
1140 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineBasicBlock.cpp353 ModuleSlotTracker MST(M); in print()
358 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
489 ModuleSlotTracker *moduleSlotTracker) const { in printName()
503 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
H A DMachineInstr.cpp1672 ModuleSlotTracker MST(M); in print()
1678 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineFunction.cpp644 ModuleSlotTracker MST(getFunction().getParent()); in print()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp876 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
880 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
885 ModuleSlotTracker::~ModuleSlotTracker() = default;
887 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
902 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
916 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
921 void ModuleSlotTracker::setProcessHook( in setProcessHook()
927 void ModuleSlotTracker::setProcessHook( in setProcessHook()
4889 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4958 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
[all …]
H A DSSAContext.cpp21 #include "llvm/IR/ModuleSlotTracker.h"
93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
H A DDebugProgramInstruction.cpp103 void DbgRecord::print(raw_ostream &O, ModuleSlotTracker &MST, in print()
H A DVerifier.cpp144 ModuleSlotTracker MST;
/freebsd/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()
3526 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp589 ModuleSlotTracker MST(M); in printMemOperand()