Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModuleSlotTracker.h44 class ModuleSlotTracker {
61 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
71 explicit ModuleSlotTracker(const Module *M,
75 virtual ~ModuleSlotTracker();
HDDebugProgramInstruction.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;
HDValue.h48 class ModuleSlotTracker; variable
237 void print(raw_ostream &O, ModuleSlotTracker &MST,
251 ModuleSlotTracker &MST) const;
HDMetadata.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-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMIRFormatter.h26 class ModuleSlotTracker; variable
60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
77 ModuleSlotTracker &MST);
HDMachineModuleSlotTracker.h22 class MachineModuleSlotTracker : public ModuleSlotTracker {
HDMachineMemOperand.h35 class ModuleSlotTracker; variable
339 void print(raw_ostream &OS, ModuleSlotTracker &MST,
HDMachineBasicBlock.h37 class ModuleSlotTracker; variable
1191 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1200 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
HDMachineOperand.h34 class ModuleSlotTracker; variable
310 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
HDMachineInstr.h51 class ModuleSlotTracker; variable
1818 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRPrinter.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 …]
HDMachineModuleSlotTracker.cpp68 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
HDMachineOperand.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()
HDMachineBasicBlock.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()
HDMachineInstr.cpp1672 ModuleSlotTracker MST(M); in print()
1678 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
HDMachineFunction.cpp644 ModuleSlotTracker MST(getFunction().getParent()); in print()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.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 …]
HDSSAContext.cpp93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
HDDebugProgramInstruction.cpp103 void DbgRecord::print(raw_ostream &O, ModuleSlotTracker &MST, in print()
HDVerifier.cpp144 ModuleSlotTracker MST;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIParser.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp589 ModuleSlotTracker MST(M); in printMemOperand()